org.hibernate.hql.ast.util
Class AliasGenerator
java.lang.Object
org.hibernate.hql.ast.util.AliasGenerator
public class AliasGenerator
- extends Object
Generates class/table/column aliases during semantic analysis and SQL rendering.
Its essential purpose is to keep an internal counter to ensure that the
generated aliases are unique.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AliasGenerator
public AliasGenerator()
createName
public String createName(String name)