public class AdjListJDBCCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig
CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
Modifier and Type | Field and Description |
---|---|
protected String |
connectionFactoryClass |
protected boolean |
createTable |
protected String |
createTableDDL |
protected String |
datasourceName |
protected String |
deleteAllSql |
protected String |
deleteNodeSql |
protected String |
driverClass |
protected boolean |
dropTable |
protected String |
dropTableDDL |
protected String |
existsSql |
protected String |
fqnColumn |
protected String |
fqnType |
protected String |
insertNodeSql |
protected String |
jdbcPassword |
protected String |
jdbcURL |
protected String |
jdbcUser |
protected String |
nodeColumn |
protected String |
nodeType |
protected String |
parentColumn |
protected String |
primaryKey |
protected String |
selectChildFqnsSql |
protected String |
selectChildNamesSql |
protected String |
selectNodeSql |
protected String |
table |
protected String |
updateNodeSql |
protected String |
updateTableSql |
className, properties
log
Constructor and Description |
---|
AdjListJDBCCacheLoaderConfig() |
equalsExcludingProperties, getCacheLoader, getSingletonStoreConfig, hashCodeExcludingProperties, isAsync, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, populateFromBaseConfig, setAsync, setCacheLoader, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setSingletonStoreConfig, toString
getClassName, getProperties, setClassName, setProperties
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutability
protected boolean createTable
protected String createTableDDL
protected String datasourceName
protected String deleteAllSql
protected String deleteNodeSql
protected boolean dropTable
protected String dropTableDDL
protected String driverClass
protected String insertNodeSql
protected String jdbcURL
protected String jdbcUser
protected String jdbcPassword
protected String selectChildFqnsSql
protected String selectChildNamesSql
protected String selectNodeSql
protected String updateNodeSql
protected String updateTableSql
protected String existsSql
protected String connectionFactoryClass
protected String primaryKey
protected String fqnType
protected String nodeType
protected String parentColumn
protected String table
protected String nodeColumn
protected String fqnColumn
public boolean getCreateTable()
public void setCreateTable(boolean createTable)
public String getCreateTableDDL()
public void setCreateTableDDL(String createTableDDL)
public String getDatasourceName()
public void setDatasourceName(String datasourceName)
public String getDeleteAllSql()
public void setDeleteAllSql(String deleteAllSql)
public String getDeleteNodeSql()
public void setDeleteNodeSql(String deleteNodeSql)
public String getDriverClass()
public void setDriverClass(String driverClass)
public boolean getDropTable()
public void setDropTable(boolean dropTable)
public String getInsertNodeSql()
public String getExistsSql()
public void setExistsSql(String existsSql)
public void setInsertNodeSql(String insertNodeSql)
public String getSelectChildFqnsSql()
public void setSelectChildFqnsSql(String selectChildFqnsSql)
public String getSelectNodeSql()
public void setSelectNodeSql(String selectNodeSql)
public String getTable()
public void setTable(String table)
public String getDummyTable()
public String getUpdateTableSql()
public void setUpdateTableSql(String updateTableSql)
public String getDropTableDDL()
public void setDropTableDDL(String dropTableDDL)
public String getSelectChildNamesSql()
public void setSelectChildNamesSql(String selectChildNamesSql)
public String getUpdateNodeSql()
public void setUpdateNodeSql(String updateNodeSql)
public String getJdbcPassword()
public void setJdbcPassword(String jdbcPassword)
public String getJdbcURL()
public void setJdbcURL(String jdbcURL)
public String getJdbcUser()
public void setJdbcUser(String jdbcUser)
public String getConnectionFactoryClass()
public void setConnectionFactoryClass(String connectionFactoryClass)
public String getPrimaryKey()
public void setPrimaryKey(String primaryKey)
public String getFqnType()
public void setFqnType(String fqnType)
public String getNodeType()
public void setNodeType(String nodeType)
public String getParentColumn()
public void setParentColumn(String parentColumn)
public String getNodeColumn()
public void setNodeColumn(String nodeColumn)
public String getFqnColumn()
public void setFqnColumn(String fqnColumn)
public void setProperties(Properties props)
setProperties
in class PluggableConfigurationComponent
protected String constructDropTableDDL()
protected String constructCreateTableDDL()
public boolean equals(Object obj)
equals
in class CacheLoaderConfig.IndividualCacheLoaderConfig
public int hashCode()
hashCode
in class CacheLoaderConfig.IndividualCacheLoaderConfig
public AdjListJDBCCacheLoaderConfig clone() throws CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in class CacheLoaderConfig.IndividualCacheLoaderConfig
CloneNotSupportedException
protected String constructSelectNodeSql()
protected String constructUpdateNodeSql()
protected String constructDeleteAllSql()
protected String constructDeleteNodeSql()
protected String constructSelectChildNamesSql()
protected String constructExistsSql()
protected String constructInsertNodeSql()
public String getDummyTableCreationDDL()
public String getDummyTableRemovalDDL()
public String getDummyTablePopulationSql()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.