Package | Description |
---|---|
org.hibernate.envers.tools.reflection | |
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.component | |
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
static Setter |
ReflectionTools.getSetter(Class cls,
PropertyData propertyData) |
Modifier and Type | Method and Description |
---|---|
Setter |
Property.getSetter(Class clazz) |
Constructor and Description |
---|
Component.ValueGenerationPlan(String propertyName,
IdentifierGenerator subGenerator,
Setter injector) |
Modifier and Type | Class and Description |
---|---|
static class |
BackrefPropertyAccessor.BackrefSetter
Internal implementation of a property setter specific to these back-ref properties.
|
static class |
BasicPropertyAccessor.BasicSetter |
static class |
DirectPropertyAccessor.DirectSetter |
static class |
EmbeddedPropertyAccessor.EmbeddedSetter |
static class |
IndexPropertyAccessor.IndexSetter
The Setter implementation for index backrefs.
|
static class |
MapAccessor.MapSetter |
Modifier and Type | Method and Description |
---|---|
Setter |
PropertyAccessor.getSetter(Class theClass,
String propertyName)
Create a "setter" for the named attribute
|
Setter |
NoopAccessor.getSetter(Class arg0,
String arg1)
Create a "setter" for the named attribute
|
Setter |
MapAccessor.getSetter(Class theClass,
String propertyName)
Create a "setter" for the named attribute
|
Setter |
IndexPropertyAccessor.getSetter(Class theClass,
String propertyName) |
Setter |
EmbeddedPropertyAccessor.getSetter(Class theClass,
String propertyName) |
Setter |
DirectPropertyAccessor.getSetter(Class theClass,
String propertyName) |
Setter |
ChainedPropertyAccessor.getSetter(Class theClass,
String propertyName) |
Setter |
BasicPropertyAccessor.getSetter(Class theClass,
String propertyName) |
Setter |
BackrefPropertyAccessor.getSetter(Class theClass,
String propertyName)
Create a "setter" for the named attribute
|
Modifier and Type | Field and Description |
---|---|
protected Setter[] |
AbstractComponentTuplizer.setters |
Modifier and Type | Method and Description |
---|---|
protected Setter |
PojoComponentTuplizer.buildSetter(Component component,
Property prop) |
protected Setter |
DynamicMapComponentTuplizer.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(AttributeBinding mappedProperty)
Build an appropriate Setter for the given property.
|
protected Setter |
DynamicMapEntityTuplizer.buildPropertySetter(AttributeBinding mappedProperty)
Build an appropriate Setter for the given property.
|
protected abstract Setter |
AbstractEntityTuplizer.buildPropertySetter(AttributeBinding mappedProperty)
Build an appropriate Setter for the given property.
|
protected Setter |
PojoEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Setter for the given property.
|
protected Setter |
DynamicMapEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Setter for the given property.
|
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(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 © 2018 JBoss by Red Hat. All rights reserved.