Package org.hibernate.boot.jaxb.hbm.spi
Interface SimpleValueTypeInfo
-
- All Known Implementing Classes:
JaxbHbmBasicAttributeType
public interface SimpleValueTypeInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JaxbHbmTypeSpecificationType
getType()
String
getTypeAttribute()
-
-
-
Method Detail
-
getTypeAttribute
String getTypeAttribute()
-
getType
JaxbHbmTypeSpecificationType getType()
-
-