All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AopJdbcTxManagerModule DataSourceModule Guice module providing aDataSourceconfigured and bound to an SQL DBMS based upon the contents of a configuration file.DataSourceProvider DbcpDataSourceProvider Given a set configuration parameters represented bySettings, this class will provide a DataSource wrapped in a DataSource pool.H2Platform HSQLDBPlatform JdbcTxManager Manages JDBC transactions.JdbcTxManagerImpl Implementation of a transaction manager, which is responsible for handling a Connection object which is placed into ThreadLocal.JndiDataSourceProvider Provides an instance ofDataSourceusing the configuration parameters found inSettings, which is located in OXALIS_HOME.MsSQLPlatform MySQLPlatform OraclePlatform PersistenceConf Platform PlatformModule Repository Indicates to Google Guice where that the java class is a Repository.RepositoryConnectionMethodInterceptor Looks for all @Repository annotations and makes a database connection available to the methods within the repository.Transactional Indicates to Google Guice that the method specified should be handled within a transaction Only works for methods that are public, package-private or protected (https://github.com/google/guice/wiki/AOP)TransactionalMethodInterceptor Looks for all @Transactional annotations and injects code for starting and stopping transactions.