| 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 CopyOption |
CopyOption.RESET_OBJECT_ID
Specify that the <tt>objectId</tt> field (see
GloballyUnique) should be cleared on the copied
object and all children. |
static CopyOption |
CopyOption.RESET_PK_FIELDS
Specify that the PK fields on the object must be cleared as part of the copy operation.
|
static CopyOption |
CopyOption.RESET_VERSION_NUMBER
Specify that the
Version annotated field should be cleared if present on the copied object. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DataObjectService.copyInstance(T dataObject,
CopyOption... options)
Returns a copy of the given data object instance.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JpaPersistenceProvider.copyInstance(T dataObject,
CopyOption... options)
Returns a copy of the given data object instance.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
PersistenceProvider.copyInstance(T dataObject,
CopyOption... options)
Returns a copy of the given data object instance.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ProviderBasedDataObjectService.copyInstance(T dataObject,
CopyOption... options)
Returns a copy of the given data object instance.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.