Package | Description |
---|---|
org.hibernate.engine.internal | |
org.hibernate.envers.strategy | |
org.hibernate.envers.tools.reflection | |
org.hibernate.internal.util |
Internal utility classes.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.property |
This package abstracts the notion of a "property" of
an entity.
|
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 |
---|---|
static IdentifierValue |
UnsavedValueFactory.getUnsavedIdentifierValue(String unsavedValue,
Getter identifierGetter,
Type identifierType,
Constructor constructor)
Return an IdentifierValue for the specified unsaved-value.
|
static VersionValue |
UnsavedValueFactory.getUnsavedVersionValue(String versionUnsavedValue,
Getter versionGetter,
VersionType versionType,
Constructor constructor) |
Modifier and Type | Method and Description |
---|---|
void |
ValidityAuditStrategy.setRevisionTimestampGetter(Getter revisionTimestampGetter) |
Modifier and Type | Method and Description |
---|---|
static Getter |
ReflectionTools.getGetter(Class cls,
PropertyData propertyData) |
static Getter |
ReflectionTools.getGetter(Class cls,
String propertyName,
String accessorType) |
Modifier and Type | Method and Description |
---|---|
static Getter |
ReflectHelper.getGetter(Class theClass,
String name)
Directly retrieve the
Getter reference via the BasicPropertyAccessor . |
Modifier and Type | Method and Description |
---|---|
Getter |
Property.getGetter(Class clazz) |
Modifier and Type | Class and Description |
---|---|
class |
BackrefPropertyAccessor.BackrefGetter
Internal implementation of a property getter specific to these back-ref properties.
|
static class |
BasicPropertyAccessor.BasicGetter |
static class |
DirectPropertyAccessor.DirectGetter |
static class |
EmbeddedPropertyAccessor.EmbeddedGetter |
class |
IndexPropertyAccessor.IndexGetter
The Getter implementation for index backrefs.
|
static class |
MapAccessor.MapGetter |
Modifier and Type | Method and Description |
---|---|
static Getter |
BasicPropertyAccessor.createGetter(Class theClass,
String propertyName) |
Getter |
PropertyAccessor.getGetter(Class theClass,
String propertyName)
Create a "getter" for the named attribute
|
Getter |
NoopAccessor.getGetter(Class arg0,
String arg1)
Create a "getter" for the named attribute
|
Getter |
MapAccessor.getGetter(Class theClass,
String propertyName)
Create a "getter" for the named attribute
|
Getter |
IndexPropertyAccessor.getGetter(Class theClass,
String propertyName) |
Getter |
EmbeddedPropertyAccessor.getGetter(Class theClass,
String propertyName) |
Getter |
DirectPropertyAccessor.getGetter(Class theClass,
String propertyName) |
Getter |
ChainedPropertyAccessor.getGetter(Class theClass,
String propertyName) |
Getter |
BasicPropertyAccessor.getGetter(Class theClass,
String propertyName) |
Getter |
BackrefPropertyAccessor.getGetter(Class theClass,
String propertyName)
Create a "getter" for the named attribute
|
Modifier and Type | Method and Description |
---|---|
Getter |
Tuplizer.getGetter(int i)
Retrieve the getter for the specified property.
|
Modifier and Type | Field and Description |
---|---|
protected Getter[] |
AbstractComponentTuplizer.getters |
Modifier and Type | Method and Description |
---|---|
protected Getter |
PojoComponentTuplizer.buildGetter(Component component,
Property prop) |
protected Getter |
DynamicMapComponentTuplizer.buildGetter(Component component,
Property prop) |
protected abstract Getter |
AbstractComponentTuplizer.buildGetter(Component component,
Property prop) |
Getter |
AbstractComponentTuplizer.getGetter(int i) |
Modifier and Type | Field and Description |
---|---|
protected Getter[] |
AbstractEntityTuplizer.getters |
Modifier and Type | Method and Description |
---|---|
protected Getter |
PojoEntityTuplizer.buildPropertyGetter(AttributeBinding mappedProperty)
Build an appropriate Getter for the given property.
|
protected Getter |
DynamicMapEntityTuplizer.buildPropertyGetter(AttributeBinding mappedProperty)
Build an appropriate Getter for the given property.
|
protected abstract Getter |
AbstractEntityTuplizer.buildPropertyGetter(AttributeBinding mappedProperty)
Build an appropriate Getter for the given property.
|
protected Getter |
PojoEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Getter for the given property.
|
protected Getter |
DynamicMapEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Getter for the given property.
|
protected abstract Getter |
AbstractEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Getter for the given property.
|
Getter |
AbstractEntityTuplizer.getGetter(int i) |
Getter |
EntityTuplizer.getIdentifierGetter()
Retrieve the getter for the identifier property.
|
Getter |
AbstractEntityTuplizer.getIdentifierGetter() |
Getter |
EntityTuplizer.getVersionGetter()
Retrieve the getter for the version property.
|
Getter |
AbstractEntityTuplizer.getVersionGetter() |
Modifier and Type | Method and Description |
---|---|
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactory(EntityBinding entityBinding,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
DynamicMapEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected abstract ProxyFactory |
AbstractEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected abstract ProxyFactory |
AbstractEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactoryInternal(EntityBinding entityBinding,
Getter idGetter,
Setter idSetter) |
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactoryInternal(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.