public interface IExplicitModifyPersistenceProvider extends IPersistenceProvider
Typically for for JDBC, Web Services, etc. NOT for ORMs such as Hibernate, JPA, etc. where the modifications are implicit over the touched objects.
Modifier and Type | Method and Description |
---|---|
void |
modify(MetaModel metaModel,
java.util.Map keyValues,
java.util.Map values)
Modify the object with that key from the values.
|
begin, commit, create, createAggregate, createTabProvider, find, find, findByAnyProperty, flush, getContainer, getKey, getModelName, keyToMap, moveCollectionElement, reassociate, refreshIfManaged, remove, rollback, toPropertiesContainer
void modify(MetaModel metaModel, java.util.Map keyValues, java.util.Map values) throws ValidationException, XavaException
ValidationException
XavaException