Package cz.encircled.joiner.core
Class JoinerJPQLSerializer
java.lang.Object
cz.encircled.joiner.core.JoinerJPQLSerializer
Custom serializer for creating a JPQL string from a JoinerQuery.
This is a replacement for the JPQLSerializer from querydsl library.
- Author:
- Encircled
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of constants used in the query.serialize(JoinerQuery<?, ?> joinerQuery) Serialize the given query to a JPQL string.
-
Constructor Details
-
JoinerJPQLSerializer
public JoinerJPQLSerializer() -
JoinerJPQLSerializer
-
-
Method Details
-
serialize
Serialize the given query to a JPQL string.- Parameters:
joinerQuery- the query to serialize- Returns:
- the serialized JPQL string
-
getConstants
Get the list of constants used in the query.- Returns:
- the list of constants
-