Interface PersistencePredicate


  • public interface PersistencePredicate
    • Method Summary

      Modifier and Type Method Description
      boolean test​(long objectId, Object instance)  
    • Method Detail

      • test

        boolean test​(long objectId,
                     Object instance)