Uses of Interface
org.hibernate.metamodel.mapping.SingularAttributeMapping
-
Packages that use SingularAttributeMapping Package Description 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.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQueryAPIs -
-
Uses of SingularAttributeMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return types with arguments of type SingularAttributeMapping Modifier and Type Method Description List<SingularAttributeMapping>NaturalIdMapping. getNaturalIdAttributes()The attribute(s) making up the natural-id.Method parameters in org.hibernate.metamodel.mapping with type arguments of type SingularAttributeMapping Modifier and Type Method Description default voidNonAggregatedIdentifierMapping.IdentifierValueMapper. forEachAttribute(org.hibernate.internal.util.IndexedConsumer<SingularAttributeMapping> consumer)Convenience method to iterate the attributes for this mapper's representation -
Uses of SingularAttributeMapping in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type SingularAttributeMapping Modifier and Type Method Description booleanUpdateCoordinatorStandard.InclusionChecker. include(int position, SingularAttributeMapping attribute) -
Uses of SingularAttributeMapping in org.hibernate.query.results.dynamic
Constructors in org.hibernate.query.results.dynamic with parameters of type SingularAttributeMapping Constructor Description DynamicResultBuilderAttribute(SingularAttributeMapping attributeMapping, String columnAlias, String entityName, String attributePath)
-