| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.ddl | |
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| com.avaje.ebeaninternal.server.deploy.parse |
Deployment information parsing
|
| com.avaje.ebeaninternal.server.persist.dmlbind |
Bindable objects to support Bean DML
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBeanVisitor.InheritChildVisitor.visit(InheritInfo inheritInfo) |
| Modifier and Type | Method and Description |
|---|---|
InheritInfo |
BeanDescriptor.getInheritInfo()
Returns the Inheritance mapping information.
|
InheritInfo |
InheritInfo.getParent()
Return the parent node.
|
InheritInfo |
InheritInfo.getRoot()
Return the root node of the tree.
|
InheritInfo |
InheritInfo.getType(String discValue)
For a discriminator get the inheritance information for this tree.
|
InheritInfo |
InheritInfo.readType(Class<?> beanType)
Return the associated InheritInfo for this bean type.
|
InheritInfo |
InheritInfo.readType(DbReadContext ctx)
Return the associated InheritInfo for this DB row read.
|
InheritInfo |
InheritInfo.readType(String discValue)
Return the associated InheritInfo for this discriminator value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InheritInfo.addChild(InheritInfo childInfo)
Add a child node.
|
void |
InheritInfoVisitor.visit(InheritInfo inheritInfo)
visit the InheritInfo for this node.
|
| Constructor and Description |
|---|
InheritInfo(InheritInfo r,
InheritInfo parent,
DeployInheritInfo deploy) |
| Modifier and Type | Method and Description |
|---|---|
InheritInfo |
DeployBeanDescriptor.getInheritInfo()
Returns the Inheritance mapping information.
|
InheritInfo |
DeployTableJoin.getInheritInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanDescriptor.setInheritInfo(InheritInfo inheritInfo)
Set the ORM inheritance mapping information.
|
void |
DeployTableJoin.setInheritInfo(InheritInfo inheritInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
DeployInheritInfo.getDiscriminatorColumn(InheritInfo parent)
Return the column name of the discriminator.
|
int |
DeployInheritInfo.getDiscriminatorLength(InheritInfo parent) |
int |
DeployInheritInfo.getDiscriminatorType(InheritInfo parent)
Return the sql type of the discriminator value.
|
| Constructor and Description |
|---|
BindableDiscriminator(InheritInfo inheritInfo) |
Copyright © 2014. All Rights Reserved.