|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceOption | |
|---|---|
| org.kuali.rice.krad.data | |
| org.kuali.rice.krad.data.jpa | |
| org.kuali.rice.krad.data.provider | |
| org.kuali.rice.krad.data.provider.impl | |
| Uses of PersistenceOption in org.kuali.rice.krad.data |
|---|
| Fields in org.kuali.rice.krad.data declared as PersistenceOption | |
|---|---|
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. |
| Methods in org.kuali.rice.krad.data with parameters of type PersistenceOption | ||
|---|---|---|
|
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. |
|
| Uses of PersistenceOption in org.kuali.rice.krad.data.jpa |
|---|
| Methods in org.kuali.rice.krad.data.jpa with parameters of type PersistenceOption | ||
|---|---|---|
|
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. |
|
| Uses of PersistenceOption in org.kuali.rice.krad.data.provider |
|---|
| Methods in org.kuali.rice.krad.data.provider with parameters of type PersistenceOption | ||
|---|---|---|
|
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. |
|
| Uses of PersistenceOption in org.kuali.rice.krad.data.provider.impl |
|---|
| Methods in org.kuali.rice.krad.data.provider.impl with parameters of type PersistenceOption | ||
|---|---|---|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||