org.LexGrid.LexBIG.caCore.dao.orm.translators
Class LexEVSTranslatorsUtil

java.lang.Object
  extended by org.LexGrid.LexBIG.caCore.dao.orm.translators.LexEVSTranslatorsUtil

public class LexEVSTranslatorsUtil
extends Object


Constructor Summary
LexEVSTranslatorsUtil()
           
 
Method Summary
static String getRoleName(String parentName, String assocName)
           
static String getRoleName(String parentClassName, String assocName, String sourceRoleName)
           
static boolean isCollectionClass(Class<?> clazz)
           
static boolean isPrimitiveClass(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexEVSTranslatorsUtil

public LexEVSTranslatorsUtil()
Method Detail

getRoleName

public static String getRoleName(String parentName,
                                 String assocName)
                          throws TranslationException
Throws:
TranslationException

getRoleName

public static String getRoleName(String parentClassName,
                                 String assocName,
                                 String sourceRoleName)
                          throws TranslationException
Throws:
TranslationException

isCollectionClass

public static boolean isCollectionClass(Class<?> clazz)

isPrimitiveClass

public static boolean isPrimitiveClass(Class<?> clazz)