[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
 
 

user_type

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

user-type

This project shows how to provide your own TypeConverter to allow persistence of your own custom classes as a String (can also be persisted as Long using the same ideas). It also shows how to provide your own JavaTypeMapping for persisting that type to RDBMS datastores (it would work with the above TypeConverter, but allows more control when done using a JavaTypeMapping). The important files here are

The project also provides basic testing of the TypeConverter/JavaTypeMapping