Uses of Class
org.kuali.rice.krad.data.PersistenceOption
Packages that use PersistenceOption
Package
Description
-
Uses of PersistenceOption in org.kuali.rice.krad.data
Fields in org.kuali.rice.krad.data declared as PersistenceOptionModifier and TypeFieldDescriptionstatic PersistenceOptionPersistenceOption.FLUSHUsed to synchronize the data object with the database.static PersistenceOptionPersistenceOption.LINK_KEYSUsed to link references and synchronize foreign keys in the data object.Methods in org.kuali.rice.krad.data with parameters of type PersistenceOptionModifier and TypeMethodDescription<T> TDataObjectService.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 PersistenceOptionModifier and TypeMethodDescription<T> TJpaPersistenceProvider.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 PersistenceOptionModifier and TypeMethodDescription<T> TPersistenceProvider.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 PersistenceOptionModifier and TypeMethodDescription<T> TProviderBasedDataObjectService.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.