Skip to content

Commit 25b140e

Browse files
authored
Update README.md
1 parent 8b16599 commit 25b140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GraphQL is a query language for Web APIs implemented by GraphQL Java [graphql-ja
1010

1111
JPA 2.1 (Java Persistence Annotation) is Java's standard solution to bridge the gap between object-oriented domain models and relational database systems.
1212

13-
GraphQL JPA Query library uses JPA 2.1 specification to derive and build GraphQL Apis with GraphQL Java for your from your Java entity classes. It implements a schema builder to generate GraphQL Schema using JPA EntityManager Api and instruments JPA Query Data Fetchers that transform GraphQL queries into JPA queries on the fly.
13+
GraphQL JPA Query library uses JPA 2.1 specification to derive and build GraphQL Apis using GraphQL Java from your Java entity classes. It implements a schema builder to generate GraphQL Schema using JPA EntityManager Api and instruments JPA Query Data Fetchers that transform GraphQL queries into JPA queries on the fly.
1414

1515
Your applications can now use GraphQL queries that smoothly follow references between JPA resources with flexible type safe criteria expressions and user-friendly SQL query syntax semantics i.e. query by page, where criteria expressions, select, order by etc.
1616

0 commit comments

Comments
 (0)