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 ExpressionFactory
Database. getExpressionFactory()
Return the ExpressionFactory for this database.static ExpressionFactory
DB. getExpressionFactory()
Return the ExpressionFactory from the default database.static ExpressionFactory
Ebean. getExpressionFactory()
Deprecated.Return the ExpressionFactory from the default database.ExpressionFactory
Query. getExpressionFactory()
Return the ExpressionFactory used by this query.
-