Package org.hibernate.metamodel.mapping
Interface EntityMappingType.ConstraintOrderedTableConsumer
-
- Enclosing interface:
- EntityMappingType
public static interface EntityMappingType.ConstraintOrderedTableConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(String tableExpression, Supplier<Consumer<SelectableConsumer>> tableKeyColumnVisitationSupplier)
-
-
-
Method Detail
-
consume
void consume(String tableExpression, Supplier<Consumer<SelectableConsumer>> tableKeyColumnVisitationSupplier)
-
-