Uses of Class
org.castor.jdo.conf.Jndi

Packages that use Jndi
org.castor.cpa.persistence.sql.connection   
org.castor.jdo.conf   
org.castor.jdo.util   
 

Uses of Jndi in org.castor.cpa.persistence.sql.connection
 

Constructors in org.castor.cpa.persistence.sql.connection with parameters of type Jndi
JNDIConnectionFactory(Jndi jndi, boolean useProxies)
          Constructs a new JNDIConnectionFactory with given database and mapping.
 

Uses of Jndi in org.castor.jdo.conf
 

Methods in org.castor.jdo.conf that return Jndi
 Jndi DatabaseChoice.getJndi()
          Returns the value of field 'jndi'.
static Jndi Jndi.unmarshal(Reader reader)
          Method unmarshal.
 

Methods in org.castor.jdo.conf with parameters of type Jndi
 void DatabaseChoice.setJndi(Jndi jndi)
          Sets the value of field 'jndi'.
 

Uses of Jndi in org.castor.jdo.util
 

Methods in org.castor.jdo.util that return Jndi
static Jndi JDOConfFactory.createJNDI(String name)
          Create a JDO jndi configuration with the given name.
 

Methods in org.castor.jdo.util with parameters of type Jndi
static Database JDOConfFactory.createDatabase(String name, String engine, Jndi jndi, String mapping)
          Create a database configuration with given name, engine and JNDI configuration.
static Database JDOConfFactory.createDatabase(String name, String engine, Jndi jndi, String[] mappings)
          Create a database configuration with given name, engine and JNDI configuration.
 



Copyright © 2010. All Rights Reserved.