Uses of Class
org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
-
Packages that use BasicAttributeMapping Package Description org.hibernate.loader.ast.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal -
-
Uses of BasicAttributeMapping in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return BasicAttributeMapping Modifier and Type Method Description protected BasicAttributeMapping
MultiNaturalIdLoaderArrayParam. getNaturalIdAttribute()
-
Uses of BasicAttributeMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return BasicAttributeMapping Modifier and Type Method Description BasicAttributeMapping
EntityVersionMapping. 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 BasicAttributeMapping 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)
BasicAttributeMapping
EntityVersionMappingImpl. getVersionAttribute()
static BasicAttributeMapping
BasicAttributeMapping. withSelectableMapping(ManagedMappingType declaringType, BasicValuedModelPart original, PropertyAccess propertyAccess, boolean insertable, boolean updateable, SelectableMapping selectableMapping)
-