Last Version

ORM fetch DSL 0.2.0

A DSL for specifying the eager fetch columns and relations in ORM queries.

License

License

Categories

Categories

Ebean Data ORM
GroupId

GroupId

com.github.ykrasik
ArtifactId

ArtifactId

ebean-fetch-dsl
Version

Version

0.2.0
Type

Type

jar
Description

Description

ORM fetch DSL
A DSL for specifying the eager fetch columns and relations in ORM queries.
Project URL

Project URL

https://github.com/ykrasik/orm-fetch-dsl
Source Code Management

Source Code Management

https://github.com/ykrasik/orm-fetch-dsl

Download ebean-fetch-dsl 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.ykrasik/ebean-fetch-dsl/ -->
<dependency>
    <groupId>com.github.ykrasik</groupId>
    <artifactId>ebean-fetch-dsl</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykrasik/ebean-fetch-dsl/
implementation 'com.github.ykrasik:ebean-fetch-dsl:0.2.0'
// https://jarcasting.com/artifacts/com.github.ykrasik/ebean-fetch-dsl/
implementation ("com.github.ykrasik:ebean-fetch-dsl:0.2.0")
'com.github.ykrasik:ebean-fetch-dsl:jar:0.2.0'
<dependency org="com.github.ykrasik" name="ebean-fetch-dsl" rev="0.2.0">
  <artifact name="ebean-fetch-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykrasik', module='ebean-fetch-dsl', version='0.2.0')
)
libraryDependencies += "com.github.ykrasik" % "ebean-fetch-dsl" % "0.2.0"
[com.github.ykrasik/ebean-fetch-dsl "0.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
com.github.ykrasik : fetch-dsl-core jar 0.2.0
org.avaje.ebeanorm : avaje-ebeanorm jar 3.2.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.