Class TableRegistry


  • public class TableRegistry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TableRegistry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Table<?> get​(java.lang.String tableName)  
      void register​(java.lang.String tableName, Table<?> table)  
      • Methods inherited from class java.lang.Object

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

      • TableRegistry

        public TableRegistry()
    • Method Detail

      • register

        public void register​(java.lang.String tableName,
                             Table<?> table)
      • get

        public Table<?> get​(java.lang.String tableName)