Package com.draagon.meta.manager

Examples of com.draagon.meta.manager.ObjectConnection


  public void init() throws Exception
  {
  if ( getObjectManager() == null )
    throw new IllegalStateException( "No ObjectManagerDB was specified!" );
 
    ObjectConnection oc = getObjectManager().getConnection();

    log.info( "VALIDATION - START" );

    try {
      Connection c = (Connection) oc.getDatastoreConnection();

      // This will hold any tables that were created
      createdDefs = new ArrayList<BaseDef>();

      MappingHandler mh = getObjectManager().getMappingHandler();
View Full Code Here

TOP

Related Classes of com.draagon.meta.manager.ObjectConnection

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.