Hi guys, I need to subclass both ClassMetaData and FieldMetaData in our plugin. I've attempted to emulate the code in the JDBC plugin, however I'm not having any success. Can anyone give me some instructions on how to do this? Here are the relevant classes.
https://github.com/riptano/hector-jpa/blob/subclasses/src/main/java/com/datastax/hectorjpa/store/CassandraProductDerivation.java https://github.com/riptano/hector-jpa/blob/subclasses/src/main/java/com/datastax/hectorjpa/store/CassandraStoreConfiguration.java https://github.com/riptano/hector-jpa/blob/subclasses/src/main/java/com/datastax/hectorjpa/store/CassandraMetaDataRepository.java Thanks, Todd
