Uses of Interface
io.ebean.ExpressionFactory
-
Packages that use ExpressionFactory Package Description io.ebean -
-
Uses of ExpressionFactory in io.ebean
Methods in io.ebean that return ExpressionFactory Modifier and Type Method Description ExpressionFactoryDatabase. getExpressionFactory()Return the ExpressionFactory for this database.static ExpressionFactoryDB. getExpressionFactory()Return the ExpressionFactory from the default database.static ExpressionFactoryEbean. getExpressionFactory()Deprecated.Return the ExpressionFactory from the default database.ExpressionFactoryQuery. getExpressionFactory()Return the ExpressionFactory used by this query.
-