Easy-Cassandra 1.0.9 Final : With annotations inheritance, jpa and JPQL

23 views
Skip to first unread message

Otávio Gonçalves de Santana

unread,
May 26, 2012, 11:52:13 AM5/26/12
to easy-ca...@googlegroups.com

This version has the improvements below:

  • Supporting at jpa 2.0 annotation
  • Query with objects
  • Version to retrieve the timestamp of the object
  • Using the JPQL
  • now supported inheritance

Or using maven:

<dependency>
        <groupId>org.easycassandra</groupId>
        <artifactId>EasyCassandra</artifactId>
        <version>1.0.9</version>
   </dependency>

   <dependency>
    <groupId>org.ow2.spec.ee</groupId>
    <artifactId>ow2-jpa-2.0-spec</artifactId>
    <version>1.0.11</version>
</dependency>

   <!-- other dependencies -->

   </dependencies>

 <repositories>
  <!-- other repositories -->
    <repository>
        <id>easycassandra</id>
        <url>http://otaviojava.googlecode.com/svn/repository/</url>
    </repository>
  </repositories>
Reply all
Reply to author
Forward
0 new messages