Uses of Interface
org.hibernate.metamodel.mapping.SingularAttributeMapping
-
Packages that use SingularAttributeMapping 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 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.loader.ast.internal
Constructors in org.hibernate.loader.ast.internal with parameters of type SingularAttributeMapping Constructor Description SingleUniqueKeyEntityLoaderStandard(EntityMappingType entityDescriptor, SingularAttributeMapping uniqueKeyAttribute, LoadQueryInfluencers loadQueryInfluencers) -
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 SingularAttributeMappingSimpleNaturalIdMapping. getAttribute()SingularAttributeMappingMutableAttributeMappingList. getSingularAttributeMapping(int idx)Deprecated.should be removedMethods 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.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)
-