Uses of Package
org.apache.cayenne.conf

Packages that use org.apache.cayenne.conf
org.apache.cayenne.conf Contains classes dealing with Cayenne configuration files. 
org.apache.cayenne.conn Provides full DataSource implementation. 
org.apache.cayenne.jpa   
org.apache.cayenne.project Contains model classes used by CayenneModeler or any other MVC type of application to work with Cayenne project files. 
org.apache.cayenne.project.validator   
org.apache.cayenne.tools Command line tools and Ant tasks. 
 

Classes in org.apache.cayenne.conf used by org.apache.cayenne.conf
ConfigLoaderDelegate
          Interface that defines callback API used by ConfigLoader to process loaded configuration.
ConfigSaverDelegate
          Defines a set of callback methods that provide information to ConfigSaver when Cayenne project is saved.
ConfigStatus
          Interface defines API to check the status of Cayenne configuration.
Configuration
          This class is an entry point to Cayenne.
ConnectionProperties
          ConnectionProperties handles a set of DataSourceInfo objects using information stored in $HOME/.cayenne/connection.properties.
DataSourceFactory
          A pluggable factory for javax.sql.DataSource instances used by Cayenne runtime.
DefaultConfiguration
          Subclass of Configuration that uses the System CLASSPATH to locate resources.
PasswordEncoding
          Password encoders are used to translate the text of the database password, on loading and on saving, from one form to another.
 

Classes in org.apache.cayenne.conf used by org.apache.cayenne.conn
PasswordEncoding
          Password encoders are used to translate the text of the database password, on loading and on saving, from one form to another.
 

Classes in org.apache.cayenne.conf used by org.apache.cayenne.jpa
Configuration
          This class is an entry point to Cayenne.
 

Classes in org.apache.cayenne.conf used by org.apache.cayenne.project
ConfigLoaderDelegate
          Interface that defines callback API used by ConfigLoader to process loaded configuration.
ConfigSaverDelegate
          Defines a set of callback methods that provide information to ConfigSaver when Cayenne project is saved.
ConfigStatus
          Interface defines API to check the status of Cayenne configuration.
Configuration
          This class is an entry point to Cayenne.
DataSourceFactory
          A pluggable factory for javax.sql.DataSource instances used by Cayenne runtime.
DefaultConfiguration
          Subclass of Configuration that uses the System CLASSPATH to locate resources.
DriverDataSourceFactory
          Creates DataSource objects from XML configuration files that describe a JDBC driver.
FileConfiguration
          FileConfiguration loads a Cayenne configuraton file from a given location in the file system.
 

Classes in org.apache.cayenne.conf used by org.apache.cayenne.project.validator
ConfigStatus
          Interface defines API to check the status of Cayenne configuration.
 

Classes in org.apache.cayenne.conf used by org.apache.cayenne.tools
Configuration
          This class is an entry point to Cayenne.
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.