Uses of Interface
io.ebeaninternal.server.expression.platform.DbExpressionHandler
Packages that use DbExpressionHandler
Package
Description
Expressions for building WHERE clauses.
Persistence Implementation
-
Uses of DbExpressionHandler in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return DbExpressionHandlerModifier and TypeMethodDescriptionSpiExpressionRequest.platformHandler()Return the DB specific handler for JSON and ARRAY expressions. -
Uses of DbExpressionHandler in io.ebeaninternal.server.expression
Methods in io.ebeaninternal.server.expression that return DbExpressionHandler -
Uses of DbExpressionHandler in io.ebeaninternal.server.expression.platform
Methods in io.ebeaninternal.server.expression.platform that return DbExpressionHandlerModifier and TypeMethodDescriptionstatic DbExpressionHandlerDbExpressionHandlerFactory.from(DatabasePlatform databasePlatform) Create and return the appropriate platform specific handing of expressions. -
Uses of DbExpressionHandler in io.ebeaninternal.server.persist
Methods in io.ebeaninternal.server.persist that return DbExpressionHandlerModifier and TypeMethodDescriptionBinder.getDbExpressionHandler()Return the DB platform specific expression handler (for JSON and ARRAY types).Constructors in io.ebeaninternal.server.persist with parameters of type DbExpressionHandlerModifierConstructorDescriptionBinder(TypeManager typeManager, SpiLogManager logManager, int asOfBindCount, boolean asOfStandardsBased, DbExpressionHandler dbExpressionHandler, DataTimeZone dataTimeZone, io.ebeaninternal.server.persist.platform.MultiValueBind multiValueBind)