datetimeoffset hibernate mapping
问题 I'm trying to use hibernate with ms sql server and have difficulties mapping the sql type datetimeoffset to java. If I try to set the mapping type in the reverse engineering configuration with: I get an error saying sth. like org.hibernate.MappingException: jdbc-type: microsoft.sql.Types.DATETIMEOFFSET is not a known JDBC Type nor a valid number I guess only the detault jdbc types can be used in this context. Any ideas about how to solve this issue? 回答1: Your can provide a custom Hibernate