se.unlogic.standardutils.dao
Interface GenericDAO<KeyType,BeanType>


Deprecated.

@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

add

void add(BeanType bean)
         throws SQLException
Deprecated. 
Throws:
SQLException

add

void add(BeanType bean,
         TransactionHandler transactionHandler)
         throws SQLException
Deprecated. 
Throws:
SQLException

add

void add(BeanType bean,
         Connection connection)
         throws SQLException
Deprecated. 
Throws:
SQLException

update

void update(BeanType bean)
            throws SQLException
Deprecated. 
Throws:
SQLException

update

void update(BeanType bean,
            TransactionHandler transactionHandler)
            throws SQLException
Deprecated. 
Throws:
SQLException

update

void update(BeanType bean,
            Connection connection)
            throws SQLException
Deprecated. 
Throws:
SQLException

get

BeanType get(KeyType id,
             Field... relations)
             throws SQLException
Deprecated. 
Throws:
SQLException

get

BeanType get(KeyType id,
             TransactionHandler transactionHandler,
             Field... relations)
             throws SQLException
Deprecated. 
Throws:
SQLException

get

BeanType get(KeyType id,
             Connection connection,
             Field... relations)
             throws SQLException
Deprecated. 
Throws:
SQLException

getAll

List<BeanType> getAll(Field... relations)
                      throws SQLException
Deprecated. 
Throws:
SQLException

getAll

List<BeanType> getAll(TransactionHandler transactionHandler,
                      Field... relations)
                      throws SQLException
Deprecated. 
Throws:
SQLException

getAll

List<BeanType> getAll(Connection connection,
                      Field... relations)
                      throws SQLException
Deprecated. 
Throws:
SQLException

delete

void delete(BeanType bean)
            throws SQLException
Deprecated. 
Throws:
SQLException

delete

void delete(BeanType bean,
            TransactionHandler transactionHandler)
            throws SQLException
Deprecated. 
Throws:
SQLException

delete

void delete(BeanType bean,
            Connection connection)
            throws SQLException
Deprecated. 
Throws:
SQLException


Copyright © 2011. All Rights Reserved.