Uses of Class
io.ebeaninternal.server.deploy.DeployParser
Packages that use DeployParser
Package
Description
Core implementation objects
Bean description
Expressions for building WHERE clauses.
-
Uses of DeployParser in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core that return DeployParser -
Uses of DeployParser in io.ebeaninternal.server.deploy
Subclasses of DeployParser in io.ebeaninternal.server.deployModifier and TypeClassDescriptionfinal classConverts logical property names to database columns with table alias.classConverts logical property names to database columns using a Map.final classFor updates converts logical property names to database columns and bean type to base table. -
Uses of DeployParser in io.ebeaninternal.server.expression
Constructors in io.ebeaninternal.server.expression with parameters of type DeployParserModifierConstructorDescriptionDefaultExpressionRequest(SpiOrmQueryRequest<?> queryRequest, DeployParser deployParser, Binder binder, SpiExpressionList<?> expressionList) -
Uses of DeployParser in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn with parameters of type DeployParserModifier and TypeMethodDescriptionOrmUpdateProperties.buildSetClause(DeployParser deployParser) Build the actual set clause converting logical property names to db columns etc.