mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
This commit is contained in:
parent
3eb631ce80
commit
6f83183b56
@ -47,9 +47,7 @@ public class AliasFactory {
|
||||
|
||||
public <A> A createAliasForProp(Class<A> cl, Object parent, Expr<?> path){
|
||||
A proxy = createProxy(cl);
|
||||
if (!cl.getPackage().getName().equals("java.lang")){
|
||||
bindings.get().put(proxy, path);
|
||||
}
|
||||
bindings.get().put(proxy, path);
|
||||
return proxy;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user