| Package | Description |
|---|---|
| org.kuali.rice.krad.data | |
| org.kuali.rice.krad.data.jpa | |
| org.kuali.rice.krad.data.provider | |
| org.kuali.rice.krad.data.provider.impl |
| Modifier and Type | Field and Description |
|---|---|
static PersistenceOption |
PersistenceOption.FLUSH
Used to synchronize the data object with the database.
|
static PersistenceOption |
PersistenceOption.LINK_KEYS
Used to link references and synchronize foreign keys in the data object.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DataObjectService.save(T dataObject,
PersistenceOption... options)
Saves the given data object, determining whether or not this is a new data object which is being created, or an
existing one which should be updated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JpaPersistenceProvider.save(T dataObject,
PersistenceOption... options)
Saves the given data object, determining whether or not this is a new data object which is being created, or an
existing one which should be updated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
PersistenceProvider.save(T dataObject,
PersistenceOption... options)
Saves the given data object, determining whether or not this is a new data object which is being created, or an
existing one which should be updated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ProviderBasedDataObjectService.save(T dataObject,
PersistenceOption... options)
Saves the given data object, determining whether or not this is a new data object which is being created, or an
existing one which should be updated.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.