The IEntityTuplizer type exposes the following members.

Properties

  NameDescription
Public propertyConcreteProxyClass
Returns the java class to which generated proxies will be typed.
Public propertyHasProxy
Does this entity, for this mode, present a possibility for proxying?
Public propertyIsInstrumented
Is it an instrumented POCO?
Public propertyIsLifecycleImplementor
Does the class managed by this tuplizer implement the ILifecycle interface.
Public propertyIsValidatableImplementor
Does the class managed by this tuplizer implement the IValidatable interface.
Public propertyMappedClass
Return the pojo class managed by this tuplizer.
(Inherited from ITuplizer.)

See Also