Package com.antlersoft.odb.transp

Examples of com.antlersoft.odb.transp.TransparentDB


/*
        db=new TransparentDB( SchemaAllocatorStore.
            getSchemaStore( new File( args[1]),
            java.util.Arrays.asList( classList)));
*/
        db=new TransparentDB( new com.antlersoft.odb.diralloc.DirectoryAllocator(
            new File( args[1])));
    }
View Full Code Here

TOP

Related Classes of com.antlersoft.odb.transp.TransparentDB

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.