Uses of Interface
org.hibernate.mapping.IndexedConsumer
-
Packages that use IndexedConsumer Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain.internal org.hibernate.persister.entity 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.internal.domain org.hibernate.type -
-
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<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)
int
EntityMappingType. 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
PluralAttributeMapping. visitFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
default void
PluralAttributeMapping. visitKeyFetchables(IndexedConsumer<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<AttributeMapping> consumer)
void
IdClassEmbeddable. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)
void
VirtualIdEmbeddable. forEachAttributeMapping(IndexedConsumer<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
DiscriminatedAssociationAttributeMapping. visitFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
void
EmbeddableMappingTypeImpl. visitFetchables(IndexedConsumer<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<AttributeMapping> consumer)
int
AbstractEntityPersister. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
void
AbstractEntityPersister. visitFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
void
AbstractEntityPersister. visitKeyFetchables(IndexedConsumer<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)
-
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 default void
FetchableContainer. visitFetchables(int offset, IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
default void
FetchableContainer. visitFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
default void
FetchableContainer. visitKeyFetchables(int offset, IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
default void
FetchableContainer. visitKeyFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)
-
Uses of IndexedConsumer in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain with parameters of type IndexedConsumer Modifier and Type Method Description int
CircularBiDirectionalFetchImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
CircularFetchImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
-
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)
-