Package com.majorana.maj_orm.Utils
Class RandomEntity<T extends BaseMajoranaEntity>
java.lang.Object
com.majorana.maj_orm.Utils.RandomEntity<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondiffForCreateFields
(T test) getValue()
static Object
invokeGetter
(Object obj, Method getter) boolean
boolean
isEqualForUpdateFields
(T testUpdated, T testCreated)
-
Constructor Details
-
RandomEntity
-
RandomEntity
-
-
Method Details
-
getValue
-
isEqual
-
diffForCreateFields
-
isEqualForUpdateFields
-
invokeGetter
public static Object invokeGetter(Object obj, Method getter) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
-