|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface GenericDAO<KeyType,BeanType>
Method Summary | |
---|---|
void |
add(BeanType bean)
Deprecated. |
void |
add(BeanType bean,
Connection connection)
Deprecated. |
void |
add(BeanType bean,
TransactionHandler transactionHandler)
Deprecated. |
void |
delete(BeanType bean)
Deprecated. |
void |
delete(BeanType bean,
Connection connection)
Deprecated. |
void |
delete(BeanType bean,
TransactionHandler transactionHandler)
Deprecated. |
BeanType |
get(KeyType id,
Connection connection,
Field... relations)
Deprecated. |
BeanType |
get(KeyType id,
Field... relations)
Deprecated. |
BeanType |
get(KeyType id,
TransactionHandler transactionHandler,
Field... relations)
Deprecated. |
List<BeanType> |
getAll(Connection connection,
Field... relations)
Deprecated. |
List<BeanType> |
getAll(Field... relations)
Deprecated. |
List<BeanType> |
getAll(TransactionHandler transactionHandler,
Field... relations)
Deprecated. |
void |
update(BeanType bean)
Deprecated. |
void |
update(BeanType bean,
Connection connection)
Deprecated. |
void |
update(BeanType bean,
TransactionHandler transactionHandler)
Deprecated. |
Method Detail |
---|
void add(BeanType bean) throws SQLException
SQLException
void add(BeanType bean, TransactionHandler transactionHandler) throws SQLException
SQLException
void add(BeanType bean, Connection connection) throws SQLException
SQLException
void update(BeanType bean) throws SQLException
SQLException
void update(BeanType bean, TransactionHandler transactionHandler) throws SQLException
SQLException
void update(BeanType bean, Connection connection) throws SQLException
SQLException
BeanType get(KeyType id, Field... relations) throws SQLException
SQLException
BeanType get(KeyType id, TransactionHandler transactionHandler, Field... relations) throws SQLException
SQLException
BeanType get(KeyType id, Connection connection, Field... relations) throws SQLException
SQLException
List<BeanType> getAll(Field... relations) throws SQLException
SQLException
List<BeanType> getAll(TransactionHandler transactionHandler, Field... relations) throws SQLException
SQLException
List<BeanType> getAll(Connection connection, Field... relations) throws SQLException
SQLException
void delete(BeanType bean) throws SQLException
SQLException
void delete(BeanType bean, TransactionHandler transactionHandler) throws SQLException
SQLException
void delete(BeanType bean, Connection connection) throws SQLException
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |