|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.data.PersistenceOption
public class PersistenceOption
PersistenceOption is used when saving through the data object service to configure how the data will be stored.
Field Summary | |
---|---|
static PersistenceOption |
FLUSH
Used to synchronize the data object with the database. |
static PersistenceOption |
LINK_KEYS
Used to link references and synchronize foreign keys in the data object. |
Constructor Summary | |
---|---|
PersistenceOption(String optionId)
Sets the option Id |
Method Summary | |
---|---|
String |
getOptionId()
Gets the option id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static PersistenceOption LINK_KEYS
public static PersistenceOption FLUSH
Constructor Detail |
---|
public PersistenceOption(String optionId)
optionId
- cannot be null or blank.Method Detail |
---|
public String getOptionId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |