Class PersistenceDateLiteralRenderer
java.lang.Object
com.blazebit.expression.persistence.PersistenceDateLiteralRenderer
- All Implemented Interfaces:
PersistenceLiteralRenderer,Serializable
public class PersistenceDateLiteralRenderer extends Object implements PersistenceLiteralRenderer, Serializable
- Since:
- 1.0.0
- Author:
- Christian Beikov
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blazebit.expression.persistence.PersistenceLiteralRenderer
PersistenceLiteralRenderer.SimplePersistenceLiteralRenderer -
Field Summary
Fields Modifier and Type Field Description static PersistenceDateLiteralRendererINSTANCEFields inherited from interface com.blazebit.expression.persistence.PersistenceLiteralRenderer
SIMPLE -
Method Summary
Modifier and Type Method Description voidrender(Object value, com.blazebit.domain.runtime.model.DomainType domainType, PersistenceExpressionSerializer serializer)Renders the literal to the given string builder.
-
Field Details
-
Method Details
-
render
public void render(Object value, com.blazebit.domain.runtime.model.DomainType domainType, PersistenceExpressionSerializer serializer)Description copied from interface:PersistenceLiteralRendererRenders the literal to the given string builder.- Specified by:
renderin interfacePersistenceLiteralRenderer- Parameters:
value- The literal valuedomainType- The domain type of the literalserializer- The serializer
-