The ITuplizer type exposes the following members.

Methods

  NameDescription
Public methodGetPropertyValue
Extract the value of a particular property from the given entity.
Public methodGetPropertyValues
Extract the current values contained on the given entity.
Public methodInstantiate
Generate a new, empty entity.
Public methodIsInstance
Is the given object considered an instance of the the entity (acconting for entity-mode) managed by this tuplizer.
Public methodSetPropertyValues
Inject the given values into the given entity.

Properties

  NameDescription
Public propertyMappedClass
Return the pojo class managed by this tuplizer.

See Also