Uses of Interface
org.hibernate.metamodel.mapping.SingularAttributeMapping
-
Packages that use SingularAttributeMapping Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.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(IndexedConsumer<SingularAttributeMapping> consumer)Convenience method to iterate the attributes for this mapper's representation -
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)
-