Package org.apache.ojb.broker.accesslayer

Examples of org.apache.ojb.broker.accesslayer.RelationshipPrefetcherFactory


        sqlGenerator = SqlGeneratorFactory.getInstance().createSqlGenerator(
                        connectionManager.getSupportedPlatform());
        mtoNBroker = new MtoNBroker(this);
        referencesBroker = new QueryReferenceBroker(this);
        identityFactory = new IdentityFactoryImpl(this);
        relationshipPrefetcherFactory = new RelationshipPrefetcherFactory(this);
        proxyFactory = AbstractProxyFactory.getProxyFactory();
    }
View Full Code Here


        sqlGenerator = SqlGeneratorFactory.getInstance().createSqlGenerator(
                        connectionManager.getSupportedPlatform());
        mtoNBroker = new MtoNBroker(this);
        referencesBroker = new QueryReferenceBroker(this);
        identityFactory = new IdentityFactoryImpl(this);
        relationshipPrefetcherFactory = new RelationshipPrefetcherFactory(this);
    }
View Full Code Here

TOP

Related Classes of org.apache.ojb.broker.accesslayer.RelationshipPrefetcherFactory

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.