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 TypeMethodDescriptionvoidAttributeBinder.bind(A annotation, MetadataBuildingContext buildingContext, PersistentClass persistentClass, Property property) Perform some custom configuration of the model relating to the given annotatedPropertyof 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 thebootModelPropertyrecord component.Constructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type PropertyModifierConstructorDescriptionColumnDefaultsProperty(Property property) PropertyInfo(Property bootModelProperty) Creates an instance of aPropertyInforecord class. -
Uses of Property in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type PropertyModifier and TypeMethodDescriptionvoidNaturalIdUniqueKeyBinder.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 LazyAttributeDescriptorstatic booleanEnhancementHelper.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 TypeClassDescriptionclassclassclassModels a property which does not actually exist in the model.Methods in org.hibernate.mapping that return PropertyModifier and TypeMethodDescriptionProperty.copy()MappedSuperclass.getDeclaredIdentifierProperty()abstract PropertyPersistentClass.getDeclaredIdentifierProperty()RootClass.getDeclaredIdentifierProperty()Subclass.getDeclaredIdentifierProperty()MappedSuperclass.getDeclaredVersion()abstract PropertyPersistentClass.getDeclaredVersion()RootClass.getDeclaredVersion()Subclass.getDeclaredVersion()MappedSuperclass.getIdentifierProperty()abstract PropertyPersistentClass.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 PropertyPersistentClass.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 TypeMethodDescriptionvoidMappedSuperclass.addDeclaredProperty(Property property) voidJoin.addMappedSuperclassProperty(Property property) voidPersistentClass.addMappedSuperclassProperty(Property property) voidSubclass.addMappedSuperclassProperty(Property property) voidAttributeContainer.addProperty(Property property) Add an attribute to thisPersistentClassorJoin.voidComponent.addProperty(Property p) voidComponent.addProperty(Property p, org.hibernate.models.spi.ClassDetails declaringClass) voidJoin.addProperty(Property property) voidPersistentClass.addProperty(Property property) voidSubclass.addProperty(Property property) protected voidPersistentClass.addSubclassProperty(Property prop) protected voidSubclass.addSubclassProperty(Property p) voidIdentifiableTypeClass.applyProperty(Property property) Deprecated, for removal: This API element is subject to removal in a future version.No longer usedvoidMappedSuperclass.applyProperty(Property property) Deprecated, for removal: This API element is subject to removal in a future version.voidPersistentClass.applyProperty(Property property) Deprecated, for removal: This API element is subject to removal in a future version.booleanDetermine if the given attribute belongs to this container.booleanbooleanbooleanbooleanJoin.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) intPersistentClass.getJoinNumber(Property prop) Component.getPropertyDeclaringClass(Property p) voidPersistentClass.movePropertyToJoin(Property property, Join join) voidSubclass.movePropertyToJoin(Property property, Join join) protected voidPersistentClass.moveSubclassPropertyToJoin(Property property) protected voidSubclass.moveSubclassPropertyToJoin(Property property) voidPersistentClass.removeProperty(Property property) voidMappedSuperclass.setDeclaredIdentifierProperty(Property prop) voidRootClass.setDeclaredIdentifierProperty(Property declaredIdentifierProperty) voidMappedSuperclass.setDeclaredVersion(Property prop) voidRootClass.setDeclaredVersion(Property declaredVersion) voidRootClass.setIdentifierProperty(Property identifierProperty) voidRootClass.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.EmbeddedAttributeMappingAbstractEntityPersister.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 AttributeMappingAbstractEntityPersister.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 AttributeMappingAbstractEntityPersister.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 AttributeMappingAbstractEntityPersister.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 NonIdentifierAttributePropertyFactory.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 VersionPropertyPropertyFactory.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.