Uses of Interface
org.hibernate.metamodel.mapping.SingularAttributeMapping
-
Packages that use SingularAttributeMapping Package Description org.hibernate.loader.ast.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQueryAPIs -
-
Uses of SingularAttributeMapping in org.hibernate.loader.ast.internal
Constructors in org.hibernate.loader.ast.internal with parameters of type SingularAttributeMapping Constructor Description SingleUniqueKeyEntityLoaderStandard(EntityMappingType entityDescriptor, SingularAttributeMapping uniqueKeyAttribute) -
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.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SingularAttributeMapping Modifier and Type Class Description classAbstractSingularAttributeMappingclassBasicAttributeMappingclassDiscriminatedAssociationAttributeMappingSingular, any-valued attributeclassEmbeddedAttributeMappingclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classToOneAttributeMappingclassVirtualEmbeddedAttributeMappingMethods in org.hibernate.metamodel.mapping.internal that return SingularAttributeMapping Modifier and Type Method Description SingularAttributeMappingIdClassEmbeddable. findAttributeMapping(String name)SingularAttributeMappingSimpleNaturalIdMapping. getAttribute()Methods in org.hibernate.metamodel.mapping.internal that return types with arguments of type SingularAttributeMapping Modifier and Type Method Description List<SingularAttributeMapping>CompoundNaturalIdMapping. getNaturalIdAttributes()List<SingularAttributeMapping>SimpleNaturalIdMapping. getNaturalIdAttributes()Constructors in org.hibernate.metamodel.mapping.internal with parameters of type SingularAttributeMapping Constructor Description SimpleNaturalIdMapping(SingularAttributeMapping attribute, EntityMappingType declaringType, MappingModelCreationProcess creationProcess)Constructor parameters in org.hibernate.metamodel.mapping.internal with type arguments of type SingularAttributeMapping Constructor Description CompoundNaturalIdMapping(EntityMappingType declaringType, List<SingularAttributeMapping> attributes, MappingModelCreationProcess creationProcess) -
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)
-