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 | Method and Description |
---|---|
Tuplizer |
EntityModeToTuplizerMapping.getTuplizer(EntityMode entityMode)
Locate the tuplizer contained within this mapping which is responsible
for the given entity-mode.
|
Tuplizer |
EntityModeToTuplizerMapping.getTuplizerOrNull(EntityMode entityMode)
Locate the contained tuplizer responsible for the given entity-mode.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EntityModeToTuplizerMapping.addTuplizer(EntityMode entityMode,
Tuplizer tuplizer) |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentTuplizer
Defines further responsibilities regarding tuplization based on
a mapped components.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentTuplizer
Support for tuplizers relating to components.
|
class |
Dom4jComponentTuplizer
A
ComponentTuplizer specific to the dom4j entity mode. |
class |
DynamicMapComponentTuplizer
A
ComponentTuplizer specific to the dynamic-map entity mode. |
class |
PojoComponentTuplizer
A
ComponentTuplizer specific to the pojo entity mode. |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityTuplizer
Defines further responsibilities reagarding tuplization based on
a mapped entity.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityTuplizer
Support for tuplizers relating to entities.
|
class |
Dom4jEntityTuplizer
An
EntityTuplizer specific to the dom4j entity mode. |
class |
DynamicMapEntityTuplizer
An
EntityTuplizer specific to the dynamic-map entity mode. |
class |
PojoEntityTuplizer
An
EntityTuplizer specific to the pojo entity mode. |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved