astyanax icon indicating copy to clipboard operation
astyanax copied to clipboard

EntityMapper: Consider fields in parent class (with tests)

Open julienayme opened this issue 11 years ago • 2 comments

  • Modifies EntityMapper so that it considers annotated fields in parent classes recursively. Only parent classes annotated with @MappedSuperClass or @Entity are considered. Comes with tests. Slightly different than #248 .
  • Also added new optimized Serializers for Double[] and Integer[] types.
  • Fix bug in DefaultEntityManager#visitAll when using Murmur3Partitioner. (same as #294 )

julienayme avatar May 16 '13 07:05 julienayme

Fix bug in DefaultEntityManager#visitAll when using Murmur3Partitioner, (same as #294 ). On this topic, shouldn't the default partitioner be removed from AllRowReader? (Leave the default to null, retrieved from the keyspace).

julienayme avatar May 16 '13 11:05 julienayme

:+1:

ghost avatar Jul 03 '13 17:07 ghost