Uses of Interface
org.hibernate.metamodel.mapping.AttributeMapping
-
Packages that use AttributeMapping Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity 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 AttributeMappingModelPart. asAttributeMapping()default AttributeMappingManagedMappingType. findAttributeMapping(String name)AttributeMappingEntityMappingType. findDeclaredAttributeMapping(String name)default AttributeMappingEntityMappingType. getAttributeMapping(int position)AttributeMappingManagedMappingType. getAttributeMapping(int position)Retrieve an attribute by its contributor positionMethods in org.hibernate.metamodel.mapping that return types with arguments of type AttributeMapping Modifier and Type Method Description default List<AttributeMapping>EntityMappingType. getAttributeMappings()List<AttributeMapping>ManagedMappingType. getAttributeMappings()Get access to the attributes defined on this class and any supersCollection<AttributeMapping>EntityMappingType. getDeclaredAttributeMappings()Get access to the attributes defined on this class - do not access attributes defined on the superMethod 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 voidManagedMappingType. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)Visit attributes defined on this class and any supersdefault voidEntityMappingType. visitAttributeMappings(Consumer<? super AttributeMapping> action)default 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.voidManagedMappingType. visitAttributeMappings(Consumer<? super AttributeMapping> action)Visit attributes defined on this class and any supersvoidEntityMappingType. 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 AttributeMappingEmbeddableMappingTypeImpl. findAttributeMapping(String name)AttributeMappingVirtualIdEmbeddable. findAttributeMapping(String name)AttributeMappingEmbeddableMappingTypeImpl. getAttributeMapping(int position)AttributeMappingIdClassEmbeddable. getAttributeMapping(int position)AttributeMappingVirtualIdEmbeddable. getAttributeMapping(int position)Methods in org.hibernate.metamodel.mapping.internal that return types with arguments of type AttributeMapping Modifier and Type Method Description List<AttributeMapping>EmbeddableMappingTypeImpl. getAttributeMappings()List<AttributeMapping>IdClassEmbeddable. getAttributeMappings()List<AttributeMapping>VirtualIdEmbeddable. getAttributeMappings()Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type AttributeMapping Modifier and Type Method Description protected static booleanAbstractEmbeddableMapping. finishInitialization(NavigableRole navigableRole, Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, EmbeddableMappingType declarer, EmbeddableRepresentationStrategy representationStrategy, AbstractEmbeddableMapping.AttributeTypeValidator attributeTypeValidator, AbstractEmbeddableMapping.ConcreteTableResolver concreteTableResolver, Consumer<AttributeMapping> attributeConsumer, AbstractEmbeddableMapping.SuccessfulCompletionCallback completionCallback, MappingModelCreationProcess creationProcess)voidEmbeddableMappingTypeImpl. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)voidIdClassEmbeddable. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)voidVirtualIdEmbeddable. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)protected static booleanAbstractEmbeddableMapping. inverseInitializeCallback(TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, EmbeddableMappingType inverseMappingType, MappingModelCreationProcess creationProcess, ManagedMappingType declaringType, List<? extends AttributeMapping> attributeMappings)voidEmbeddableMappingTypeImpl. visitAttributeMappings(Consumer<? super AttributeMapping> action)voidIdClassEmbeddable. visitAttributeMappings(Consumer<? super AttributeMapping> action)voidVirtualIdEmbeddable. visitAttributeMappings(Consumer<? super AttributeMapping> action) -
Uses of AttributeMapping in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity with type parameters of type AttributeMapping Modifier and Type Field Description protected Map<String,AttributeMapping>AbstractEntityPersister. declaredAttributeMappingsMethods in org.hibernate.persister.entity that return AttributeMapping Modifier and Type Method Description AttributeMappingAbstractEntityPersister. findAttributeMapping(String name)AttributeMappingAbstractEntityPersister. findDeclaredAttributeMapping(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 List<AttributeMapping>AbstractEntityPersister. getAttributeMappings()Collection<AttributeMapping>AbstractEntityPersister. getDeclaredAttributeMappings()Method parameters in org.hibernate.persister.entity with type arguments of type AttributeMapping Modifier and Type Method Description voidAbstractEntityPersister. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)voidAbstractEntityPersister. visitAttributeMappings(Consumer<? super AttributeMapping> action)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.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)Methods in org.hibernate.query.derived that return types with arguments of type AttributeMapping Modifier and Type Method Description List<AttributeMapping>AnonymousTupleEmbeddableValuedModelPart. getAttributeMappings()List<AttributeMapping>AnonymousTupleEntityValuedModelPart. getAttributeMappings()Collection<AttributeMapping>AnonymousTupleEntityValuedModelPart. getDeclaredAttributeMappings()Method parameters in org.hibernate.query.derived with type arguments of type AttributeMapping Modifier and Type Method Description voidAnonymousTupleEmbeddableValuedModelPart. visitAttributeMappings(Consumer<? super AttributeMapping> action)voidAnonymousTupleEntityValuedModelPart. visitAttributeMappings(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)
-