Class InlineDirtyCheckerEqualsHelper
- java.lang.Object
-
- org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
-
public final class InlineDirtyCheckerEqualsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description InlineDirtyCheckerEqualsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, boolean a, boolean b)
static boolean
areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, byte a, byte b)
static boolean
areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, char a, char b)
static boolean
areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, double a, double b)
static boolean
areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, float a, float b)
static boolean
areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, int a, int b)
static boolean
areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, long a, long b)
static boolean
areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, short a, short b)
static boolean
areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, Object a, Object b)
-
-
-
Method Detail
-
areEquals
public static boolean areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, Object a, Object b)
-
areEquals
public static boolean areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, boolean a, boolean b)
-
areEquals
public static boolean areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, byte a, byte b)
-
areEquals
public static boolean areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, short a, short b)
-
areEquals
public static boolean areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, char a, char b)
-
areEquals
public static boolean areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, int a, int b)
-
areEquals
public static boolean areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, long a, long b)
-
areEquals
public static boolean areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, float a, float b)
-
areEquals
public static boolean areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, double a, double b)
-
-