|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthinkui.db.dao.AbstractDataAccessObject
thinkui.sqlclient.dao.AbstractDAO
thinkui.sqlclient.dao.DbConnectionDAO
Implements the DbConnectionDAO Data Access Object.
Constructor Summary | |
DbConnectionDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
DbConnectionDAO constructor. |
Method Summary | |
AttributeType |
createDbConnectionEnumType()
|
void |
deleteDbConnection(java.lang.Object dbConnectionId)
Delete the specified DbConnection object from the database. |
int |
deleteDbConnections(java.util.Set dbConnectionIds)
Delete the specified DbConnection objects from the database. |
SearchResultsData |
findDbConnection(DbConnectionSearchData searchData)
Find all DbConnection records matching the specified criteria. |
DbConnection |
getDbConnection(java.lang.Object dbConnectionId)
Get the DbConnection object for the specified object id. |
DbConnection |
getDbConnectionByName(java.lang.String connectionName)
Find the DbConnection object for the specified connection name. |
void |
insertDbConnection(DbConnection dbConnection)
Insert the specified DbConnection object to the database. |
DbConnection |
saveDbConnection(DbConnection dbConnection)
Save the specified DbConnection object to the database. |
int |
updateDbConnection(DbConnection dbConnection,
DbConnectionSearchData searchData)
Update all the DbConnection objects matching the specified search criteria. |
int |
updateDbConnections(java.util.Set dbConnectionIds,
DbConnection dbConnection)
Updated the specified DbConnection objects with the values in the specified dbConnection object. |
Methods inherited from class thinkui.db.dao.AbstractDataAccessObject |
close, getDataObjectManager, setDataObjectManager |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DbConnectionDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
Method Detail |
public final AttributeType createDbConnectionEnumType() throws java.lang.Exception
java.lang.Exception
public final void deleteDbConnection(java.lang.Object dbConnectionId) throws java.lang.Exception
java.lang.Exception
public final int deleteDbConnections(java.util.Set dbConnectionIds) throws java.lang.Exception
java.lang.Exception
public final SearchResultsData findDbConnection(DbConnectionSearchData searchData) throws java.lang.Exception
java.lang.Exception
public final DbConnection getDbConnection(java.lang.Object dbConnectionId) throws java.lang.Exception
java.lang.Exception
public final DbConnection getDbConnectionByName(java.lang.String connectionName) throws java.lang.Exception
java.lang.Exception
public final void insertDbConnection(DbConnection dbConnection) throws java.lang.Exception
java.lang.Exception
public final DbConnection saveDbConnection(DbConnection dbConnection) throws java.lang.Exception
java.lang.Exception
public final int updateDbConnection(DbConnection dbConnection, DbConnectionSearchData searchData) throws java.lang.Exception
java.lang.Exception
public final int updateDbConnections(java.util.Set dbConnectionIds, DbConnection dbConnection) throws java.lang.Exception
java.lang.Exception
|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |