| I can believe this is still the case. JPA defines the parameter types in terms of just the Java Class, as opposed to the HIbernate Type (obviously). However a Java Class can be mapped to the database in any number of ways (boolean is a great example). The problem is that there is no "default" boolean mapping for any given Database (aside maybe from the ones that support a proper boolean datatype). |