Uses of Class
net.jinx.db.SimpleHierarchy

Packages that use SimpleHierarchy
net.jinx.db   
 

Uses of SimpleHierarchy in net.jinx.db
 

Subclasses of SimpleHierarchy in net.jinx.db
 class LockingXMLHierarchy
          Extension of XMLHierarchy that creates an additional file and then locks it so that any JVM trying to access the files via the same configuration will fail.
 class MemoryHierarchy
          Extension of SimpleHierarchy that adds functional commit() and rollback() methods that store and retrieve data from an in-memory backup.
 class XMLHierarchy
          Lightning-fast, memory resident, persistable Hierarchy implementation.