Uses of Interface
org.hibernate.mapping.IndexedConsumer
-
Packages that use IndexedConsumer 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.metamodel.model.domain.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.internal org.hibernate.query.derived org.hibernate.query.sqm.function org.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL treeorg.hibernate.sql.exec.internal org.hibernate.sql.results.graph org.hibernate.sql.results.graph.internal org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of IndexedConsumer in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type IndexedConsumer Modifier and Type Method Description default void
NonAggregatedIdentifierMapping.IdentifierValueMapper. forEachAttribute(IndexedConsumer<SingularAttributeMapping> consumer)
Convenience method to iterate the attributes for this mapper's representationdefault void
ManagedMappingType. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)
Visit attributes defined on this class and any supersdefault int
Bindable. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
Visit each of JdbcMappingint
EmbeddableMappingType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
EmbeddableValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
EntityValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
JdbcMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
JdbcMapping. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
int
JdbcMappingContainer. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
Visit each JdbcMapping starting from the given offsetdefault int
JdbcMappingContainer. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
Visit each of JdbcMappingdefault void
EmbeddableValuedModelPart. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
default void
EntityValuedModelPart. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
default void
ModelPartContainer. forEachSubPart(IndexedConsumer<ModelPart> consumer)
void
ModelPartContainer. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
default void
PluralAttributeMapping. visitFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
default void
PluralAttributeMapping. visitKeyFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
-
Uses of IndexedConsumer in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type IndexedConsumer Modifier and Type Method Description void
EmbeddableMappingTypeImpl. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)
void
IdClassEmbeddable. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)
void
VirtualIdEmbeddable. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)
int
AbstractDiscriminatorMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnyDiscriminatorPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnyKeyPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
BasicAttributeMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
BasicEntityIdentifierMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
BasicValuedCollectionPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
CollectionIdentifierDescriptorImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
CompoundNaturalIdMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
DiscriminatedAssociationAttributeMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
DiscriminatedAssociationAttributeMapping. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
int
DiscriminatedCollectionPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EmbeddableMappingTypeImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EmbeddedForeignKeyDescriptor. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EntityRowIdMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EntityVersionMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
IdClassEmbeddable. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
PluralAttributeMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
SimpleForeignKeyDescriptor. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
SimpleNaturalIdMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
ToOneAttributeMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
VirtualIdEmbeddable. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
void
CompoundNaturalIdMapping. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
void
DiscriminatedAssociationAttributeMapping. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
void
DiscriminatedCollectionPart. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
void
EmbeddableMappingTypeImpl. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
void
IdClassEmbeddable. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
void
PluralAttributeMappingImpl. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
void
VirtualIdEmbeddable. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
void
DiscriminatedAssociationAttributeMapping. visitFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
void
EmbeddableMappingTypeImpl. visitFetchables(IndexedConsumer<? super Fetchable> indexedConsumer, EntityMappingType treatTargetType)
-
Uses of IndexedConsumer in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type IndexedConsumer Modifier and Type Method Description int
ArrayTupleType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
TupleMappingModelExpressible. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
-
Uses of IndexedConsumer in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type IndexedConsumer Modifier and Type Method Description void
AbstractEntityPersister. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)
int
AbstractEntityPersister. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
void
AttributeMappingsList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
void
AbstractEntityPersister. visitFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
void
AbstractEntityPersister. visitKeyFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
-
Uses of IndexedConsumer in org.hibernate.persister.internal
Methods in org.hibernate.persister.internal with parameters of type IndexedConsumer Modifier and Type Method Description void
ImmutableAttributeMappingList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
void
MutableAttributeMappingList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
Deprecated. -
Uses of IndexedConsumer in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type IndexedConsumer Modifier and Type Method Description int
AnonymousTupleBasicValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnonymousTupleBasicValuedModelPart. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
int
AnonymousTupleEmbeddableValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnonymousTupleEntityValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnonymousTupleTableGroupProducer. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
void
AnonymousTupleTableGroupProducer. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
-
Uses of IndexedConsumer in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type IndexedConsumer Modifier and Type Method Description int
SelfRenderingFunctionSqlAstExpression. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
-
Uses of IndexedConsumer in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression with parameters of type IndexedConsumer Modifier and Type Method Description int
Collation. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
Distinct. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EntityTypeLiteral. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
Format. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
JdbcLiteral. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
Overflow. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
TrimSpecification. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
-
Uses of IndexedConsumer in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal with parameters of type IndexedConsumer Modifier and Type Method Description int
AbstractJdbcParameter. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
-
Uses of IndexedConsumer in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type IndexedConsumer Modifier and Type Method Description void
FetchList. indexedForEach(IndexedConsumer<? super Fetch> consumer)
default void
FetchableContainer. visitFetchables(int offset, IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
default void
FetchableContainer. visitFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
default void
FetchableContainer. visitKeyFetchables(int offset, IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
default void
FetchableContainer. visitKeyFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
-
Uses of IndexedConsumer in org.hibernate.sql.results.graph.internal
Methods in org.hibernate.sql.results.graph.internal with parameters of type IndexedConsumer Modifier and Type Method Description void
ImmutableFetchList. indexedForEach(IndexedConsumer<? super Fetch> consumer)
-
Uses of IndexedConsumer in org.hibernate.type
Methods in org.hibernate.type with parameters of type IndexedConsumer Modifier and Type Method Description default int
BasicType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
BasicType. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
-