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.persister.entity org.hibernate.query.derived org.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery. -
-
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 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)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.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.results
Constructors in org.hibernate.query.results with parameters of type AttributeMapping Constructor Description ImplicitAttributeFetchBuilder(NavigablePath navigablePath, AttributeMapping attributeMapping)
-