« Custom SQL Support | Main | FireStorm/DAO 2.0 Beta Users Wanted »

DTOs - primitive versus object wrappers

FireStorm 2.0 provides an option that allows you to choose whether you want to map numeric columns to primitives or objects. For example, if you have a SQL INTEGER colum you can choose to map this to an int or an Integer type in Java.