Uses of Interface
org.hibernate.metamodel.mapping.PluralAttributeMapping.PredicateConsumer
-
Packages that use PluralAttributeMapping.PredicateConsumer Package Description 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 -
-
Uses of PluralAttributeMapping.PredicateConsumer in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type PluralAttributeMapping.PredicateConsumer Modifier and Type Method Description void
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.PredicateConsumer Modifier and Type Method Description void
PluralAttributeMappingImpl. applySoftDeleteRestrictions(TableGroup tableGroup, PluralAttributeMapping.PredicateConsumer predicateConsumer)
-