Uses of Class
org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
Packages that use BasicAttributeMapping
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of BasicAttributeMapping in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return BasicAttributeMappingModifier and TypeMethodDescriptionprotected BasicAttributeMapping
MultiNaturalIdLoaderArrayParam.getNaturalIdAttribute()
-
Uses of BasicAttributeMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return BasicAttributeMappingModifier and TypeMethodDescriptionEntityVersionMapping.getVersionAttribute()
The attribute marked as the version -
Uses of BasicAttributeMapping in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return BasicAttributeMappingModifier and TypeMethodDescriptionstatic 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, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) EntityVersionMappingImpl.getVersionAttribute()
static BasicAttributeMapping
BasicAttributeMapping.withSelectableMapping
(ManagedMappingType declaringType, BasicValuedModelPart original, PropertyAccess propertyAccess, boolean insertable, boolean updateable, SelectableMapping selectableMapping)