Uses of Class
io.ebeaninternal.api.ManyWhereJoins
Packages that use ManyWhereJoins
Package
Description
Expressions for building WHERE clauses.
-
Uses of ManyWhereJoins in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return ManyWhereJoinsModifier and TypeMethodDescriptionSpiQuery.manyWhereJoins()Return the joins required to support predicates on the many properties.Methods in io.ebeaninternal.api with parameters of type ManyWhereJoinsModifier and TypeMethodDescriptionvoidSpiExpression.containsMany(BeanDescriptor<?> desc, ManyWhereJoins whereManyJoins) Process "Many" properties populating ManyWhereJoins. -
Uses of ManyWhereJoins in io.ebeaninternal.server.expression
Methods in io.ebeaninternal.server.expression with parameters of type ManyWhereJoinsModifier and TypeMethodDescriptionvoidDefaultExpressionList.containsMany(BeanDescriptor<?> desc, ManyWhereJoins whereManyJoins) Return true if one of the expressions is related to a Many property.voidIdInExpression.containsMany(BeanDescriptor<?> desc, ManyWhereJoins manyWhereJoin) -
Uses of ManyWhereJoins in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return ManyWhereJoinsModifier and TypeMethodDescriptionfinal ManyWhereJoinsDefaultOrmQuery.manyWhereJoins()Return the extra joins required to support the where clause for 'Many' properties.