Hash Relational Mapping
Or HashRelMap is a java-based database mapping mechanism I have developed which uses multi-dimensional hash-maps to store the results of join queries. For those familiar with ORM such as Hibernate and JPA queries are stored in Pojo object. With this method queries are stored in multi-dimensional hash-maps. More details to follow.