Interface IExplicitModifyPersistenceProvider

All Superinterfaces:
IPersistenceProvider, Serializable

public interface IExplicitModifyPersistenceProvider extends IPersistenceProvider
Persistence provider where modifications are done calling explicit to modify().

Typically for for JDBC, Web Services, etc. NOT for ORMs such as Hibernate, JPA, etc. where the modifications are implicit over the touched objects.

Since:
5.6
Author:
Javier Paniza