org.hibernate.hql
Class NameGenerator
java.lang.Object
org.hibernate.hql.NameGenerator
public final class NameGenerator
- extends Object
Provides utility methods for generating HQL / SQL names. Shared by both the 'classic' and 'new' query translators.
- Author:
- josh Mar 18, 2004 7:17:25 AM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generateColumnNames
public static String[][] generateColumnNames(Type[] types,
SessionFactoryImplementor f)
throws MappingException
- Throws:
MappingException
scalarName
public static String scalarName(int x,
int y)