Uses of Interface
org.hibernate.metamodel.mapping.PluralAttributeMapping.PredicateConsumer
Packages that use PluralAttributeMapping.PredicateConsumer
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of PluralAttributeMapping.PredicateConsumer in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type PluralAttributeMapping.PredicateConsumerModifier and TypeMethodDescriptionvoid
PluralAttributeMapping.applySoftDeleteRestrictions
(TableGroup tableGroup, PluralAttributeMapping.PredicateConsumer predicateConsumer) -
Uses of PluralAttributeMapping.PredicateConsumer in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type PluralAttributeMapping.PredicateConsumerModifier and TypeMethodDescriptionvoid
PluralAttributeMappingImpl.applySoftDeleteRestrictions
(TableGroup tableGroup, PluralAttributeMapping.PredicateConsumer predicateConsumer)