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 |
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 Instantiator |
PojoComponentTuplizer.buildInstantiator(Component component) |
protected Instantiator |
DynamicMapComponentTuplizer.buildInstantiator(Component component) |
protected abstract Instantiator |
AbstractComponentTuplizer.buildInstantiator(Component component) |
Modifier and Type | Class and Description |
---|---|
class |
PojoEntityInstantiator |
Modifier and Type | Method and Description |
---|---|
protected Instantiator |
PojoEntityTuplizer.buildInstantiator(EntityMetamodel entityMetamodel,
PersistentClass persistentClass) |
protected Instantiator |
DynamicMapEntityTuplizer.buildInstantiator(EntityMetamodel entityMetamodel,
PersistentClass mappingInfo) |
protected abstract Instantiator |
AbstractEntityTuplizer.buildInstantiator(EntityMetamodel entityMetamodel,
PersistentClass mappingInfo)
Build an appropriate Instantiator for the given mapped entity.
|
protected Instantiator |
AbstractEntityTuplizer.getInstantiator() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.