Uses of Class
org.hibernate.mapping.Property
-
Packages that use Property Package Description org.hibernate.binder 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.org.hibernate.binder.internal Built-in implementations ofAttributeBinder
andTypeBinder
.org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.org.hibernate.envers.configuration.internal.metadata.reader org.hibernate.generator This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.org.hibernate.jpa.event.internal Internal details of implementing support for JPA callbacksorg.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.tuple 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 Property Modifier and Type Method Description void
AttributeBinder. bind(A annotation, MetadataBuildingContext buildingContext, PersistentClass persistentClass, Property property)
Perform some custom configuration of the model relating to the given annotatedProperty
of the givenentity class
orembeddable class
. -
Uses of Property in org.hibernate.binder.internal
Methods in org.hibernate.binder.internal with parameters of type Property Modifier and Type Method Description void
AttributeAccessorBinder. bind(AttributeAccessor accessor, MetadataBuildingContext buildingContext, PersistentClass persistentClass, Property property)
void
CommentBinder. bind(Comment comment, MetadataBuildingContext context, PersistentClass entity, Property property)
void
CommentsBinder. bind(Comments comments, MetadataBuildingContext context, PersistentClass entity, Property property)
void
TenantIdBinder. bind(TenantId tenantId, MetadataBuildingContext buildingContext, PersistentClass persistentClass, Property property)
-
Uses of Property in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return Property Modifier and Type Method Description static Property
BinderHelper. findPropertyByName(Component component, String propertyName)
Retrieve the property by path in a recursive waystatic Property
BinderHelper. findPropertyByName(PersistentClass associatedClass, String propertyName)
Retrieve the property by path in a recursive way, including IdentifierProperty in the loop If propertyName is null or empty, the IdentifierProperty is returnedProperty
PropertyBinder. makeProperty()
Property
PropertyBinder. makePropertyAndBind()
Property
PropertyBinder. makePropertyValueAndBind()
static Property
BinderHelper. shallowCopy(Property property)
Methods in org.hibernate.boot.model.internal with parameters of type Property Modifier and Type Method Description void
ClassPropertyHolder. addProperty(Property prop, org.hibernate.annotations.common.reflection.XClass declaringClass)
void
ClassPropertyHolder. addProperty(Property prop, AnnotatedColumns columns, org.hibernate.annotations.common.reflection.XClass declaringClass)
void
CollectionPropertyHolder. addProperty(Property prop, org.hibernate.annotations.common.reflection.XClass declaringClass)
void
CollectionPropertyHolder. addProperty(Property prop, AnnotatedColumns columns, org.hibernate.annotations.common.reflection.XClass declaringClass)
void
ComponentPropertyHolder. addProperty(Property prop, org.hibernate.annotations.common.reflection.XClass declaringClass)
void
ComponentPropertyHolder. addProperty(Property property, AnnotatedColumns columns, org.hibernate.annotations.common.reflection.XClass declaringClass)
void
PropertyHolder. addProperty(Property prop, org.hibernate.annotations.common.reflection.XClass declaringClass)
void
PropertyHolder. addProperty(Property prop, AnnotatedColumns columns, org.hibernate.annotations.common.reflection.XClass declaringClass)
static void
ClassPropertyHolder. handleGenericComponentProperty(Property property, MetadataBuildingContext context)
Embeddable classes can be defined using generics.static Property
BinderHelper. shallowCopy(Property property)
-
Uses of Property in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type Property Modifier and Type Method Description void
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 Property Modifier and Type Method Description static LazyAttributeDescriptor
LazyAttributeDescriptor. from(Property property, int attributeIndex, int lazyIndex)
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.envers.configuration.internal.metadata.reader
Methods in org.hibernate.envers.configuration.internal.metadata.reader that return Property Modifier and Type Method Description Property
PersistentPropertiesSource. getProperty(String propertyName)
Methods in org.hibernate.envers.configuration.internal.metadata.reader that return types with arguments of type Property Modifier and Type Method Description Iterator<Property>
PersistentPropertiesSource. getPropertyIterator()
Methods in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type Property Modifier and Type Method Description protected boolean
AuditedPropertiesReader. checkAudited(Property property, PropertyAuditingData propertyData, String propertyName, Audited allClassAudited, String modifiedFlagSuffix)
-
Uses of Property in org.hibernate.generator
Methods in org.hibernate.generator that return Property Modifier and Type Method Description Property
GeneratorCreationContext. getProperty()
-
Uses of Property in org.hibernate.jpa.event.internal
Methods in org.hibernate.jpa.event.internal with parameters of type Property Modifier and Type Method Description static List<CallbackDefinition>
CallbackDefinitionResolverLegacyImpl. resolveEmbeddableCallbacks(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, Class<?> entityClass, Property embeddableProperty, CallbackType callbackType)
-
Uses of Property in org.hibernate.mapping
Subclasses of Property in org.hibernate.mapping Modifier and Type Class Description class
Backref
class
IndexBackref
class
SyntheticProperty
Models a property which does not actually exist in the model.Methods in org.hibernate.mapping that return Property Modifier and Type Method Description Property
Property. copy()
Property
MappedSuperclass. getDeclaredIdentifierProperty()
abstract Property
PersistentClass. getDeclaredIdentifierProperty()
Property
RootClass. getDeclaredIdentifierProperty()
Property
Subclass. getDeclaredIdentifierProperty()
Property
MappedSuperclass. getDeclaredVersion()
abstract Property
PersistentClass. getDeclaredVersion()
Property
RootClass. getDeclaredVersion()
Property
Subclass. getDeclaredVersion()
Property
MappedSuperclass. getIdentifierProperty()
abstract Property
PersistentClass. getIdentifierProperty()
Property
RootClass. getIdentifierProperty()
Property
Subclass. getIdentifierProperty()
Property
Component. getProperty(int index)
Property
Component. getProperty(String propertyName)
Property
PersistentClass. getProperty(String propertyName)
Property
PersistentClass. getRecursiveProperty(String propertyPath)
Property
PersistentClass. getReferencedProperty(String propertyPath)
Given a property path, locate the appropriate referenceable property reference.Property
PersistentClass. getSubclassProperty(String propertyName)
Deprecated.Property
MappedSuperclass. getVersion()
abstract Property
PersistentClass. getVersion()
Property
RootClass. getVersion()
Property
Subclass. getVersion()
Methods in org.hibernate.mapping with parameters of type Property Modifier and Type Method Description void
MappedSuperclass. addDeclaredProperty(Property p)
void
Join. addMappedSuperclassProperty(Property property)
void
PersistentClass. addMappedSuperclassProperty(Property p)
void
Subclass. addMappedSuperclassProperty(Property property)
void
AttributeContainer. addProperty(Property property)
Add a property to thisPersistentClass
orJoin
.void
Component. addProperty(Property p)
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)
boolean
AttributeContainer. contains(Property property)
boolean
Join. contains(Property property)
boolean
PersistentClass. contains(Property property)
boolean
Join. containsProperty(Property property)
int
PersistentClass. getJoinNumber(Property prop)
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 Modifier and Type Method Description static void
MappingHelper. checkPropertyColumnDuplication(Set<String> distinctColumns, List<Property> properties, String owner)
-
Uses of Property in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return Property Modifier and Type Method Description Property
AttributeContext. getPropertyMapping()
Retrieve the Hibernate property mapping.Property
AttributeMetadata. getPropertyMapping()
Retrieve the Hibernate property mapping related to this attribute.Property
BaseAttributeMetadata. getPropertyMapping()
Methods in org.hibernate.metamodel.internal with parameters of type Property Modifier and Type Method Description <X,Y>
PersistentAttribute<X,Y>AttributeFactory. buildAttribute(ManagedDomainType<X> ownerType, Property property)
Build a normal attribute.static <X,Y>
PersistentAttribute<X,Y>AttributeFactory. buildAttribute(ManagedDomainType<X> ownerType, Property property, MetadataContext metadataContext)
<X,Y>
SingularPersistentAttribute<X,Y>AttributeFactory. buildIdAttribute(IdentifiableDomainType<X> ownerType, Property property)
Build the identifier attribute descriptorprotected abstract PropertyAccess
AbstractEmbeddableRepresentationStrategy. buildPropertyAccess(Property bootAttributeDescriptor)
protected PropertyAccess
EmbeddableRepresentationStrategyPojo. buildPropertyAccess(Property bootAttributeDescriptor)
<X,Y>
SingularAttributeImpl<X,Y>AttributeFactory. buildVersionAttribute(IdentifiableDomainType<X> ownerType, Property property)
Build the version attribute descriptorPropertyAccess
AbstractEmbeddableRepresentationStrategy. resolvePropertyAccess(Property bootAttributeDescriptor)
PropertyAccess
EmbeddableRepresentationStrategyMap. resolvePropertyAccess(Property bootAttributeDescriptor)
PropertyAccess
EntityRepresentationStrategyMap. resolvePropertyAccess(Property bootAttributeDescriptor)
PropertyAccess
EntityRepresentationStrategyPojoStandard. resolvePropertyAccess(Property bootAttributeDescriptor)
Constructors in org.hibernate.metamodel.internal with parameters of type Property Constructor Description BaseAttributeMetadata(Property propertyMapping, ManagedDomainType<X> ownerType, Member member, AttributeClassification attributeClassification, MetadataContext metadataContext)
-
Uses of Property in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type Property Modifier and Type Method Description static BasicAttributeMapping
MappingModelCreationHelper. buildBasicAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, BasicType attrType, String tableExpression, String attrColumnName, SelectablePath selectablePath, boolean isAttrFormula, String readExpr, String writeExpr, String columnDefinition, Long length, Integer precision, Integer scale, boolean isLob, boolean nullable, boolean insertable, boolean updateable, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
static EmbeddedAttributeMapping
MappingModelCreationHelper. 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, MappingModelCreationProcess creationProcess)
static EmbeddedAttributeMapping
MappingModelCreationHelper. buildEmbeddedAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
static EntityIdentifierMapping
MappingModelCreationHelper. buildEncapsulatedCompositeIdentifierMapping(EntityPersister entityPersister, Property bootProperty, String attributeName, String rootTableName, String[] rootTableKeyColumnNames, CompositeType cidType, MappingModelCreationProcess creationProcess)
static PluralAttributeMapping
MappingModelCreationHelper. buildPluralAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess)
static PluralAttributeMapping
MappingModelCreationHelper. buildPluralAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess, Function<PluralAttributeMappingImpl,PluralAttributeMappingImpl> mappingConverter)
For Hibernate Reactivestatic ToOneAttributeMapping
MappingModelCreationHelper. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
For Hibernate Reactivestatic ToOneAttributeMapping
MappingModelCreationHelper. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess, Function<ToOneAttributeMapping,ToOneAttributeMapping> mappingConverter)
void
PluralAttributeMappingImpl. finishInitialization(Property bootProperty, Collection bootDescriptor, MappingModelCreationProcess creationProcess)
static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType,EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess)
protected static AttributeMetadata
MappingModelCreationHelper. getAttributeMetadata(Property bootProperty, Type attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
static boolean
MappingModelCreationHelper. interpretToOneKeyDescriptor(ToOneAttributeMapping attributeMapping, Property bootProperty, ToOne bootValueMapping, PropertyAccess inversePropertyAccess, Dialect dialect, MappingModelCreationProcess creationProcess)
Tries toToOneAttributeMapping.setForeignKeyDescriptor(org.hibernate.metamodel.mapping.ForeignKeyDescriptor)
to the given attributeattributeMapping
.PropertyAccess
IdClassRepresentationStrategy. resolvePropertyAccess(Property bootAttributeDescriptor)
PropertyAccess
VirtualIdRepresentationStrategy. resolvePropertyAccess(Property bootAttributeDescriptor)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type Property Constructor Description DiscriminatedAssociationAttributeMapping(NavigableRole attributeRole, JavaType<?> baseAssociationJtd, ManagedMappingType declaringType, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchTiming fetchTiming, PropertyAccess propertyAccess, Property bootProperty, AnyType anyType, Any bootValueMapping, MappingModelCreationProcess creationProcess)
SimpleAttributeMetadata(PropertyAccess propertyAccess, MutabilityPlan mutabilityPlan, Property bootProperty, Value value)
-
Uses of Property in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return Property Modifier and Type Method Description Property
PluralAttributeBuilder. getProperty()
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type Property Constructor Description PluralAttributeBuilder(JavaType<C> collectionJtd, boolean isGeneric, AttributeClassification attributeClassification, CollectionClassification collectionClassification, DomainType<E> elementType, DomainType<K> listIndexOrMapKeyType, ManagedDomainType<D> declaringType, Property property, Member member)
-
Uses of Property in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi with parameters of type Property Modifier and Type Method Description PropertyAccess
ManagedTypeRepresentationStrategy. 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 Property Modifier and Type Method Description protected 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, MappingModelCreationProcess creationProcess)
For Hibernate Reactiveprotected AttributeMapping
AbstractEntityPersister. buildPluralAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, 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, MappingModelCreationProcess creationProcess)
For Hibernate Reactiveprotected AttributeMapping
AbstractEntityPersister. generateNonIdAttributeMapping(NonIdentifierAttribute tupleAttrDefinition, Property bootProperty, int stateArrayPosition, int fetchableIndex, MappingModelCreationProcess creationProcess)
-
Uses of Property in org.hibernate.tuple
Methods in org.hibernate.tuple with parameters of type Property Modifier and Type Method Description static 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.
-