Interface PersistenceTypeService
-
- All Known Implementing Classes:
DefaultPersistenceTypeService
public interface PersistenceTypeServiceService responsible for check which way collection of wrappers built on top of ChangeSet will be persisted. Valid options are: DIRECT or JALO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistenceTypegetPersistenceType(java.util.Collection<ModelWrapper> wrappers)Gets persistence type for given collection of model wrappers.
-
-
-
Method Detail
-
getPersistenceType
PersistenceType getPersistenceType(java.util.Collection<ModelWrapper> wrappers)
Gets persistence type for given collection of model wrappers.
-
-