Package org.hibernate.metamodel.mapping
Interface TableDetails.KeyColumnConsumer
- Enclosing interface:
- TableDetails
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consume
(int position, TableDetails.KeyColumn column) Callback a particular key column
-
Method Details
-
consume
Callback a particular key column- Parameters:
position
- The position of the column within the key groupcolumn
- The column details
-