Skip to content

ORM support

JJaraM edited this page Mar 31, 2016 · 1 revision

Hibernate support

To use hibernate support is important to use the next dependency.

Maven

<dependency>
     <groupId>com.jjm</groupId>
     <artifactId>chameleon-jpa-support-hibernate</artifactId>
     <version>1.0-SNAPSHOT</version>
</dependency>

Gradle

compile 'com.jjm:chameleon-jpa-support-hibernate:1.0-SNAPSHOT'
Clone this wiki locally