public class StringColumnISOCountryCodeMapper extends AbstractStringColumnMapper<ISOCountryCode>
Constructor and Description |
---|
StringColumnISOCountryCodeMapper() |
Modifier and Type | Method and Description |
---|---|
ISOCountryCode |
fromNonNullValue(String s) |
String |
toNonNullValue(ISOCountryCode value) |
fromNonNullString, getHibernateType, getSqlType, toNonNullString
jdbcClass, returnedClass
public StringColumnISOCountryCodeMapper()
public ISOCountryCode fromNonNullValue(String s)
fromNonNullValue
in interface ColumnMapper<ISOCountryCode,String>
fromNonNullValue
in class AbstractStringColumnMapper<ISOCountryCode>
public String toNonNullValue(ISOCountryCode value)
toNonNullValue
in interface ColumnMapper<ISOCountryCode,String>
toNonNullValue
in class AbstractStringColumnMapper<ISOCountryCode>
Copyright © 2010–2018 Jadira Systems. All rights reserved.