Class DeployPropertyParser

java.lang.Object
io.ebeaninternal.server.deploy.DeployParser
io.ebeaninternal.server.deploy.DeployPropertyParser

public final class DeployPropertyParser extends DeployParser
Converts logical property names to database columns with table alias.

In doing so it builds an 'includes' set which becomes the joins required to support the properties parsed.

  • Method Details