Using the new JPA 2.1 stored procedure call, is there any way to pass a null parameter?
Here is an example usage:
StoredProcedureQuery storedProcedur
Set property hibernate.proc.param_null_passing=true
example:
my.entity.store.package