I
- the ID typepublic abstract class IdAwareQuery<I> extends AbstractQuery
single ID
.Modifier and Type | Class and Description |
---|---|
protected static class |
IdAwareQuery.Builder<I,B extends IdAwareQuery.Builder<I,B,Q>,Q extends IdAwareQuery<I>> |
Modifier | Constructor and Description |
---|---|
protected |
IdAwareQuery(IdAwareQuery.Builder<I,? extends IdAwareQuery.Builder,? extends IdAwareQuery> builder) |
Modifier and Type | Method and Description |
---|---|
protected IdColumn<I> |
idColumn() |
protected com.querydsl.core.types.Predicate |
idEquals()
Returns a
Predicate to check if the value of the ID column matches the stored
set of IDs. |
protected com.querydsl.sql.dml.SQLInsertClause |
insertWithId() |
protected com.querydsl.sql.dml.SQLUpdateClause |
updateById() |
aliasedComparablePathOf, aliasedPathOf, comparablePathOf, factory, orderBy, pathOf, pathOf, pathOf, pathOf, table, tableAlias
protected IdAwareQuery(IdAwareQuery.Builder<I,? extends IdAwareQuery.Builder,? extends IdAwareQuery> builder)
protected com.querydsl.core.types.Predicate idEquals()
Predicate
to check if the value of the ID column matches the stored
set of IDs.protected com.querydsl.sql.dml.SQLInsertClause insertWithId()
protected com.querydsl.sql.dml.SQLUpdateClause updateById()