java.lang.Object
io.ebeaninternal.server.persist.DmlUtil
Utility object with helper methods for DML.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisNullOrZero(Object value) Return true if the value is null or a Numeric 0 (for primitive int's and long's) or Option empty.
-
Constructor Details
-
DmlUtil
public DmlUtil()
-
-
Method Details
-
isNullOrZero
Return true if the value is null or a Numeric 0 (for primitive int's and long's) or Option empty.
-