Class EntityBasicUserType
java.lang.Object
com.blazebit.persistence.view.impl.type.EntityBasicUserType
- All Implemented Interfaces:
BasicUserType<Object>,BasicUserTypeStringSupport<Object>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from interface com.blazebit.persistence.view.spi.type.BasicUserType
DIRTY_MARKER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(CharSequence sequence) String[]getDirtyProperties(Object entity) intbooleanisDeepEqual(Object initial, Object current) booleanbooleanbooleanshouldPersist(Object entity) booleanbooleanbooleanbooleantoStringExpression(String expression)
-
Constructor Details
-
EntityBasicUserType
-
-
Method Details
-
isMutable
public boolean isMutable()- Specified by:
isMutablein interfaceBasicUserType<Object>
-
supportsDirtyChecking
public boolean supportsDirtyChecking()- Specified by:
supportsDirtyCheckingin interfaceBasicUserType<Object>
-
supportsDirtyTracking
public boolean supportsDirtyTracking()- Specified by:
supportsDirtyTrackingin interfaceBasicUserType<Object>
-
supportsDeepEqualChecking
public boolean supportsDeepEqualChecking()- Specified by:
supportsDeepEqualCheckingin interfaceBasicUserType<Object>
-
supportsDeepCloning
public boolean supportsDeepCloning()- Specified by:
supportsDeepCloningin interfaceBasicUserType<Object>
-
isEqual
- Specified by:
isEqualin interfaceBasicUserType<Object>
-
isDeepEqual
- Specified by:
isDeepEqualin interfaceBasicUserType<Object>
-
hashCode
- Specified by:
hashCodein interfaceBasicUserType<Object>
-
shouldPersist
- Specified by:
shouldPersistin interfaceBasicUserType<Object>
-
getDirtyProperties
- Specified by:
getDirtyPropertiesin interfaceBasicUserType<Object>
-
deepClone
- Specified by:
deepClonein interfaceBasicUserType<Object>
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<Object>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<Object>
-