Uses of Class
org.hibernate.mapping.Property
Packages that use Property
Package
Description
This package defines an easy way to extend Hibernate with user-defined
annotations that define customized O/R mappings of annotated entities
and annotated entity attributes.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Support for bytecode interceptor implementations.
This package defines an abstraction over all kinds of automatic
value generation, including id generation and version number
generation.
This package defines the Hibernate configuration-time mapping model.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
This package abstracts persistence mechanisms for entities.
Most contracts here have been replaced by the new runtime
mapping model.
-
Uses of Property in org.hibernate.binder
Methods in org.hibernate.binder with parameters of type PropertyModifier and TypeMethodDescriptionvoid
AttributeBinder.bind
(A annotation, MetadataBuildingContext buildingContext, PersistentClass persistentClass, Property property) Perform some custom configuration of the model relating to the given annotatedProperty
of the given entity class or embeddable class. -
Uses of Property in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return PropertyModifier and TypeMethodDescriptionPropertyInfo.bootModelProperty()
Returns the value of thebootModelProperty
record component.Constructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type PropertyModifierConstructorDescriptionColumnDefaultsProperty
(Property property) PropertyInfo
(Property bootModelProperty) Creates an instance of aPropertyInfo
record class. -
Uses of Property in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type PropertyModifier and TypeMethodDescriptionvoid
NaturalIdUniqueKeyBinder.addAttributeBinding
(Property attributeBinding) Adds an attribute binding. -
Uses of Property in org.hibernate.bytecode.enhance.spi.interceptor
Methods in org.hibernate.bytecode.enhance.spi.interceptor with parameters of type PropertyModifier and TypeMethodDescriptionstatic LazyAttributeDescriptor
static boolean
EnhancementHelper.includeInBaseFetchGroup
(Property bootMapping, boolean isEnhanced, EnhancementHelper.InheritanceChecker inheritanceChecker, boolean collectionsInDefaultFetchGroupEnabled) Should the given property be included in the owner's base fetch group? -
Uses of Property in org.hibernate.generator
Methods in org.hibernate.generator that return PropertyModifier and TypeMethodDescriptionGeneratorCreationContext.getProperty()
The entity identifier or id-bag property details. -
Uses of Property in org.hibernate.mapping
Subclasses of Property in org.hibernate.mappingModifier and TypeClassDescriptionclass
class
class
Models a property which does not actually exist in the model.Methods in org.hibernate.mapping that return PropertyModifier and TypeMethodDescriptionProperty.copy()
MappedSuperclass.getDeclaredIdentifierProperty()
abstract Property
PersistentClass.getDeclaredIdentifierProperty()
RootClass.getDeclaredIdentifierProperty()
Subclass.getDeclaredIdentifierProperty()
MappedSuperclass.getDeclaredVersion()
abstract Property
PersistentClass.getDeclaredVersion()
RootClass.getDeclaredVersion()
Subclass.getDeclaredVersion()
MappedSuperclass.getIdentifierProperty()
abstract Property
PersistentClass.getIdentifierProperty()
RootClass.getIdentifierProperty()
Subclass.getIdentifierProperty()
AttributeContainer.getProperty
(String propertyName) Get the attribute with the given name belonging to this container.Component.getProperty
(int index) Component.getProperty
(String propertyName) Join.getProperty
(String propertyName) PersistentClass.getProperty
(String propertyName) PersistentClass.getRecursiveProperty
(String propertyPath) PersistentClass.getReferencedProperty
(String propertyPath) Given a property path, locate the appropriate referenceable property reference.MappedSuperclass.getVersion()
abstract Property
PersistentClass.getVersion()
RootClass.getVersion()
Subclass.getVersion()
Methods in org.hibernate.mapping that return types with arguments of type PropertyModifier and TypeMethodDescriptionIdentifiableTypeClass.getDeclaredProperties()
Join.getDeclaredProperties()
MappedSuperclass.getDeclaredProperties()
PersistentClass.getDeclaredProperties()
PersistentClass.getNonDuplicatedProperties()
SingleTableSubclass.getNonDuplicatedProperties()
UnionSubclass.getNonDuplicatedProperties()
Component.getProperties()
Join.getProperties()
PersistentClass.getProperties()
Build a list of the properties defined on this class.PersistentClass.getPropertyClosure()
RootClass.getPropertyClosure()
Subclass.getPropertyClosure()
JoinedSubclass.getReferenceableProperties()
PersistentClass.getReferenceableProperties()
Build a list of properties which may be referenced in association mappings.PersistentClass.getSubclassPropertyClosure()
PersistentClass.getUnjoinedProperties()
Get a list of the properties defined on this class which are not defined as part of a join.Methods in org.hibernate.mapping with parameters of type PropertyModifier and TypeMethodDescriptionvoid
MappedSuperclass.addDeclaredProperty
(Property property) void
Join.addMappedSuperclassProperty
(Property property) void
PersistentClass.addMappedSuperclassProperty
(Property property) void
Subclass.addMappedSuperclassProperty
(Property property) void
AttributeContainer.addProperty
(Property property) Add an attribute to thisPersistentClass
orJoin
.void
Component.addProperty
(Property p) void
Component.addProperty
(Property p, org.hibernate.models.spi.ClassDetails declaringClass) void
Join.addProperty
(Property property) void
PersistentClass.addProperty
(Property property) void
Subclass.addProperty
(Property property) protected void
PersistentClass.addSubclassProperty
(Property prop) protected void
Subclass.addSubclassProperty
(Property p) void
IdentifiableTypeClass.applyProperty
(Property property) Deprecated, for removal: This API element is subject to removal in a future version.No longer usedvoid
MappedSuperclass.applyProperty
(Property property) Deprecated, for removal: This API element is subject to removal in a future version.void
PersistentClass.applyProperty
(Property property) Deprecated, for removal: This API element is subject to removal in a future version.boolean
Determine if the given attribute belongs to this container.boolean
boolean
boolean
boolean
Join.containsProperty
(Property property) Component.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) KeyValue.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) SimpleValue.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) int
PersistentClass.getJoinNumber
(Property prop) Component.getPropertyDeclaringClass
(Property p) void
PersistentClass.removeProperty
(Property property) void
MappedSuperclass.setDeclaredIdentifierProperty
(Property prop) void
RootClass.setDeclaredIdentifierProperty
(Property declaredIdentifierProperty) void
MappedSuperclass.setDeclaredVersion
(Property prop) void
RootClass.setDeclaredVersion
(Property declaredVersion) void
RootClass.setIdentifierProperty
(Property identifierProperty) void
RootClass.setVersion
(Property version) Method parameters in org.hibernate.mapping with type arguments of type Property -
Uses of Property in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi with parameters of type PropertyModifier and TypeMethodDescriptionManagedTypeRepresentationStrategy.resolvePropertyAccess
(Property bootAttributeDescriptor) Create the property accessor object for the specified attribute -
Uses of Property in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type PropertyModifier and TypeMethodDescriptionprotected org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
AbstractEntityPersister.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) For Hibernate Reactiveprotected AttributeMapping
AbstractEntityPersister.buildPluralAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) For Hibernate Reactiveprotected AttributeMapping
AbstractEntityPersister.buildSingularAssociationAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) For Hibernate Reactiveprotected AttributeMapping
AbstractEntityPersister.generateNonIdAttributeMapping
(NonIdentifierAttribute tupleAttrDefinition, Property bootProperty, int stateArrayPosition, int fetchableIndex, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) -
Uses of Property in org.hibernate.tuple
Methods in org.hibernate.tuple with parameters of type PropertyModifier and TypeMethodDescriptionstatic NonIdentifierAttribute
PropertyFactory.buildEntityBasedAttribute
(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable, RuntimeModelCreationContext creationContext) Deprecated, for removal: This API element is subject to removal in a future version.Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entitystatic VersionProperty
PropertyFactory.buildVersionProperty
(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable) Deprecated, for removal: This API element is subject to removal in a future version.Generates a VersionProperty representation for an entity mapping given its version mapping Property.