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 Detail

      • getPersistenceType

        PersistenceType getPersistenceType​(java.util.Collection<ModelWrapper> wrappers)
        Gets persistence type for given collection of model wrappers.