org.hibernate.hql.internal
Class NameGenerator
java.lang.Object
org.hibernate.hql.internal.NameGenerator
public final class NameGenerator
- extends Object
Provides utility methods for generating HQL / SQL names. Shared by both the 'classic' and 'new' query translators.
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)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.