public final class

NameGenerator

extends Object
java.lang.Object
   ↳ org.hibernate.hql.NameGenerator

Class Overview

Provides utility methods for generating HQL / SQL names. Shared by both the 'classic' and 'new' query translators.

Summary

Public Methods
static String[][] generateColumnNames(Type[] types, SessionFactoryImplementor f)
static String scalarName(int x, int y)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static String[][] generateColumnNames (Type[] types, SessionFactoryImplementor f)

public static String scalarName (int x, int y)