|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instantiator | |
org.hibernate.tuple | This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. |
Uses of Instantiator in org.hibernate.tuple |
Classes in org.hibernate.tuple that implement Instantiator | |
class |
Dom4jInstantiator
Performs "instantiation" based on DOM4J elements. |
class |
DynamicMapInstantiator
|
class |
PojoInstantiator
Defines a POJO-based instantiator for use from the tuplizers. |
Fields in org.hibernate.tuple declared as Instantiator | |
protected Instantiator |
AbstractComponentTuplizer.instantiator
|
Methods in org.hibernate.tuple that return Instantiator | |
protected Instantiator |
PojoEntityTuplizer.buildInstantiator(PersistentClass persistentClass)
|
protected Instantiator |
PojoComponentTuplizer.buildInstantiator(Component component)
|
protected Instantiator |
DynamicMapEntityTuplizer.buildInstantiator(PersistentClass mappingInfo)
|
protected Instantiator |
DynamicMapComponentTuplizer.buildInstantiator(Component component)
|
protected Instantiator |
Dom4jEntityTuplizer.buildInstantiator(PersistentClass persistentClass)
|
protected Instantiator |
Dom4jComponentTuplizer.buildInstantiator(Component component)
|
protected abstract Instantiator |
AbstractEntityTuplizer.buildInstantiator(PersistentClass mappingInfo)
Build an appropriate Instantiator for the given mapped entity. |
protected Instantiator |
AbstractEntityTuplizer.getInstantiator()
|
protected abstract Instantiator |
AbstractComponentTuplizer.buildInstantiator(Component component)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |