Package org.hibernate.metamodel.mapping
Interface PropertyBasedMapping
-
- All Known Subinterfaces:
AggregatedIdentifierMapping
,AttributeMapping
,BasicEntityIdentifierMapping
,PluralAttributeMapping
,SingleAttributeIdentifierMapping
,SingularAttributeMapping
- All Known Implementing Classes:
AbstractAttributeMapping
,AbstractSingularAttributeMapping
,AbstractStateArrayContributorMapping
,AnonymousTupleBasicEntityIdentifierMapping
,AnonymousTupleEmbeddedEntityIdentifierMapping
,BasicAttributeMapping
,BasicEntityIdentifierMappingImpl
,DiscriminatedAssociationAttributeMapping
,EmbeddedAttributeMapping
,EmbeddedIdentifierMappingImpl
,InverseNonAggregatedIdentifierMapping
,PluralAttributeMappingImpl
,ToOneAttributeMapping
,VirtualEmbeddedAttributeMapping
public interface PropertyBasedMapping
Describes an attribute with a property access.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyAccess
getPropertyAccess()
-
-
-
Method Detail
-
getPropertyAccess
PropertyAccess getPropertyAccess()
-
-