Package org.hibernate.sql.ast.tree.from
Interface TableReferenceJoinPredicateProducer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional contract for producing the join-predicate related to a
TableReferenceJoin
.-
Method Summary
Modifier and TypeMethodDescriptionproducePredicate
(TableReference lhs, TableReference rhs, SqlAstJoinType sqlAstJoinType)
-
Method Details
-
producePredicate
-