Uses of Class
cz.xtf.builder.db.AbstractDatabase
-
Packages that use AbstractDatabase Package Description cz.xtf.builder.db -
-
Uses of AbstractDatabase in cz.xtf.builder.db
Subclasses of AbstractDatabase in cz.xtf.builder.db Modifier and Type Class Description classAbstractSQLDatabaseclassDerbyclassMongoDBclassMsSQLNote that MsSQL Server database needs to run with custom user id on Openshift (0 should do the trick) This means that this class is only usable on clusters with admin privileges to be able to add securityContextConstraint Also, the MsSQL image doesn't provide any option to add custom database and user on setup.classMySQLclassOracleXENote that to be able to use the oracleXE on Openshift you need to run as user with 54321 user id.classPostgreSQLMethods in cz.xtf.builder.db that return AbstractDatabase Modifier and Type Method Description AbstractDatabaseAbstractDatabase. asObjectStore()AbstractDatabaseAbstractDatabase. external()AbstractDatabaseAbstractDatabase. jndiName(String jndiName)AbstractDatabaseAbstractDatabase. nonXaDatasource()AbstractDatabaseAbstractDatabase. withProbes()
-