Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.envers.internal.tools | |
org.hibernate.envers.strategy | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.property.access.internal | |
org.hibernate.property.access.spi |
Defines strategies for accessing the persistent properties of an entity or composite.
|
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)
Return an IdentifierValue for the specified unsaved-value.
|
Modifier and Type | Method and Description |
---|---|
static Getter |
ReflectionTools.getGetter(Class cls,
PropertyData propertyData,
ServiceRegistry serviceRegistry) |
static Getter |
ReflectionTools.getGetter(Class cls,
String propertyName,
String accessorType,
ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
ValidityAuditStrategy.setRevisionTimestampGetter(Getter revisionTimestampGetter) |
Modifier and Type | Method and Description |
---|---|
Getter |
Property.getGetter(Class clazz) |
Modifier and Type | Class and Description |
---|---|
static class |
PropertyAccessMapImpl.GetterImpl |
Modifier and Type | Method and Description |
---|---|
protected Getter |
PropertyAccessMixedImpl.fieldGetter(Class<?> containerJavaType,
String propertyName,
Field field) |
Getter |
PropertyAccessBasicImpl.getGetter() |
Getter |
PropertyAccessEmbeddedImpl.getGetter() |
Getter |
PropertyAccessFieldImpl.getGetter() |
Getter |
PropertyAccessMapImpl.getGetter() |
Getter |
PropertyAccessMixedImpl.getGetter() |
protected Getter |
PropertyAccessMixedImpl.propertyGetter(Class<?> containerJavaType,
String propertyName,
Method method) |
Modifier and Type | Class and Description |
---|---|
class |
EnhancedGetterMethodImpl
Deprecated.
No longer used;
GetterFieldImpl or GetterMethodImpl should be used instead. |
class |
GetterFieldImpl
Field-based implementation of Getter
|
class |
GetterMethodImpl |
Modifier and Type | Method and Description |
---|---|
Getter |
PropertyAccess.getGetter()
Obtain the delegate for getting values for the described persistent property
|
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 abstract Getter |
AbstractComponentTuplizer.buildGetter(Component component,
Property prop) |
protected Getter |
DynamicMapComponentTuplizer.buildGetter(Component component,
Property prop) |
protected Getter |
PojoComponentTuplizer.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 abstract Getter |
AbstractEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Getter for the given property.
|
protected Getter |
DynamicMapEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity) |
protected Getter |
PojoEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity) |
Getter |
AbstractEntityTuplizer.getGetter(int i) |
Getter |
AbstractEntityTuplizer.getIdentifierGetter() |
Getter |
EntityTuplizer.getIdentifierGetter()
Retrieve the getter for the identifier property.
|
Getter |
AbstractEntityTuplizer.getVersionGetter() |
Getter |
EntityTuplizer.getVersionGetter()
Retrieve the getter for the version property.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ProxyFactory |
AbstractEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter) |
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactoryInternal(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.