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.metamodel.mapping.internal org.hibernate.persister.entity org.hibernate.query.derived org.hibernate.query.sqm.mutation.internal.inline -
-
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.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type SelectableConsumer Modifier and Type Method Description intAbstractDiscriminatorMapping. forEachSelectable(int offset, SelectableConsumer consumer)intAnyDiscriminatorPart. forEachSelectable(int offset, SelectableConsumer consumer)intAnyDiscriminatorPart. forEachSelectable(SelectableConsumer consumer)intAnyKeyPart. forEachSelectable(int offset, SelectableConsumer consumer)intBasicAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)intBasicEntityIdentifierMappingImpl. forEachSelectable(int offset, SelectableConsumer consumer)intBasicValuedCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)intCompoundNaturalIdMapping. forEachSelectable(int offset, SelectableConsumer consumer)intDiscriminatedAssociationAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)intDiscriminatedCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)intEmbeddableMappingTypeImpl. forEachSelectable(int offset, SelectableConsumer consumer)intEmbeddableMappingTypeImpl. forEachSelectable(SelectableConsumer consumer)intEmbeddedAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)intEntityCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)intIdClassEmbeddable. forEachSelectable(int offset, SelectableConsumer consumer)intIdClassEmbeddable. forEachSelectable(SelectableConsumer consumer)intSelectableMappingsImpl. forEachSelectable(int offset, SelectableConsumer consumer)intSimpleNaturalIdMapping. forEachSelectable(int offset, SelectableConsumer consumer)intToOneAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)intVirtualIdEmbeddable. forEachSelectable(int offset, SelectableConsumer consumer)intVirtualIdEmbeddable. forEachSelectable(SelectableConsumer consumer)intEmbeddedForeignKeyDescriptor. visitKeySelectables(int offset, SelectableConsumer consumer)intSimpleForeignKeyDescriptor. visitKeySelectables(int offset, SelectableConsumer consumer)intEmbeddedForeignKeyDescriptor. visitTargetSelectables(int offset, SelectableConsumer consumer)intSimpleForeignKeyDescriptor. visitTargetSelectables(int offset, SelectableConsumer consumer) -
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) -
Uses of SelectableConsumer in org.hibernate.query.sqm.mutation.internal.inline
Method parameters in org.hibernate.query.sqm.mutation.internal.inline with type arguments of type SelectableConsumer Modifier and Type Method Description InListPredicateInPredicateRestrictionProducer. produceRestriction(List<?> matchingIdValues, EntityMappingType entityDescriptor, int valueIndex, ModelPart valueModelPart, TableReference mutatingTableReference, Supplier<Consumer<SelectableConsumer>> columnsToMatchVisitationSupplier, ExecutionContext executionContext)PredicateMatchingIdRestrictionProducer. produceRestriction(List<?> matchingIdValues, EntityMappingType entityDescriptor, int valueIndex, ModelPart valueModelPart, TableReference mutatingTableReference, Supplier<Consumer<SelectableConsumer>> columnsToMatchVisitationSupplier, ExecutionContext executionContext)Produce the restriction predicate
-