Class DbExpressionHandlerFactory
java.lang.Object
io.ebeaninternal.server.expression.platform.DbExpressionHandlerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DbExpressionHandlerfrom(io.ebean.config.dbplatform.DatabasePlatform databasePlatform) Create and return the appropriate platform specific handing of expressions.
-
Constructor Details
-
DbExpressionHandlerFactory
public DbExpressionHandlerFactory()
-
-
Method Details
-
from
public static DbExpressionHandler from(io.ebean.config.dbplatform.DatabasePlatform databasePlatform) Create and return the appropriate platform specific handing of expressions.
-