Class LongBasicUserType
java.lang.Object
com.blazebit.persistence.view.spi.type.ImmutableBasicUserType<Long>
com.blazebit.persistence.view.impl.type.LongBasicUserType
- All Implemented Interfaces:
BasicUserType<Long>,BasicUserTypeStringSupport<Long>,VersionBasicUserType<Long>
public class LongBasicUserType
extends ImmutableBasicUserType<Long>
implements VersionBasicUserType<Long>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
FieldsFields inherited from interface com.blazebit.persistence.view.spi.type.BasicUserType
DIRTY_MARKER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(CharSequence sequence) toStringExpression(String expression) Methods inherited from class com.blazebit.persistence.view.spi.type.ImmutableBasicUserType
deepClone, getDirtyProperties, hashCode, isDeepEqual, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTrackingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.view.spi.type.BasicUserType
deepClone, getDirtyProperties, hashCode, isDeepEqual, isEqual, isMutable, shouldPersist, supportsDeepCloning, supportsDeepEqualChecking, supportsDirtyChecking, supportsDirtyTracking
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LongBasicUserType
public LongBasicUserType()
-
-
Method Details
-
nextValue
- Specified by:
nextValuein interfaceVersionBasicUserType<Long>
-
fromString
- Specified by:
fromStringin interfaceBasicUserTypeStringSupport<Long>- Overrides:
fromStringin classImmutableBasicUserType<Long>
-
toStringExpression
- Specified by:
toStringExpressionin interfaceBasicUserTypeStringSupport<Long>- Overrides:
toStringExpressionin classImmutableBasicUserType<Long>
-