|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.hql.NameGenerator
public final class NameGenerator
Provides utility methods for generating HQL / SQL names. Shared by both the 'classic' and 'new' query translators.
Method Summary | |
---|---|
static java.lang.String[][] |
generateColumnNames(Type[] types,
SessionFactoryImplementor f)
|
static java.lang.String |
scalarName(int x,
int y)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String[][] generateColumnNames(Type[] types, SessionFactoryImplementor f) throws MappingException
MappingException
public static java.lang.String scalarName(int x, int y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |