Uses of Class
se.unlogic.standardutils.dao.RelationQuery

Packages that use RelationQuery
se.unlogic.standardutils.dao   
 

Uses of RelationQuery in se.unlogic.standardutils.dao
 

Subclasses of RelationQuery in se.unlogic.standardutils.dao
 class HighLevelQuery<T>
          This class represents a SQL query and is used together with a AnnotatedDAO typed with a matching type.
 class LowLevelQuery<T>
          This class represents a SQL query and is used together with the AnnotatedDAO class.
 

Methods in se.unlogic.standardutils.dao with parameters of type RelationQuery
 void SimplifiedOneToManyRelation.add(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void OneToManyRelation.add(LocalType bean, Connection connection, RelationQuery relations)
           
 void ManyToOneRelation.add(LocalType bean, Connection connection, RelationQuery relations)
           
 void ManyToManyRelation.add(LocalType bean, Connection connection, RelationQuery relations)
           
 void DefaultOneToManyRelation.add(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void DefaultManyToOneRelation.add(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void DefaultManyToManyRelation.add(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void AnnotatedDAO.add(T bean, Connection connection, RelationQuery relationQuery)
           
 void AnnotatedDAO.add(T bean, RelationQuery relationQuery)
           
 void AnnotatedDAO.add(T bean, TransactionHandler transactionHandler, RelationQuery relationQuery)
           
 void AnnotatedDAO.addAll(Collection<T> beans, Connection connection, RelationQuery relationQuery)
           
 void AnnotatedDAO.addAll(Collection<T> beans, RelationQuery relationQuery)
           
 void AnnotatedDAO.addAll(List<T> beans, TransactionHandler transactionHandler, RelationQuery relationQuery)
           
 void RelationQuery.addExcludedRelations(RelationQuery relationQuery)
           
 void AnnotatedDAO.addOrUpdate(T bean, Connection connection, RelationQuery relationQuery)
           
 void AnnotatedDAO.addOrUpdate(T bean, RelationQuery relationQuery)
           
 void AnnotatedDAO.addOrUpdateAll(Collection<T> beans, Connection connection, RelationQuery relationQuery)
           
 void AnnotatedDAO.addOrUpdateAll(Collection<T> beans, TransactionHandler transactionHandler, RelationQuery relationQuery)
           
 void RelationQuery.addRelations(RelationQuery relationQuery)
           
protected  List<T> AnnotatedDAO.getAll(String sql, CustomQueryParameter<?> queryParameter, Connection connection, RelationQuery relationQuery)
           
protected  BeanResultSetPopulator<T> AnnotatedDAO.getPopulator(Connection connection, RelationQuery relationQuery)
           
 void SimplifiedOneToManyRelation.getRemoteValue(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void OneToManyRelation.getRemoteValue(LocalType bean, Connection connection, RelationQuery relations)
           
 void ManyToManyRelation.getRemoteValue(LocalType bean, Connection connection, RelationQuery relations)
           
 void DefaultOneToManyRelation.getRemoteValue(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void DefaultManyToManyRelation.getRemoteValue(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void ManyToOneRelation.getRemoteValue(LocalType bean, ResultSet resultSet, Connection connection, RelationQuery relations)
           
 void DefaultManyToOneRelation.getRemoteValue(LocalType bean, ResultSet resultSet, Connection connection, RelationQuery relationQuery)
           
static boolean RelationQuery.hasExcludedRelations(RelationQuery query)
           
static boolean RelationQuery.hasRelations(RelationQuery query)
           
protected  void AnnotatedDAO.populateRelation(T bean, Connection connection, RelationQuery relationQuery, Field relation)
           
protected  void AnnotatedDAO.populateRelations(T bean, Connection connection, RelationQuery relationQuery)
           
 void AnnotatedDAO.update(List<T> beans, Connection connection, RelationQuery relationQuery)
           
 void AnnotatedDAO.update(List<T> beans, RelationQuery relationQuery)
           
 void AnnotatedDAO.update(List<T> beans, TransactionHandler transactionHandler, RelationQuery relationQuery)
           
 void SimplifiedOneToManyRelation.update(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void OneToManyRelation.update(LocalType bean, Connection connection, RelationQuery relations)
           
 void ManyToOneRelation.update(LocalType bean, Connection connection, RelationQuery relations)
           
 void ManyToManyRelation.update(LocalType bean, Connection connection, RelationQuery relations)
           
 void DefaultOneToManyRelation.update(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void DefaultManyToOneRelation.update(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 void DefaultManyToManyRelation.update(LocalType bean, Connection connection, RelationQuery relationQuery)
           
 Integer AnnotatedDAO.update(T bean, Connection connection, RelationQuery relationQuery)
           
 void AnnotatedDAO.update(T bean, RelationQuery relationQuery)
           
 void AnnotatedDAO.update(T bean, TransactionHandler transactionHandler, RelationQuery relationQuery)
           
 

Constructors in se.unlogic.standardutils.dao with parameters of type RelationQuery
BeanRelationPopulator(BeanResultSetPopulator<T> populator, List<ManyToOneRelation<T,?,?>> manyToOneRelations, Connection connection, RelationQuery relationQuery)
           
RelationQuery(RelationQuery relationQuery)
           
 



Copyright © 2011. All Rights Reserved.