Models
Table Class
@Table(tableName = "author", dataEntryClass = AuthorDE.class) public class Author implements Ser...
DataEntry Class
Data Entry class encloses the table class. This is to differentiate the meta data from the actual...
Connection
@Conn("AUTHORED") public class AuthoredConnection extends Connection<BookDE, AuthorDE>{ publi...
Indexing
Currently there are 2 index types, Tree and Trie. Trie Index Supported value types: String Hea...