Package org.hibernate.metamodel.mapping
Interface EntityMappingType.ConstraintOrderedTableConsumer
- Enclosing interface:
- EntityMappingType
public static interface EntityMappingType.ConstraintOrderedTableConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consume
(String tableExpression, Supplier<Consumer<SelectableConsumer>> tableKeyColumnVisitationSupplier)
-
Method Details
-
consume
void consume(String tableExpression, Supplier<Consumer<SelectableConsumer>> tableKeyColumnVisitationSupplier)
-