Package org.hibernate.loader.internal
Class AliasConstantsHelper
- java.lang.Object
-
- org.hibernate.loader.internal.AliasConstantsHelper
-
public final class AliasConstantsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description AliasConstantsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
get(int i)
Returns the same as Integer.toString( i ) + '_' Strings might be returned from a pool of constants, when `i` is within the range of expected most commonly requested elements.
-
-
-
Method Detail
-
get
public static String get(int i)
Returns the same as Integer.toString( i ) + '_' Strings might be returned from a pool of constants, when `i` is within the range of expected most commonly requested elements.
-
-