Class TimestampishImmutableBasicUserType<X>

java.lang.Object
com.blazebit.persistence.view.spi.type.ImmutableBasicUserType<X>
com.blazebit.persistence.view.impl.type.TimestampishImmutableBasicUserType<X>
Type Parameters:
X - The type of the user type
All Implemented Interfaces:
BasicUserType<X>, BasicUserTypeStringSupport<X>
Direct Known Subclasses:
InstantBasicUserType, LocalDateBasicUserType, LocalDateTimeBasicUserType, OffsetDateTimeBasicUserType, ZoneDateTimeBasicUserType

public abstract class TimestampishImmutableBasicUserType<X>
extends ImmutableBasicUserType<X>
The default basic user type implementation for timestampish immutable types.
Since:
1.5.0
Author:
Christian Beikov