Uses of Interface
org.hibernate.tuple.Instantiator

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. 
org.hibernate.tuple.component   
org.hibernate.tuple.entity   
 

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.
 

Uses of Instantiator in org.hibernate.tuple.component
 

Fields in org.hibernate.tuple.component declared as Instantiator
protected  Instantiator AbstractComponentTuplizer.instantiator
           
 

Methods in org.hibernate.tuple.component that return Instantiator
protected  Instantiator Dom4jComponentTuplizer.buildInstantiator(Component component)
           
protected  Instantiator PojoComponentTuplizer.buildInstantiator(Component component)
           
protected  Instantiator DynamicMapComponentTuplizer.buildInstantiator(Component component)
           
protected abstract  Instantiator AbstractComponentTuplizer.buildInstantiator(Component component)
           
 

Uses of Instantiator in org.hibernate.tuple.entity
 

Methods in org.hibernate.tuple.entity that return Instantiator
protected abstract  Instantiator AbstractEntityTuplizer.buildInstantiator(PersistentClass mappingInfo)
          Build an appropriate Instantiator for the given mapped entity.
protected  Instantiator Dom4jEntityTuplizer.buildInstantiator(PersistentClass persistentClass)
          Build an appropriate Instantiator for the given mapped entity.
protected  Instantiator DynamicMapEntityTuplizer.buildInstantiator(PersistentClass mappingInfo)
          Build an appropriate Instantiator for the given mapped entity.
protected  Instantiator PojoEntityTuplizer.buildInstantiator(PersistentClass persistentClass)
          Build an appropriate Instantiator for the given mapped entity.
protected  Instantiator AbstractEntityTuplizer.getInstantiator()
           
 



Copyright © 2009 Hibernate.org. All Rights Reserved.