Interface PersistenceTypeService
- All Known Implementing Classes:
DefaultPersistenceTypeService
public interface PersistenceTypeService
Service responsible for check which way collection of wrappers built on top of ChangeSet will be persisted. Valid options
are: DIRECT or JALO.
-
Method Summary
Modifier and TypeMethodDescriptiongetPersistenceType(Collection<ModelWrapper> wrappers) Gets persistence type for given collection of model wrappers.
-
Method Details
-
getPersistenceType
Gets persistence type for given collection of model wrappers.
-