java.lang.Object
io.ebeaninternal.server.deploy.DeployParser
- Direct Known Subclasses:
DeployPropertyParser,DeployPropertyParserMap,DeployUpdateParser
Converts logical property names to database columns.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringabstract StringdeployWord(String expression) includes()Return the join includes.Fast path parse() which first checks that the source is a bean property.voidsetEncrypted(boolean encrypted)
-
Constructor Details
-
DeployParser
public DeployParser()
-
-
Method Details
-
convertWord
-
deployWord
-
includes
Return the join includes. -
setEncrypted
public void setEncrypted(boolean encrypted) -
property
Fast path parse() which first checks that the source is a bean property. -
parse
-