| 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.persist.dmlbind |
Bindable objects to support Bean DML
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPropertyVisitor.visitCompound(BeanPropertyCompound p) |
void |
PropertyVisitor.visitCompound(BeanPropertyCompound p)
Visit a compound value object.
|
void |
AddForeignKeysVisitor.FkeyPropertyVisitor.visitCompound(BeanPropertyCompound p) |
void |
CreateTableColumnVisitor.visitCompound(BeanPropertyCompound p) |
void |
BaseTablePropertyVisitor.visitCompound(BeanPropertyCompound p)
Not required in that the scalar properties map to the columns.
|
void |
AbstractPropertyVisitor.visitCompoundScalar(BeanPropertyCompound compound,
BeanProperty p) |
void |
PropertyVisitor.visitCompoundScalar(BeanPropertyCompound compound,
BeanProperty p)
Visit the scalar value inside a compound value object.
|
void |
AddForeignKeysVisitor.FkeyPropertyVisitor.visitCompoundScalar(BeanPropertyCompound compound,
BeanProperty p) |
void |
CreateTableColumnVisitor.visitCompoundScalar(BeanPropertyCompound compound,
BeanProperty p) |
abstract void |
BaseTablePropertyVisitor.visitCompoundScalar(BeanPropertyCompound compound,
BeanProperty p)
Override this method for scalar property inside a Immutable Compound Value object.
|
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyCompound[] |
BeanDescriptor.propertiesBaseCompound()
Return properties that are immutable compound value objects.
|
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyCompound[] |
DeployBeanPropertyLists.getBaseCompound() |
| Constructor and Description |
|---|
BindableCompound(BeanPropertyCompound embProp,
List<Bindable> list) |
Copyright © 2014. All Rights Reserved.