Uses of Interface
org.hibernate.metamodel.mapping.AttributeMapping
-
Packages that use AttributeMapping 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.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context eventsorg.hibernate.persister.internal org.hibernate.query.derived org.hibernate.query.internal org.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery.org.hibernate.sql.results.graph -
-
Uses of AttributeMapping in org.hibernate.metamodel.mapping
Subinterfaces of AttributeMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfacePluralAttributeMappingMapping of a plural (collection-valued) attributeinterfaceSingularAttributeMappingMapping for a singular (non-collection) attribute.Methods in org.hibernate.metamodel.mapping that return AttributeMapping Modifier and Type Method Description default AttributeMappingAttributeMapping. asAttributeMapping()default AttributeMappingEntityVersionMapping. asAttributeMapping()default AttributeMappingModelPart. asAttributeMapping()default AttributeMappingManagedMappingType. findAttributeMapping(String name)Find an attribute by name.AttributeMappingEntityMappingType. findDeclaredAttributeMapping(String name)Find an attribute-mapping, declared on this entity mapping (not super or subs), by namedefault AttributeMappingEntityMappingType. getAttributeMapping(int position)Retrieve an attribute mapping by position, relative to all attributesAttributeMappingManagedMappingType. getAttributeMapping(int position)Retrieve an attribute by its contributor positionMethod parameters in org.hibernate.metamodel.mapping with type arguments of type AttributeMapping Modifier and Type Method Description default Object[]EntityMappingType. extractConcreteTypeStateValues(Map<AttributeMapping,DomainResultAssembler> assemblerMapping, RowProcessingState rowProcessingState)Deprecated, for removal: This API element is subject to removal in a future version.default voidEntityMappingType. forEachAttributeMapping(Consumer<? super AttributeMapping> action)Visit each attribute mappingvoidManagedMappingType. forEachAttributeMapping(Consumer<? super AttributeMapping> action)Visit attributes defined on this class and any supersdefault voidManagedMappingType. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)Visit attributes defined on this class and any supersdefault voidEntityMappingType. visitAttributeMappings(Consumer<? super AttributeMapping> action, EntityMappingType targetType)Visit the mappings, but limited to just attributes defined in the targetType or its super-type(s) if any.voidEntityMappingType. visitDeclaredAttributeMappings(Consumer<? super AttributeMapping> action)Visit attributes defined on this class - do not visit attributes defined on the superdefault voidEntityMappingType. visitSubTypeAttributeMappings(Consumer<? super AttributeMapping> action)Walk this type's attributes as well as its sub-type'sdefault voidEntityMappingType. visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping> action)Walk this type's attributes as well as its super-type's -
Uses of AttributeMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement AttributeMapping Modifier and Type Class Description classAbstractAttributeMappingclassAbstractSingularAttributeMappingclassAbstractStateArrayContributorMappingclassBasicAttributeMappingclassDiscriminatedAssociationAttributeMappingSingular, any-valued attributeclassEmbeddedAttributeMappingclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classPluralAttributeMappingImplclassToOneAttributeMappingclassVirtualEmbeddedAttributeMappingMethods in org.hibernate.metamodel.mapping.internal that return AttributeMapping Modifier and Type Method Description AttributeMappingSimpleNaturalIdMapping. asAttributeMapping()AttributeMappingEmbeddableMappingTypeImpl. findAttributeMapping(String name)AttributeMappingVirtualIdEmbeddable. findAttributeMapping(String name)AttributeMappingEmbeddableMappingTypeImpl. getAttributeMapping(int position)AttributeMappingIdClassEmbeddable. getAttributeMapping(int position)AttributeMappingVirtualIdEmbeddable. getAttributeMapping(int position) -
Uses of AttributeMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return AttributeMapping Modifier and Type Method Description AttributeMappingAbstractEntityPersister. findAttributeMapping(String name)AttributeMappingAbstractEntityPersister. findDeclaredAttributeMapping(String name)AttributeMappingAttributeMappingsList. get(int i)AttributeMappingAttributeMappingsMap. get(String name)AttributeMappingAbstractEntityPersister. getAttributeMapping(int position)default AttributeMappingEntityPersister. getAttributeMapping(int position)Methods in org.hibernate.persister.entity that return types with arguments of type AttributeMapping Modifier and Type Method Description Iterable<AttributeMapping>AttributeMappingsMap. valueIterator()Methods in org.hibernate.persister.entity with parameters of type AttributeMapping Modifier and Type Method Description voidAttributeMappingsMap.Builder. put(String name, AttributeMapping mapping)Method parameters in org.hibernate.persister.entity with type arguments of type AttributeMapping Modifier and Type Method Description voidAttributeMappingsList. forEach(Consumer<? super AttributeMapping> attributeMappingConsumer)voidAbstractEntityPersister. forEachAttributeMapping(Consumer<? super AttributeMapping> action)voidAbstractEntityPersister. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)voidAttributeMappingsMap. forEachValue(Consumer<? super AttributeMapping> action)voidAttributeMappingsList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)voidAbstractEntityPersister. visitAttributeMappings(Consumer<? super AttributeMapping> action, EntityMappingType targetType)voidAbstractEntityPersister. visitDeclaredAttributeMappings(Consumer<? super AttributeMapping> action)voidAbstractEntityPersister. visitSubTypeAttributeMappings(Consumer<? super AttributeMapping> action)voidAbstractEntityPersister. visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping> action) -
Uses of AttributeMapping in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return AttributeMapping Modifier and Type Method Description AttributeMappingAttributeAnalysis. getAttribute()The attribute analyzed hereMethods in org.hibernate.persister.entity.mutation with parameters of type AttributeMapping Modifier and Type Method Description voidUpdateCoordinatorStandard.UpdateValuesAnalysisImpl. finishedAttribute(AttributeMapping attribute)booleanUpdateCoordinatorStandard.DirtinessChecker. isDirty(int position, AttributeMapping attribute)voidUpdateCoordinatorStandard.UpdateValuesAnalysisImpl. startingAttribute(AttributeMapping attribute)Callback at start of processing an attribute -
Uses of AttributeMapping in org.hibernate.persister.internal
Methods in org.hibernate.persister.internal that return AttributeMapping Modifier and Type Method Description AttributeMappingEmptyAttributeMappingsMap. get(String name)AttributeMappingImmutableAttributeMappingList. get(int i)AttributeMappingImmutableAttributeMappingsMap. get(String name)AttributeMappingMutableAttributeMappingList. get(int idx)Deprecated.Methods in org.hibernate.persister.internal that return types with arguments of type AttributeMapping Modifier and Type Method Description Iterator<AttributeMapping>ImmutableAttributeMappingList. iterator()Iterator<AttributeMapping>MutableAttributeMappingList. iterator()Deprecated.Iterable<AttributeMapping>EmptyAttributeMappingsMap. valueIterator()Iterable<AttributeMapping>ImmutableAttributeMappingsMap. valueIterator()Methods in org.hibernate.persister.internal with parameters of type AttributeMapping Modifier and Type Method Description voidImmutableAttributeMappingList.Builder. add(AttributeMapping attributeMapping)voidMutableAttributeMappingList. add(AttributeMapping attributeMapping)Deprecated.voidMutableAttributeMappingList. setAttributeMapping(int i, AttributeMapping attributeMapping)Deprecated.Method parameters in org.hibernate.persister.internal with type arguments of type AttributeMapping Modifier and Type Method Description voidImmutableAttributeMappingList. forEach(Consumer<? super AttributeMapping> attributeMappingConsumer)voidMutableAttributeMappingList. forEach(Consumer<? super AttributeMapping> consumer)Deprecated.voidEmptyAttributeMappingsMap. forEachValue(Consumer<? super AttributeMapping> action)voidImmutableAttributeMappingsMap. forEachValue(Consumer<? super AttributeMapping> action)voidImmutableAttributeMappingList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)voidMutableAttributeMappingList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)Deprecated.Constructor parameters in org.hibernate.persister.internal with type arguments of type AttributeMapping Constructor Description ImmutableAttributeMappingsMap(LinkedHashMap<String,AttributeMapping> sortedSource) -
Uses of AttributeMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return AttributeMapping Modifier and Type Method Description AttributeMappingAnonymousTupleEntityValuedModelPart. findDeclaredAttributeMapping(String name)AttributeMappingAnonymousTupleEmbeddableValuedModelPart. getAttributeMapping(int position)AttributeMappingAnonymousTupleEntityValuedModelPart. getAttributeMapping(int position)Method parameters in org.hibernate.query.derived with type arguments of type AttributeMapping Modifier and Type Method Description voidAnonymousTupleEmbeddableValuedModelPart. forEachAttributeMapping(Consumer<? super AttributeMapping> action)voidAnonymousTupleEntityValuedModelPart. forEachAttributeMapping(Consumer<? super AttributeMapping> action)voidAnonymousTupleEntityValuedModelPart. visitDeclaredAttributeMappings(Consumer<? super AttributeMapping> action) -
Uses of AttributeMapping in org.hibernate.query.internal
Constructors in org.hibernate.query.internal with parameters of type AttributeMapping Constructor Description ImplicitAttributeFetchMemento(NavigablePath navigablePath, AttributeMapping attributeMapping) -
Uses of AttributeMapping in org.hibernate.query.results
Constructors in org.hibernate.query.results with parameters of type AttributeMapping Constructor Description ImplicitAttributeFetchBuilder(NavigablePath navigablePath, AttributeMapping attributeMapping) -
Uses of AttributeMapping in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return AttributeMapping Modifier and Type Method Description default AttributeMappingFetchable. asAttributeMapping()Methods in org.hibernate.sql.results.graph with parameters of type AttributeMapping Modifier and Type Method Description default booleanInitializer. isAttributeAssignableToConcreteDescriptor(FetchParentAccess parentAccess, AttributeMapping referencedModelPart)
-