Package org.hibernate.metamodel.mapping
Interface Bindable.JdbcValuesBiConsumer<X,Y>
- All Known Subinterfaces:
Bindable.JdbcValuesConsumer
- Enclosing interface:
- Bindable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for consuming the JDBC values, along with two values of type
X
and Y
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
consume
(int valueIndex, X x, Y y, Object jdbcValue, JdbcMapping jdbcMapping) Consume a JDBC-level jdbcValue.
-
Method Details
-
consume
Consume a JDBC-level jdbcValue. The JDBC jdbcMapping descriptor is also passed in
-