kundera icon indicating copy to clipboard operation
kundera copied to clipboard

A JPA 2.1 compliant Polyglot Object-Datastore Mapping Library for NoSQL Datastores.Please subscribe to:

Results 100 kundera issues
Sort by recently updated
recently updated
newest added

I don't understand why this place is looping instead of one query,It's pointless to sort by looping [L388-L398](https://github.com/Impetus/Kundera/blob/268958ab1ec09d14ec4d9184f0c8ded7a9158908/src/jpa-engine/core/src/main/java/com/impetus/kundera/query/QueryImpl.java#L388-L398) ```java private List findUsingLucene(EntityMetadata m, Client client, Object[] primaryKeys) { xxxxx for...

Hi, I'm using kundera-cassandra-ds-driver v3.13 in my project. When I start my application I get an error -- Detected Guava < 19 in the classpath, using legacy compatibility layer ....

Hello, Your project uses some dependencies with CVEs. I found that the buggy methods of the CVEs are in the program execution path of your project, which makes your project...

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

Hello My entity is configured with `@Access(AccessType.PROPERTY)`, i.e. ```java @Access(AccessType.PROPERTY) public class MyEntity{ private String id; @Id @GeneratedValue public String getId(){ return id; } public void setId(String id){ this.id=id; }...

Is that possible with columnar storage manager?

Hi!! Thanks so much for your work!! I think something is wrong: Entity: @Entity @Table(name = "test") public class DocumentEntity{ @Id @GeneratedValue(strategy = GenerationType.TABLE) private Integer id; @Column(nullable = false)...

i use the hbase2.1.3 ,the class HTablePool is already not useful

Hi, Since Cassandra 3.4, LIKE queries can be achieved using a SSTable Attached Secondary Index (SASI). JPQL supports the SQL LIKE operator to provide a limited form of string pattern...