I'd like to use Jena but not with TDB nor SDB, I already have a custom Triples Database (currently persistence is done with Cassandra).
Can I use Jena to load / manipulate RDF models from input and store them on my custom DB?
In other words: What glues together TDB with Jena, and can I intervene in this glue by implementing some interface(s) using my custom DB?