| Package | Description |
|---|---|
| org.hibernate.envers.internal.tools | |
| 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.component | |
| org.hibernate.tuple.entity |
| Modifier and Type | Method and Description |
|---|---|
static Setter |
ReflectionTools.getSetter(java.lang.Class cls,
PropertyData propertyData,
ServiceRegistry serviceRegistry) |
static Setter |
ReflectionTools.getSetter(java.lang.Class cls,
java.lang.String propertyName,
java.lang.String accessorType,
ServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Setter |
Property.getSetter(java.lang.Class clazz) |
| Constructor and Description |
|---|
ValueGenerationPlan(IdentifierGenerator subGenerator,
Setter injector) |
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyAccessMapImpl.SetterImpl |
| Modifier and Type | Method and Description |
|---|---|
protected Setter |
PropertyAccessEnhancedImpl.fieldSetter(java.lang.Class<?> containerJavaType,
java.lang.String propertyName,
java.lang.reflect.Field field) |
protected Setter |
PropertyAccessMixedImpl.fieldSetter(java.lang.Class<?> containerJavaType,
java.lang.String propertyName,
java.lang.reflect.Field field) |
Setter |
PropertyAccessMapImpl.getSetter() |
Setter |
PropertyAccessFieldImpl.getSetter() |
Setter |
PropertyAccessMixedImpl.getSetter() |
Setter |
PropertyAccessEmbeddedImpl.getSetter() |
Setter |
PropertyAccessBasicImpl.getSetter() |
protected Setter |
PropertyAccessMixedImpl.propertySetter(java.lang.Class<?> containerJavaType,
java.lang.String propertyName,
java.lang.reflect.Method method) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancedSetterImpl
A specialized Setter implementation for handling setting values into
a into a bytecode-enhanced Class.
|
class |
SetterFieldImpl
Field-based implementation of Setter
|
class |
SetterMethodImpl |
| Modifier and Type | Method and Description |
|---|---|
Setter |
PropertyAccess.getSetter()
Obtain the delegate for setting values for the described persistent property
|
| Modifier and Type | Field and Description |
|---|---|
protected Setter[] |
AbstractComponentTuplizer.setters |
| Modifier and Type | Method and Description |
|---|---|
protected Setter |
DynamicMapComponentTuplizer.buildSetter(Component component,
Property prop) |
protected abstract Setter |
AbstractComponentTuplizer.buildSetter(Component component,
Property prop) |
protected Setter |
PojoComponentTuplizer.buildSetter(Component component,
Property prop) |
| Modifier and Type | Field and Description |
|---|---|
protected Setter[] |
AbstractEntityTuplizer.setters |
| Modifier and Type | Method and Description |
|---|---|
protected Setter |
DynamicMapEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity) |
protected abstract Setter |
AbstractEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Setter for the given property.
|
protected Setter |
PojoEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected ProxyFactory |
DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter) |
protected abstract ProxyFactory |
AbstractEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactoryInternal(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.