Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.cayenne.conf Classes and Interfaces - 24 results found.
| Name | Description | Type | Package | Framework |
| ClasspathResourceFinder | A ResourceFinder that looks up resources in the classpath. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigLoader | Class that performs runtime loading of Cayenne configuration. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigLoaderDelegate | Interface that defines callback API used by ConfigLoader to process loaded configuration. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigSaver | Class that does saving of Cayenne configuration. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigSaverDelegate | Defines a set of callback methods that provide information to ConfigSaver when Cayenne project is saved. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigStatus | Interface defines API to check the status of Cayenne configuration. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| Configuration | This class is an entry point to Cayenne. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ConnectionProperties | ConnectionProperties handles a set of DataSourceInfo objects using information stored in $HOME/. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| DataSourceFactory | A pluggable factory for javax. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| DBCPDataSourceFactory | A DataSourceFactory that creates a connection pool based on Apache Jakarta commons-dbcp. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| DefaultConfiguration | Subclass of Configuration that uses the System CLASSPATH to locate resources. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| DriverDataSourceFactory | Creates DataSource objects from XML configuration files that describe a JDBC driver. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| FileConfiguration | | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| JNDIDataSourceFactory | Looks up DataSource objects via JNDI. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| MultiProjectConfiguration | A Configuration implementation that creates a single virtual runtime project out of multiple Cayenne configurations. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| PasswordEncoding | Password encoders are used to translate the text of the database password, on loading and on saving, from one form to another. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| PlainTextPasswordEncoder | The plain text password encoder passes the text of the database password straight-through without any alteration. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ResourceFinder | An object that defines a strategy for locating stream resources. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| Rot13PasswordEncoder | The ROT-13 password encoder passes the text of the database password through a simple Caesar cipher to obscure the password text. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| Rot47PasswordEncoder | The ROT-47 password encoder passes the text of the database password through a simple Caesar cipher to obscure the password text. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| RuntimeLoadDelegate | | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| RuntimeSaveDelegate | Save delegate used for saving Cayenne access stack. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ServletUtil | Configuration class that uses ServletContext to locate resources. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| WebApplicationContextFilter | A Servlet Filter that binds session DataContext to the current request thread. | Class | org.apache.cayenne.conf | Apache Cayenne |