mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-16 21:01:10 +08:00
This commit is contained in:
parent
664dde063d
commit
c590d0860f
@ -15,7 +15,6 @@ import com.mysema.query.codegen.EntityType;
|
||||
* @author tiwe
|
||||
*
|
||||
*/
|
||||
// TODO : make sure all variable name escaping cases are covered
|
||||
public class OriginalNamingStrategy implements NamingStrategy{
|
||||
|
||||
@Override
|
||||
@ -30,6 +29,7 @@ public class OriginalNamingStrategy implements NamingStrategy{
|
||||
|
||||
@Override
|
||||
public String getDefaultVariableName(String namePrefix, EntityType entityType) {
|
||||
// TODO : escape
|
||||
return entityType.getSimpleName();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user