Interface JaxbBasicMapping
- All Known Implementing Classes:
JaxbBasicImpl
,JaxbElementCollectionImpl
,JaxbIdImpl
,JaxbTenantIdImpl
public interface JaxbBasicMapping
A model part that is (or can be) basic-valued - JaxbIdImpl, JaxbBasicImpl and
JaxbElementCollectionImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setJavaType
(String value) void
setJdbcType
(String value) void
setJdbcTypeCode
(Integer value) void
setJdbcTypeName
(String value) void
void
setType
(JaxbUserTypeImpl value)
-
Method Details