| Package | Description |
|---|---|
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.property.access.spi |
Defines strategies for accessing the persistent properties of an entity or composite.
|
| org.hibernate.proxy.pojo | |
| org.hibernate.tuple.component | |
| org.hibernate.tuple.entity |
| Modifier and Type | Method and Description |
|---|---|
Setter |
Property.getSetter(Class clazz) |
| Constructor and Description |
|---|
ValueGenerationPlan(IdentifierGenerator subGenerator,
Setter injector) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancedSetterImpl
A specialized Setter implementation for handling setting values 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 | Method and Description |
|---|---|
static Method |
ProxyFactoryHelper.extractProxySetIdentifierMethod(Setter idSetter,
Class proxyInterface) |
| 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 Setter |
PojoComponentTuplizer.buildSetter(Component component,
Property prop) |
protected abstract Setter |
AbstractComponentTuplizer.buildSetter(Component component,
Property prop) |
| Modifier and Type | Field and Description |
|---|---|
protected Setter[] |
AbstractEntityTuplizer.setters |
| Modifier and Type | Method and Description |
|---|---|
protected Setter |
PojoEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
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.buildProxyFactoryInternal(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.