| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.persist.dml |
Bean DML persistence implementation
|
| com.avaje.ebeaninternal.server.persist.dmlbind |
Bindable objects to support Bean DML
|
| Modifier and Type | Method and Description |
|---|---|
static DmlMode |
DmlMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DmlMode[] |
DmlMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Bindable |
FactoryProperty.create(BeanProperty prop,
DmlMode mode,
boolean withLobs)
Create a Bindable for the property given the mode and withLobs flag.
|
List<Bindable> |
FactoryAssocOnes.create(List<Bindable> list,
BeanDescriptor<?> desc,
DmlMode mode)
Add foreign key columns from associated one beans.
|
void |
FactoryEmbedded.create(List<Bindable> list,
BeanDescriptor<?> desc,
DmlMode mode,
boolean withLobs)
Add bindable for the embedded properties to the list.
|
void |
FactoryBaseProperties.create(List<Bindable> list,
BeanDescriptor<?> desc,
DmlMode mode,
boolean withLobs)
Add Bindable for the base properties to the list.
|
Copyright © 2014. All Rights Reserved.