All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static CustomSql |
buildCustomSql(JaxbHbmCustomSqlDmlType customSqlElement)
Given a user-specified description of how to perform custom SQL, build the CustomSql representation.
|
static Caching |
createCaching(JaxbHbmCacheType cacheElement) |
static Caching |
createNaturalIdCaching(JaxbHbmNaturalIdCacheType cacheElement) |
static TableSpecificationSource |
createTableSource(MappingDocument mappingDocument,
TableInformationContainer entityElement,
Helper.InLineViewNameInferrer inLineViewNameInferrer) |
static TableSpecificationSource |
createTableSource(MappingDocument mappingDocument,
TableInformationContainer tableInformationContainer,
Helper.InLineViewNameInferrer inLineViewNameInferrer,
String rowId,
String comment,
String checkConstraint) |
static Map<String,String> |
extractParameters(List<JaxbHbmConfigParameterType> xmlParamElements) |
static String |
getPropertyAccessorName(String access,
boolean isEmbedded,
String defaultAccess) |
static <T> T |
getValue(T value,
T defaultValue) |
static InheritanceType |
interpretInheritanceType(JaxbHbmEntityBaseDefinition entityElement) |
static SizeSource |
interpretSizeSource(Integer length,
Integer scale,
Integer precision) |
static SizeSource |
interpretSizeSource(Integer length,
String scale,
String precision) |
static Class |
reflectedPropertyClass(MetadataBuildingContext buildingContext,
Class attributeOwnerClass,
String attributeName) |
static Class |
reflectedPropertyClass(MetadataBuildingContext buildingContext,
String attributeOwnerClassName,
String attributeName) |