| Package | Description | 
|---|---|
| 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 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Dom4jInstantiator
Performs "instantiation" based on DOM4J elements. 
 | 
class  | 
DynamicMapInstantiator  | 
class  | 
PojoInstantiator
Defines a POJO-based instantiator for use from the tuplizers. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Instantiator | 
AbstractComponentTuplizer.instantiator  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract Instantiator | 
AbstractComponentTuplizer.buildInstantiator(Component component)  | 
protected Instantiator | 
DynamicMapComponentTuplizer.buildInstantiator(Component component)  | 
protected Instantiator | 
PojoComponentTuplizer.buildInstantiator(Component component)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Instantiator | 
PojoEntityTuplizer.buildInstantiator(EntityBinding entityBinding)  | 
protected abstract Instantiator | 
AbstractEntityTuplizer.buildInstantiator(EntityBinding mappingInfo)
Build an appropriate Instantiator for the given mapped entity. 
 | 
protected Instantiator | 
DynamicMapEntityTuplizer.buildInstantiator(EntityBinding mappingInfo)  | 
protected Instantiator | 
PojoEntityTuplizer.buildInstantiator(PersistentClass persistentClass)  | 
protected abstract Instantiator | 
AbstractEntityTuplizer.buildInstantiator(PersistentClass mappingInfo)
Build an appropriate Instantiator for the given mapped entity. 
 | 
protected Instantiator | 
DynamicMapEntityTuplizer.buildInstantiator(PersistentClass mappingInfo)  | 
protected Instantiator | 
AbstractEntityTuplizer.getInstantiator()  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.