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