-
Notifications
You must be signed in to change notification settings - Fork 0
ORM support
JJaraM edited this page Mar 31, 2016
·
1 revision
To use hibernate support is important to use the next dependency.
<dependency>
<groupId>com.jjm</groupId>
<artifactId>chameleon-jpa-support-hibernate</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
compile 'com.jjm:chameleon-jpa-support-hibernate:1.0-SNAPSHOT'