mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Fix other incompatibilities
This commit is contained in:
parent
41f0e9ec08
commit
af8fb00405
@ -214,7 +214,9 @@
|
||||
<exclude>com/mysema/query/SearchResults</exclude>
|
||||
<exclude>com/mysema/query/sql/SQLListeners</exclude>
|
||||
<exclude>com/mysema/query/apt/TypeExtractor</exclude>
|
||||
|
||||
|
||||
<exclude>com/mysema/query/sql/QBeans</exclude>
|
||||
<exclude>com/mysema/query/support/EnumConversion</exclude>
|
||||
<exclude>com/mysema/query/support/NumberConversion</exclude>
|
||||
<exclude>com/mysema/query/support/NumberConversions</exclude>
|
||||
<exclude>com/mysema/query/types/ArrayConstructorExpression</exclude>
|
||||
|
||||
@ -35,7 +35,7 @@ trait Projections {
|
||||
* @param mf
|
||||
* @return
|
||||
*/
|
||||
def create[T](expressions: Ex[_]*)(implicit mf: Manifest[T]) = {
|
||||
def create[T](expressions: Ex[_]*)(implicit mf: Manifest[T]): ExpressionBase[_] = {
|
||||
val clazz = mf.runtimeClass.asInstanceOf[Class[T]]
|
||||
try {
|
||||
clazz.getConstructor()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user