|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
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 |
Uses of Property in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg with parameters of type Property | |
---|---|
static void |
HbmBinder.bindProperty(org.dom4j.Element node,
Property property,
Mappings mappings,
Map inheritedMetas)
|
Uses of Property in org.hibernate.mapping |
---|
Subclasses of Property in org.hibernate.mapping | |
---|---|
class |
Backref
|
class |
IndexBackref
|
Methods in org.hibernate.mapping that return Property | |
---|---|
Property |
Subclass.getIdentifierProperty()
|
Property |
RootClass.getIdentifierProperty()
|
abstract Property |
PersistentClass.getIdentifierProperty()
|
Property |
PersistentClass.getProperty(String propertyName)
|
Property |
Component.getProperty(String propertyName)
|
Property |
PersistentClass.getRecursiveProperty(String propertyPath)
|
Property |
PersistentClass.getReferencedProperty(String propertyPath)
Given a property path, locate the appropriate referenceable property reference. |
Property |
Subclass.getVersion()
|
Property |
RootClass.getVersion()
|
abstract Property |
PersistentClass.getVersion()
|
Methods in org.hibernate.mapping with parameters of type Property | |
---|---|
void |
Subclass.addProperty(Property p)
|
void |
PersistentClass.addProperty(Property p)
|
void |
Join.addProperty(Property prop)
|
void |
Component.addProperty(Property p)
|
protected void |
Subclass.addSubclassProperty(Property p)
|
protected void |
PersistentClass.addSubclassProperty(Property prop)
|
boolean |
Join.containsProperty(Property prop)
|
int |
PersistentClass.getJoinNumber(Property prop)
|
void |
RootClass.setIdentifierProperty(Property identifierProperty)
|
void |
RootClass.setVersion(Property version)
|
Uses of Property in org.hibernate.property |
---|
Methods in org.hibernate.property with parameters of type Property | |
---|---|
static PropertyAccessor |
PropertyAccessorFactory.getPropertyAccessor(Property property,
EntityMode mode)
Retrieves a PropertyAccessor instance based on the given property definition and entity mode. |
Uses of Property in org.hibernate.tuple |
---|
Methods in org.hibernate.tuple with parameters of type Property | |
---|---|
static StandardProperty |
PropertyFactory.buildStandardProperty(Property property,
boolean lazyAvailable)
Generate a "standard" (i.e., non-identifier and non-version) based on the given mapped property. |
static VersionProperty |
PropertyFactory.buildVersionProperty(Property property,
boolean lazyAvailable)
Generates a VersionProperty representation for an entity mapping given its version mapping Property. |
Uses of Property in org.hibernate.tuple.component |
---|
Methods in org.hibernate.tuple.component with parameters of type Property | |
---|---|
protected Getter |
PojoComponentTuplizer.buildGetter(Component component,
Property prop)
|
protected Getter |
DynamicMapComponentTuplizer.buildGetter(Component component,
Property prop)
|
protected Getter |
Dom4jComponentTuplizer.buildGetter(Component component,
Property prop)
|
protected abstract Getter |
AbstractComponentTuplizer.buildGetter(Component component,
Property prop)
|
protected Setter |
PojoComponentTuplizer.buildSetter(Component component,
Property prop)
|
protected Setter |
DynamicMapComponentTuplizer.buildSetter(Component component,
Property prop)
|
protected Setter |
Dom4jComponentTuplizer.buildSetter(Component component,
Property prop)
|
protected abstract Setter |
AbstractComponentTuplizer.buildSetter(Component component,
Property prop)
|
Uses of Property in org.hibernate.tuple.entity |
---|
Methods in org.hibernate.tuple.entity with parameters of type Property | |
---|---|
protected Getter |
PojoEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
|
protected Getter |
DynamicMapEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
|
protected Getter |
Dom4jEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
|
protected abstract Getter |
AbstractEntityTuplizer.buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Getter for the given property. |
protected Setter |
PojoEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity)
|
protected Setter |
DynamicMapEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity)
|
protected Setter |
Dom4jEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity)
|
protected abstract Setter |
AbstractEntityTuplizer.buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Setter for the given property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |