public class PersistenceOption extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
PersistenceOption(String optionId)
Sets the option Id
|
public static PersistenceOption LINK_KEYS
public static PersistenceOption FLUSH
public PersistenceOption(String optionId)
optionId
- cannot be null or blank.public String getOptionId()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.