Class InlineDirtyCheckerEqualsHelper
java.lang.Object
org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
InlineDirtyCheckerEqualsHelper
public InlineDirtyCheckerEqualsHelper()
-
-
Method Details
-
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)
-