Class AbstractLocalDateTypeConverter<T>
java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractLocalDateTypeConverter<T>
- All Implemented Interfaces:
TypeConverter<T,Object>
- Direct Known Subclasses:
CalendarToLocalDateTypeConverter,DateToLocalDateTypeConverter
public abstract class AbstractLocalDateTypeConverter<T>
extends Object
implements TypeConverter<T,Object>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectofEpochDay(long epochDay) protected final longtoEpochDay(Object object) Methods 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.TypeConverter
convertToUnderlyingType, convertToViewType, getUnderlyingType
-
Field Details
-
MILLISECOND_CONVERSION_FACTOR
protected static final long MILLISECOND_CONVERSION_FACTOR- See Also:
-
-
Constructor Details
-
AbstractLocalDateTypeConverter
public AbstractLocalDateTypeConverter()
-
-
Method Details
-
ofEpochDay
-
toEpochDay
-