Package org.hibernate.tuple
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
Instantiator | Contract for implementors responsible for instantiating entity/component instances. |
Tuplizer | A tuplizer defines the contract for things which know how to manage
a particular representation of a piece of data, given that
representation's EntityMode (the entity-mode
essentially defining which representation). |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes. It is unaware of mappings to
the database.
(This package is still undergoing maturation and will change
over the next few months.)