Class AbstractLocalDateTimeTypeConverter<T>
java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractLocalDateTimeTypeConverter<T>
- All Implemented Interfaces:
TypeConverter<T,Object>
- Direct Known Subclasses:
CalendarToLocalDateTimeTypeConverter,DateToLocalDateTimeTypeConverter
public abstract class AbstractLocalDateTimeTypeConverter<T>
extends Object
implements TypeConverter<T,Object>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectofEpochMilli(long milli) protected final longtoEpochMillis(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
-
Constructor Details
-
AbstractLocalDateTimeTypeConverter
public AbstractLocalDateTimeTypeConverter()
-
-
Method Details
-
ofEpochMilli
-
toEpochMillis
-