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.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.results.graph 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 voidNonAggregatedIdentifierMapping.IdentifierValueMapper. forEachAttribute(IndexedConsumer<SingularAttributeMapping> consumer)Convenience method to iterate the attributes for this mapper's representationdefault voidManagedMappingType. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)Visit attributes defined on this class and any supersdefault intBindable. forEachJdbcType(IndexedConsumer<JdbcMapping> action)Visit each of JdbcMappingintEmbeddableMappingType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intEmbeddableValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEntityMappingType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intEntityValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intJdbcMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intJdbcMapping. forEachJdbcType(IndexedConsumer<JdbcMapping> action)intJdbcMappingContainer. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)Visit each JdbcMapping starting from the given offsetdefault intJdbcMappingContainer. forEachJdbcType(IndexedConsumer<JdbcMapping> action)Visit each of JdbcMappingdefault voidPluralAttributeMapping. visitFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)default voidPluralAttributeMapping. visitKeyFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType) -
Uses of IndexedConsumer in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type IndexedConsumer Modifier and Type Method Description voidAbstractEntityPersister. forEachAttributeMapping(IndexedConsumer<AttributeMapping> consumer)intAbstractEntityPersister. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)voidAbstractEntityPersister. visitFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)voidAbstractEntityPersister. 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 intAnonymousTupleBasicValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intAnonymousTupleBasicValuedModelPart. forEachJdbcType(IndexedConsumer<JdbcMapping> action)intAnonymousTupleEmbeddableValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intAnonymousTupleEntityValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intAnonymousTupleTableGroupProducer. 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 intSelfRenderingFunctionSqlAstExpression. 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 intCollation. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intDistinct. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEntityTypeLiteral. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intFormat. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intJdbcLiteral. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intOverflow. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intTrimSpecification. 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 voidFetchableContainer. visitFetchables(int offset, IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)default voidFetchableContainer. visitFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)default voidFetchableContainer. visitKeyFetchables(int offset, IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType)default voidFetchableContainer. visitKeyFetchables(IndexedConsumer<Fetchable> fetchableConsumer, EntityMappingType treatTargetType) -
Uses of IndexedConsumer in org.hibernate.type
Methods in org.hibernate.type with parameters of type IndexedConsumer Modifier and Type Method Description default intBasicType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intBasicType. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
-