Interface CMPPolicy.KeyElementAccessor

  • All Known Implementing Classes:
    CMPPolicy.KeyIsElementAccessor
    Enclosing class:
    CMPPolicy

    protected static interface CMPPolicy.KeyElementAccessor
    INTERNAL: This is the interface used to encapsulate the the type of key class element
    • Method Detail

      • getAttributeName

        java.lang.String getAttributeName()
      • getValue

        java.lang.Object getValue​(java.lang.Object object,
                                  AbstractSession session)
      • setValue

        void setValue​(java.lang.Object object,
                      java.lang.Object value)
      • isNestedAccessor

        boolean isNestedAccessor()