Class EntityProxyKeyProvider<P extends EntityProxy>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getKey​(P item)
      Returns the key Object for the given item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityProxyKeyProvider

        public EntityProxyKeyProvider()
    • Method Detail

      • getKey

        public java.lang.Object getKey​(P item)
        Returns the key Object for the given item.
        Specified by:
        getKey in interface ProvidesKey<P extends EntityProxy>
        Parameters:
        item - an item of type P
        Returns:
        the key that represents the item