Uses of Interface
org.hibernate.metamodel.mapping.SelectableConsumer
-
Packages that use SelectableConsumer Package Description org.hibernate.id.insert 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.query.derived org.hibernate.query.sqm.mutation.internal.inline org.hibernate.sql.model.ast SQL AST extensions for model mutationsorg.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 voidValuedModelPart. forEachInsertable(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)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`default intValuedModelPart. forEachSelectable(int offset, SelectableConsumer consumer)default intValuedModelPart. forEachSelectable(SelectableConsumer consumer)default voidEmbeddableMappingType. forEachUpdatable(int offset, 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)voidEmbeddedAttributeMapping. forEachInsertable(SelectableConsumer consumer)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)intCollectionIdentifierDescriptorImpl. 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)intEmbeddedCollectionPart. forEachSelectable(int offset, SelectableConsumer consumer)intIdClassEmbeddable. forEachSelectable(int offset, SelectableConsumer consumer)intIdClassEmbeddable. forEachSelectable(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)intVirtualIdEmbeddable. forEachSelectable(int offset, SelectableConsumer consumer)intVirtualIdEmbeddable. forEachSelectable(SelectableConsumer consumer)voidEmbeddableMappingTypeImpl. forEachUpdatable(int offset, SelectableConsumer consumer)voidEmbeddedAttributeMapping. 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.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)intAnonymousTupleTableGroupProducer. forEachSelectable(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.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 implementationsclassMutationGroupBuilderBuilder (pattern) forTableMutationreferencesclassTableInsertBuilderStandardStandard TableInsertBuilderclassTableUpdateBuilderSkippedclassTableUpdateBuilderStandard<O extends MutationOperation>Standard TableUpdateBuilder implementation
-