public class ProjectDataModelOracleUtils extends Object
Constructor and Description |
---|
ProjectDataModelOracleUtils() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getFactTypes(ProjectDataModelOracle dmo) |
static String |
getFieldClassName(ProjectDataModelOracle dmo,
String factType,
String fieldName) |
static String |
getParametricFieldType(ProjectDataModelOracle dmo,
String factType,
String fieldName) |
static List<String> |
getSuperType(ProjectDataModelOracle dmo,
String factType) |
static Set<Annotation> |
getTypeAnnotations(ProjectDataModelOracle dmo,
String factType) |
static Map<String,Set<Annotation>> |
getTypeFieldsAnnotations(ProjectDataModelOracle dmo,
String factType) |
static TypeSource |
getTypeSource(ProjectDataModelOracle dmo,
String factType) |
public static String[] getFactTypes(ProjectDataModelOracle dmo)
public static List<String> getSuperType(ProjectDataModelOracle dmo, String factType)
public static Set<Annotation> getTypeAnnotations(ProjectDataModelOracle dmo, String factType)
public static Map<String,Set<Annotation>> getTypeFieldsAnnotations(ProjectDataModelOracle dmo, String factType)
public static String getFieldClassName(ProjectDataModelOracle dmo, String factType, String fieldName)
public static String getParametricFieldType(ProjectDataModelOracle dmo, String factType, String fieldName)
public static TypeSource getTypeSource(ProjectDataModelOracle dmo, String factType)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.