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 int
EmbeddableMappingType. forEachSelectable(int offset, SelectableConsumer consumer)
default int
EmbeddableMappingType. forEachSelectable(SelectableConsumer consumer)
default int
EmbeddableValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)
default int
ForeignKeyDescriptor. forEachSelectable(int offset, SelectableConsumer consumer)
Visits the FK "referring" columnsdefault int
ModelPart. forEachSelectable(int offset, SelectableConsumer consumer)
default int
ModelPart. forEachSelectable(SelectableConsumer consumer)
int
SelectableMappings. forEachSelectable(int offset, SelectableConsumer consumer)
Visit each contained selectable mapping.default int
SelectableMappings. forEachSelectable(SelectableConsumer consumer)
Same asSelectableMappings.forEachSelectable(int, SelectableConsumer)
, with an implicit offset of `0`int
ForeignKeyDescriptor. visitKeySelectables(int offset, SelectableConsumer consumer)
default int
ForeignKeyDescriptor. visitKeySelectables(SelectableConsumer consumer)
int
ForeignKeyDescriptor. visitTargetSelectables(int offset, SelectableConsumer consumer)
default int
ForeignKeyDescriptor. visitTargetSelectables(SelectableConsumer consumer)
Method parameters in org.hibernate.metamodel.mapping with type arguments of type SelectableConsumer Modifier and Type Method Description void
EntityMappingType.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 int
AbstractDiscriminatorMapping. forEachSelectable(int offset, SelectableConsumer consumer)
int
AnyDiscriminatorPart. forEachSelectable(int offset, SelectableConsumer consumer)
int
AnyDiscriminatorPart. forEachSelectable(SelectableConsumer consumer)
int
AnyKeyPart. forEachSelectable(int offset, SelectableConsumer consumer)
int
BasicAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)
int
BasicEntityIdentifierMappingImpl. forEachSelectable(int offset, SelectableConsumer consumer)
int
BasicValuedCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)
int
CompoundNaturalIdMapping. forEachSelectable(int offset, SelectableConsumer consumer)
int
DiscriminatedAssociationAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)
int
DiscriminatedCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)
int
EmbeddableMappingTypeImpl. forEachSelectable(int offset, SelectableConsumer consumer)
int
EmbeddableMappingTypeImpl. forEachSelectable(SelectableConsumer consumer)
int
EmbeddedAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)
int
EntityCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)
int
IdClassEmbeddable. forEachSelectable(int offset, SelectableConsumer consumer)
int
IdClassEmbeddable. forEachSelectable(SelectableConsumer consumer)
int
SelectableMappingsImpl. forEachSelectable(int offset, SelectableConsumer consumer)
int
SimpleNaturalIdMapping. forEachSelectable(int offset, SelectableConsumer consumer)
int
ToOneAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)
int
VirtualIdEmbeddable. forEachSelectable(int offset, SelectableConsumer consumer)
int
VirtualIdEmbeddable. forEachSelectable(SelectableConsumer consumer)
int
EmbeddedForeignKeyDescriptor. visitKeySelectables(int offset, SelectableConsumer consumer)
int
SimpleForeignKeyDescriptor. visitKeySelectables(int offset, SelectableConsumer consumer)
int
EmbeddedForeignKeyDescriptor. visitTargetSelectables(int offset, SelectableConsumer consumer)
int
SimpleForeignKeyDescriptor. 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 int
AbstractEntityPersister. 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 int
AnonymousTupleBasicValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)
int
AnonymousTupleEmbeddableValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)
int
AnonymousTupleEmbeddableValuedModelPart. forEachSelectable(SelectableConsumer consumer)
int
AnonymousTupleEntityValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)
int
AnonymousTupleEntityValuedModelPart. 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 InListPredicate
InPredicateRestrictionProducer. produceRestriction(List<?> matchingIdValues, EntityMappingType entityDescriptor, int valueIndex, ModelPart valueModelPart, TableReference mutatingTableReference, Supplier<Consumer<SelectableConsumer>> columnsToMatchVisitationSupplier, ExecutionContext executionContext)
Predicate
MatchingIdRestrictionProducer. produceRestriction(List<?> matchingIdValues, EntityMappingType entityDescriptor, int valueIndex, ModelPart valueModelPart, TableReference mutatingTableReference, Supplier<Consumer<SelectableConsumer>> columnsToMatchVisitationSupplier, ExecutionContext executionContext)
Produce the restriction predicate
-