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

Packages that use Jndi
org.castor.jdo.conf XML objects for loading the Castor JDO configuration file. 
org.castor.jdo.util   
 

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(java.io.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(java.lang.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(java.lang.String name, java.lang.String engine, Jndi jndi, java.lang.String mapping)
          Create a database configuration with given name, engine and JNDI configuration.
static Database JDOConfFactory.createDatabase(java.lang.String name, java.lang.String engine, Jndi jndi, java.lang.String[] mappings)
          Create a database configuration with given name, engine and JNDI configuration.
 



Copyright 2008 null. All Rights Reserved.