Hierarchy For Package org.hotrod.runtime.interfaces

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • org.hotrod.runtime.interfaces.Deletable<T>
    • org.hotrod.runtime.interfaces.Persistable<T,​O> (also extends org.hotrod.runtime.interfaces.Insertable<T>, org.hotrod.runtime.interfaces.Selectable<T,​O>, org.hotrod.runtime.interfaces.Updatable<T>)
      • org.hotrod.runtime.interfaces.Seekable<T,​O>
  • org.hotrod.runtime.interfaces.Insertable<T>
    • org.hotrod.runtime.interfaces.Persistable<T,​O> (also extends org.hotrod.runtime.interfaces.Deletable<T>, org.hotrod.runtime.interfaces.Selectable<T,​O>, org.hotrod.runtime.interfaces.Updatable<T>)
      • org.hotrod.runtime.interfaces.Seekable<T,​O>
  • org.hotrod.runtime.interfaces.OrderBy
  • org.hotrod.runtime.interfaces.Selectable<T,​O>
    • org.hotrod.runtime.interfaces.Persistable<T,​O> (also extends org.hotrod.runtime.interfaces.Deletable<T>, org.hotrod.runtime.interfaces.Insertable<T>, org.hotrod.runtime.interfaces.Updatable<T>)
      • org.hotrod.runtime.interfaces.Seekable<T,​O>
  • org.hotrod.runtime.interfaces.Updatable<T>
    • org.hotrod.runtime.interfaces.Persistable<T,​O> (also extends org.hotrod.runtime.interfaces.Deletable<T>, org.hotrod.runtime.interfaces.Insertable<T>, org.hotrod.runtime.interfaces.Selectable<T,​O>)
      • org.hotrod.runtime.interfaces.Seekable<T,​O>

Enum Hierarchy

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)