Uses of Interface
org.hibernate.metamodel.mapping.SelectableConsumer
-
Packages that use SelectableConsumer Package Description org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.query.derived org.hibernate.query.sqm.mutation.internal.inline org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.model.ast.builder Support for buildingTableMutationreferences for persisting entity mutation events -
-
Uses of SelectableConsumer in org.hibernate.id.insert
Classes in org.hibernate.id.insert that implement SelectableConsumer Modifier and Type Class Description classTableInsertReturningBuilder -
Uses of SelectableConsumer in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type SelectableConsumer Modifier and Type Method Description default voidEmbeddableMappingType. forEachInsertable(int offset, SelectableConsumer consumer)default voidEmbeddableValuedModelPart. forEachInsertable(SelectableConsumer consumer)default voidValuedModelPart. forEachInsertable(SelectableConsumer consumer)default voidValuedModelPart. forEachNonFormula(SelectableConsumer consumer)default intBasicValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)default intBasicValuedModelPart. forEachSelectable(SelectableConsumer consumer)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)Visits each selectable mapping with the selectable index offset by the given value.default intModelPart. forEachSelectable(SelectableConsumer consumer)A short hand form ofModelPart.forEachSelectable(int, SelectableConsumer), that passes 0 as offset.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`default intValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)default intValuedModelPart. forEachSelectable(SelectableConsumer consumer)default voidEmbeddableMappingType. forEachUpdatable(int offset, SelectableConsumer consumer)default voidEmbeddableValuedModelPart. forEachUpdatable(SelectableConsumer consumer)default voidValuedModelPart. forEachUpdatable(SelectableConsumer consumer)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 voidEmbeddableMappingTypeImpl. forEachInsertable(int offset, SelectableConsumer consumer)voidManyToManyCollectionPart. forEachInsertable(SelectableConsumer consumer)intAbstractDiscriminatorMapping. forEachSelectable(int offset, SelectableConsumer consumer)intAbstractEmbeddableMapping. forEachSelectable(int offset, SelectableConsumer consumer)intAbstractEmbeddableMapping. forEachSelectable(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)intCollectionIdentifierDescriptorImpl. forEachSelectable(int offset, SelectableConsumer consumer)intCompoundNaturalIdMapping. forEachSelectable(int offset, SelectableConsumer consumer)intDiscriminatedAssociationAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)intDiscriminatedCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)intManyToManyCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)intOneToManyCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)intSelectableMappingsImpl. forEachSelectable(int offset, SelectableConsumer consumer)intSimpleForeignKeyDescriptor. forEachSelectable(int offset, SelectableConsumer consumer)intSimpleNaturalIdMapping. forEachSelectable(int offset, SelectableConsumer consumer)intToOneAttributeMapping. forEachSelectable(int offset, SelectableConsumer consumer)voidEmbeddableMappingTypeImpl. forEachUpdatable(int offset, SelectableConsumer consumer)voidManyToManyCollectionPart. forEachUpdatable(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.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type SelectableConsumer Modifier and Type Method Description intEntityTableMapping.KeyMapping. forEachSelectable(int offset, SelectableConsumer consumer) -
Uses of SelectableConsumer in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type SelectableConsumer Modifier and Type Method Description voidAnonymousTupleEmbeddableValuedModelPart. forEachInsertable(int offset, SelectableConsumer consumer)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)intAnonymousTupleTableGroupProducer. forEachSelectable(int offset, SelectableConsumer consumer)voidAnonymousTupleEmbeddableValuedModelPart. forEachUpdatable(int offset, 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 -
Uses of SelectableConsumer in org.hibernate.query.sqm.mutation.internal.temptable
Method parameters in org.hibernate.query.sqm.mutation.internal.temptable with type arguments of type SelectableConsumer Modifier and Type Method Description protected QuerySpecUpdateExecutionDelegate. createExistsSubQuerySpec(String targetTableExpression, Supplier<Consumer<SelectableConsumer>> tableKeyColumnVisitationSupplier, QuerySpec idTableSubQuery)protected ExpressionUpdateExecutionDelegate. resolveMutatingTableKeyExpression(String tableExpression, Supplier<Consumer<SelectableConsumer>> tableKeyColumnVisitationSupplier) -
Uses of SelectableConsumer in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement SelectableConsumer Modifier and Type Class Description classColumnValueParameterListAn array list forColumnValueParameterthat implementsSelectableConsumerto add new parameters. -
Uses of SelectableConsumer in org.hibernate.sql.model.ast.builder
Subinterfaces of SelectableConsumer in org.hibernate.sql.model.ast.builder Modifier and Type Interface Description interfaceTableInsertBuilderTableMutationBuilderimplementation forinsertstatements.interfaceTableUpdateBuilder<O extends MutationOperation>TableMutationBuilderimplementation forupdatestatements.Classes in org.hibernate.sql.model.ast.builder that implement SelectableConsumer Modifier and Type Class Description classAbstractTableInsertBuilderBase support for TableInsertBuilder implementationsclassAbstractTableUpdateBuilder<O extends MutationOperation>Base support for TableUpdateBuilder implementationsclassCollectionRowDeleteByUpdateSetNullBuilder<O extends MutationOperation>Custom table update builder for one-to-many collections that handles row deletesclassMutationGroupBuilderBuilder (pattern) forTableMutationreferencesclassTableInsertBuilderStandardStandard TableInsertBuilderclassTableUpdateBuilderSkippedclassTableUpdateBuilderStandard<O extends MutationOperation>Standard TableUpdateBuilder implementation
-