| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.persist.dml |
Bean DML persistence implementation
|
| com.avaje.ebeaninternal.server.persist.dmlbind |
Bindable objects to support Bean DML
|
| Constructor and Description |
|---|
DeleteMeta(boolean emptyStringAsNull,
BeanDescriptor<?> desc,
BindableId id,
Bindable version,
Bindable all) |
InsertMeta(DatabasePlatform dbPlatform,
BeanDescriptor<?> desc,
Bindable shadowFKey,
BindableId id,
Bindable all) |
UpdateMeta(boolean emptyStringAsNull,
BeanDescriptor<?> desc,
BindableList set,
BindableId id,
Bindable version,
Bindable all) |
| Modifier and Type | Class and Description |
|---|---|
class |
BindableIdEmbedded
Bindable for a EmbeddedId.
|
class |
BindableIdEmpty |
class |
BindableIdMap
Bindable for a concatenated id that is not embedded.
|
class |
BindableIdScalar
Bindable for a single scalar id property.
|
| Modifier and Type | Method and Description |
|---|---|
BindableId |
FactoryId.createId(BeanDescriptor<?> desc)
Add uniqueId properties.
|
Copyright © 2014. All Rights Reserved.