Uses of Interface
org.hibernate.internal.util.IndexedConsumer
-
Packages that use IndexedConsumer Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.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 Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.graph Defines domain result graphs.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.engine.spi
Methods in org.hibernate.engine.spi with parameters of type IndexedConsumer Modifier and Type Method Description <T> void
BatchFetchQueue. collectBatchLoadableCollectionKeys(int batchSize, IndexedConsumer<T> collector, T keyBeingLoaded, PluralAttributeMapping pluralAttributeMapping)
<T> void
BatchFetchQueue. collectBatchLoadableEntityIds(int domainBatchSize, IndexedConsumer<T> collector, T loadingId, EntityMappingType entityDescriptor)
-
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)
void
AttributeMappingsList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
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
AbstractEmbeddableMapping. forEachAttributeMapping(IndexedConsumer<? super AttributeMapping> consumer)
int
AbstractDiscriminatorMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AbstractEmbeddableMapping. 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
EmbeddedForeignKeyDescriptor. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EntityRowIdMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EntityVersionMappingImpl. 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)
void
AbstractEmbeddableMapping. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
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
PluralAttributeMappingImpl. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
void
ImmutableAttributeMappingList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
void
MutableAttributeMappingList. indexedForEach(IndexedConsumer<? super AttributeMapping> consumer)
Deprecated.void
AbstractEmbeddableMapping. visitFetchables(IndexedConsumer<? super Fetchable> indexedConsumer, EntityMappingType treatTargetType)
void
DiscriminatedAssociationAttributeMapping. visitFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, 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
AbstractEntityPersister. visitFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
void
AbstractEntityPersister. visitKeyFetchables(IndexedConsumer<? super Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
-
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
AnonymousTupleEmbeddableValuedModelPart. forEachSubPart(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget)
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)
-