License |
License |
---|---|
GroupId | GroupIdcom.introproventures |
ArtifactId | ArtifactIdgraphql-jpa-query |
Last Version | Last Version0.4.19 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGraphQL JPA Query
GraphQL JPA Query library auto-generates GraphQL Schema using JPA's EntityManager
and implements GraphQL Relay protocol to execute JPA queries with flexible type safe
criteria expressions and user-friendly SQL query syntax semantics.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graphql-jpa-query-0.4.19.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query/ -->
<dependency>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query</artifactId>
<version>0.4.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query/
implementation 'com.introproventures:graphql-jpa-query:0.4.19'
// https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query/
implementation ("com.introproventures:graphql-jpa-query:0.4.19")
'com.introproventures:graphql-jpa-query:pom:0.4.19'
<dependency org="com.introproventures" name="graphql-jpa-query" rev="0.4.19">
<artifact name="graphql-jpa-query" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.introproventures', module='graphql-jpa-query', version='0.4.19')
)
libraryDependencies += "com.introproventures" % "graphql-jpa-query" % "0.4.19"
[com.introproventures/graphql-jpa-query "0.4.19"]