From ab85349f6c207c0f1c4c9ab6598b712e825fb366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Fri, 1 Jul 2011 13:35:14 +0000 Subject: [PATCH] #798653 : fixed generics handling --- .../com/mysema/query/domain/Enum2Test.java | 28 +++++++++++++++++++ querydsl-root/pom.xml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 querydsl-apt/src/test/java/com/mysema/query/domain/Enum2Test.java diff --git a/querydsl-apt/src/test/java/com/mysema/query/domain/Enum2Test.java b/querydsl-apt/src/test/java/com/mysema/query/domain/Enum2Test.java new file mode 100644 index 000000000..f6aac9788 --- /dev/null +++ b/querydsl-apt/src/test/java/com/mysema/query/domain/Enum2Test.java @@ -0,0 +1,28 @@ +package com.mysema.query.domain; + +import org.junit.Ignore; + +import com.mysema.query.annotations.QueryEntity; + +@Ignore +public class Enum2Test { + + @QueryEntity + public abstract class EnumPermissions

& Permission> extends EntityImpl implements Permissions

{ + + } + + @QueryEntity + public abstract class EntityImpl { + + } + + public interface Permission { + + } + + public interface Permissions

{ + + } + +} diff --git a/querydsl-root/pom.xml b/querydsl-root/pom.xml index b180589bb..13c642fb9 100644 --- a/querydsl-root/pom.xml +++ b/querydsl-root/pom.xml @@ -28,7 +28,7 @@ 1.8.0.7 4.01 2.4 - 0.3.9 + 0.4.0 0.2.1 2.2 1.3.2