mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
refactored querydsl-apt packages
This commit is contained in:
parent
eeee5717a8
commit
506264ae2c
@ -29,6 +29,14 @@ public class DomainTest {
|
||||
it = new QItemType("it");
|
||||
}
|
||||
|
||||
@Domain
|
||||
public interface InterfaceType{
|
||||
InterfaceType getRelation();
|
||||
List<InterfaceType> getRelation2();
|
||||
List<? extends InterfaceType> getRelation3();
|
||||
int getRelation4();
|
||||
}
|
||||
|
||||
@Domain
|
||||
public static class SimpleTypes{
|
||||
transient int test;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user