Package org.castor.jdo.conf

Examples of org.castor.jdo.conf.Jndi


     *
     * @param name Name to lookup JDBC Datasource through JNDI.
     * @return JDO JNDI configuration.
     */
    public static Jndi createJNDI(final String name) {
        Jndi jndi = new Jndi();
        jndi.setName(name);
        return jndi;
    }
View Full Code Here

TOP

Related Classes of org.castor.jdo.conf.Jndi

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.