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