Package com.dbxml.db.server.labrador

Examples of com.dbxml.db.server.labrador.CollectionProxy


      }
      catch ( Exception e ) {
         e.printStackTrace(System.err);
      }

      proxy = new CollectionProxy(this);
      ObjectResolver.register(new ID(getCanonicalName()), proxy);

      super.setConfig(config);
   }
View Full Code Here

TOP

Related Classes of com.dbxml.db.server.labrador.CollectionProxy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.