Interface IDBDeltaWithProperties

    • Method Detail

      • getPropertyDelta

        <T> IDBPropertyDelta<T> getPropertyDelta​(java.lang.String name)
      • getPropertyValue

        <T> T getPropertyValue​(java.lang.String name)
      • getPropertyValue

        <T> T getPropertyValue​(java.lang.String name,
                               boolean old)
      • getPropertyDeltas

        java.util.Map<java.lang.String,​IDBPropertyDelta<?>> getPropertyDeltas()
      • getPropertyDeltasSortedByName

        IDBPropertyDelta<?>[] getPropertyDeltasSortedByName()