Interface SelfStoring


  • public interface SelfStoring
    Type to be implemented if an implementation needs to tailor the storing of its members and references directly. The naming (missing "Persistence" prefix) is intentional to support convenience on the application code level.
    • Method Summary

      Modifier and Type Method Description
      <S extends Storer>
      S
      storeBy​(S storer)  
    • Method Detail

      • storeBy

        <S extends Storer> S storeBy​(S storer)