Uses of Interface
org.hibernate.metamodel.mapping.SelectableConsumer
-
Packages that use SelectableConsumer Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.persister.entity org.hibernate.query.derived -
-
Uses of SelectableConsumer in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type SelectableConsumer Modifier and Type Method Description intEmbeddableMappingType. forEachSelectable(int offset, SelectableConsumer consumer)default intEmbeddableMappingType. forEachSelectable(SelectableConsumer consumer)default intEmbeddableValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)default intForeignKeyDescriptor. forEachSelectable(int offset, SelectableConsumer consumer)Visits the FK "referring" columnsdefault intModelPart. forEachSelectable(int offset, SelectableConsumer consumer)default intModelPart. forEachSelectable(SelectableConsumer consumer)intSelectableMappings. forEachSelectable(int offset, SelectableConsumer consumer)Visit each contained selectable mapping.default intSelectableMappings. forEachSelectable(SelectableConsumer consumer)Same asSelectableMappings.forEachSelectable(int, SelectableConsumer), with an implicit offset of `0`intForeignKeyDescriptor. visitKeySelectables(int offset, SelectableConsumer consumer)default intForeignKeyDescriptor. visitKeySelectables(SelectableConsumer consumer)intForeignKeyDescriptor. visitTargetSelectables(int offset, SelectableConsumer consumer)default intForeignKeyDescriptor. visitTargetSelectables(SelectableConsumer consumer)Method parameters in org.hibernate.metamodel.mapping with type arguments of type SelectableConsumer Modifier and Type Method Description voidEntityMappingType.ConstraintOrderedTableConsumer. consume(String tableExpression, Supplier<Consumer<SelectableConsumer>> tableKeyColumnVisitationSupplier) -
Uses of SelectableConsumer in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type SelectableConsumer Modifier and Type Method Description intAbstractEntityPersister. forEachSelectable(int offset, SelectableConsumer selectableConsumer) -
Uses of SelectableConsumer in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type SelectableConsumer Modifier and Type Method Description intAnonymousTupleBasicValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)intAnonymousTupleEmbeddableValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)intAnonymousTupleEmbeddableValuedModelPart. forEachSelectable(SelectableConsumer consumer)intAnonymousTupleEntityValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)intAnonymousTupleEntityValuedModelPart. forEachSelectable(SelectableConsumer consumer)
-