Releases
1.1.2
Added
Enables custom Repository
Include the First
keyword in the method by query in the Repository
Include the Null
, NotNull
and countAll
keywords in the method by query in the Repository
Include condition to is NUll and is Not Null in the query
Include pagination with Query annotation
Add support to array in the fields
Add support to array in the fields of java record classes
Include selectOffSet
to pagination queryies at the SemiStructuredTemplate
Fixed
Fix the Orderby
annotation in the Repository
Make the JDQL return the correct type when the select is by field
Invalid deserialization of maps with generic values
Make sure at the serialization to the field, the API does not return any communication layer, but standard Java types
Fix the like query at the JDQL
Fix recursion calling to avoid stack overflow on the custom repository's query methods with @query annotation with predefined queries
Fix documentation at SemiStructuredTemplate
explaining how the cursor works.
Removed
Remove Apache Tinkerpop from the project and move it as a driver
Changed
by default disable Cursor pagination in the SemiStructuredTemplate
when there is more than one sort
You can’t perform that action at this time.