mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
9da01f02f6
commit
83443b42df
@ -2,6 +2,10 @@ REFACTORING
|
||||
|
||||
* move types.operation.* and types.expr.* into types
|
||||
|
||||
* split queries into two implementation categories :
|
||||
|
||||
- real queries (Query + Projectable)
|
||||
- detached queries (Query + Detachable)
|
||||
|
||||
IDEAS
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ import net.jcip.annotations.Immutable;
|
||||
public final class Template {
|
||||
|
||||
@Immutable
|
||||
public static class Element {
|
||||
public static final class Element {
|
||||
|
||||
private final int index;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user