Uses of Class
io.ebeaninternal.api.NaturalKeyQueryData
Packages that use NaturalKeyQueryData
Package
Description
Expressions for building WHERE clauses.
-
Uses of NaturalKeyQueryData in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return NaturalKeyQueryDataModifier and TypeMethodDescriptionSpiQuery.naturalKey()Collect natural key data for this query or null if the query does not match the requirements of natural key lookup.Methods in io.ebeaninternal.api with parameters of type NaturalKeyQueryDataModifier and TypeMethodDescriptionbooleanSpiExpression.naturalKey(NaturalKeyQueryData<?> data) Check for match to a natural key query returning false if it doesn't match. -
Uses of NaturalKeyQueryData in io.ebeaninternal.server.expression
Methods in io.ebeaninternal.server.expression with parameters of type NaturalKeyQueryDataModifier and TypeMethodDescriptionbooleanDefaultExpressionList.naturalKey(NaturalKeyQueryData<?> data) booleanInExpression.naturalKey(NaturalKeyQueryData<?> data) booleanSimpleExpression.naturalKey(NaturalKeyQueryData<?> data) -
Uses of NaturalKeyQueryData in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return NaturalKeyQueryData