Package org.hibernate.boot.jaxb.hbm.spi
Interface TypeContainer
-
- All Known Implementing Classes:
JaxbHbmBasicAttributeType
,JaxbHbmBasicCollectionElementType
,JaxbHbmCompositeKeyBasicAttributeType
,JaxbHbmMapKeyBasicType
,JaxbHbmSimpleIdType
public interface TypeContainer
-
-
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()
-
-