With HV or BV enabled, generally speaking Nullability#checkNullability
no-ops anyway..
On 10/02/2013 08:36 AM, Emmanuel Bernard wrote:
> On Mon 2013-09-23 17:07, Steve Ebersole wrote:
>> Anyone have compelling reasons to continue to call
>> org.hibernate.engine.internal.Nullability#checkNullabili
On Mon 2013-09-23 17:07, Steve Ebersole wrote:
> Anyone have compelling reasons to continue to call
> org.hibernate.engine.internal.Nullability#checkNullability when deleting
> an entity?
An entity being deleted can be validated by Bean Validation. But from
what I understand you would not call c
Neither one is used in Search.
thanks,
Sanne
On 23 September 2013 23:07, Steve Ebersole wrote:
> Anyone have compelling reasons to continue to call
> org.hibernate.engine.internal.Nullability#checkNullability when deleting
> an entity?
>
> To a lesser degree, how about reasons for calling
> org.
Anyone have compelling reasons to continue to call
org.hibernate.engine.internal.Nullability#checkNullability when deleting
an entity?
To a lesser degree, how about reasons for calling
org.hibernate.engine.internal.ForeignKeys.Nullifier#nullifyTransientReferences
when deleting?
___