| Interface | Description |
|---|---|
| DataObjectService |
The primary API for interacting with the data layer.
|
| DataObjectWrapper<T> |
Wraps a data object and it's associated metadata.
|
| Class | Description |
|---|---|
| CompoundKey |
Stores the values for a multi-valued key.
|
| CopyOption |
CopyOption is used when calling the
DataObjectService#copyInstance(Object) method to adjust the behavior of
the method. |
| KradDataFactoryBean |
A factory bean which load and/or acquires a reference to the data framework.
|
| KradDataServiceLocator |
Uses to locate services for the given service name.
|
| MaterializeOption |
MaterializeOption is used when calling the
DataObjectWrapper.materializeReferencedObjects(MaterializeOption...) method to adjust the behavior of the
method. |
| PersistenceOption |
PersistenceOption is used when saving through the data object service to configure how the data will be stored.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.