Class DomainProperties
java.lang.Object
org.apache.syncope.core.persistence.common.AbstractDomainProperties
org.apache.syncope.core.persistence.jpa.DomainProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrm()
int
int
void
setDatabasePlatform
(String databasePlatform) void
setDbPassword
(String dbPassword) void
setDbSchema
(String dbSchema) void
setDbUsername
(String dbUsername) void
setJdbcDriver
(String jdbcDriver) void
setJdbcURL
(String jdbcURL) void
void
setPoolMaxActive
(int poolMaxActive) void
setPoolMinIdle
(int poolMinIdle) void
setTransactionIsolation
(JPADomain.TransactionIsolation transactionIsolation) Methods inherited from class org.apache.syncope.core.persistence.common.AbstractDomainProperties
getAdminCipherAlgorithm, getAdminPassword, getContent, getKey, getKeymasterConfParams, setAdminCipherAlgorithm, setAdminPassword, setContent, setKey, setKeymasterConfParams
-
Constructor Details
-
DomainProperties
public DomainProperties()
-
-
Method Details
-
getJdbcDriver
-
setJdbcDriver
-
getJdbcURL
-
setJdbcURL
-
getDbSchema
-
setDbSchema
-
getDbUsername
-
setDbUsername
-
getDbPassword
-
setDbPassword
-
getTransactionIsolation
-
setTransactionIsolation
-
getPoolMaxActive
public int getPoolMaxActive() -
setPoolMaxActive
public void setPoolMaxActive(int poolMaxActive) -
getPoolMinIdle
public int getPoolMinIdle() -
setPoolMinIdle
public void setPoolMinIdle(int poolMinIdle) -
getOrm
-
setOrm
-
getDatabasePlatform
-
setDatabasePlatform
-