|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Instantiator | |
|---|---|
| org.hibernate.test.annotations.tuplizer | |
| org.hibernate.test.dynamicentity.tuplizer | |
| org.hibernate.test.dynamicentity.tuplizer2 | |
| 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.test.annotations.tuplizer |
|---|
| Classes in org.hibernate.test.annotations.tuplizer that implement Instantiator | |
|---|---|
class |
DynamicInstantiator
|
| Methods in org.hibernate.test.annotations.tuplizer that return Instantiator | |
|---|---|
protected Instantiator |
DynamicComponentTuplizer.buildInstantiator(Component component)
|
protected Instantiator |
DynamicEntityTuplizer.buildInstantiator(PersistentClass persistentClass)
|
| Uses of Instantiator in org.hibernate.test.dynamicentity.tuplizer |
|---|
| Methods in org.hibernate.test.dynamicentity.tuplizer that return Instantiator | |
|---|---|
protected Instantiator |
MyEntityTuplizer.buildInstantiator(PersistentClass persistentClass)
|
| Uses of Instantiator in org.hibernate.test.dynamicentity.tuplizer2 |
|---|
| Classes in org.hibernate.test.dynamicentity.tuplizer2 that implement Instantiator | |
|---|---|
class |
MyEntityInstantiator
|
| Methods in org.hibernate.test.dynamicentity.tuplizer2 that return Instantiator | |
|---|---|
protected Instantiator |
MyEntityTuplizer.buildInstantiator(PersistentClass persistentClass)
|
| 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 |
PojoComponentTuplizer.buildInstantiator(Component component)
|
protected abstract Instantiator |
AbstractComponentTuplizer.buildInstantiator(Component component)
|
protected Instantiator |
DynamicMapComponentTuplizer.buildInstantiator(Component component)
|
| Uses of Instantiator in org.hibernate.tuple.entity |
|---|
| Methods in org.hibernate.tuple.entity that return Instantiator | |
|---|---|
protected Instantiator |
DynamicMapEntityTuplizer.buildInstantiator(EntityBinding mappingInfo)
Build an appropriate Instantiator for the given mapped entity. |
protected Instantiator |
PojoEntityTuplizer.buildInstantiator(EntityBinding entityBinding)
Build an appropriate Instantiator for the given mapped entity. |
protected abstract Instantiator |
AbstractEntityTuplizer.buildInstantiator(EntityBinding mappingInfo)
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 abstract Instantiator |
AbstractEntityTuplizer.buildInstantiator(PersistentClass mappingInfo)
Build an appropriate Instantiator for the given mapped entity. |
protected Instantiator |
AbstractEntityTuplizer.getInstantiator()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||