@unpublished{eprints1475, year = {2010}, title = {Decibell: A novel approach to the ORM software in Java}, author = {Haralambos Chomenides and Pantelis Sopasakis and Haralambos Sarimveis}, booktitle = {5th Conference of the Hellenic Free Open-Source Software (FOSS) Community}, url = {http://eprints.imtlucca.it/1475/}, abstract = {DeciBell is an open source and free tool developed to tackle in a uniform and structured way the problem of Java and SQL cooperation (available at http://github.com/hampos/DeciBell). In DeciBell, Java classes are related to relational database entities automatically and in a transparent way as far as the background operations are concerned. So, on one hand, non-expert users can work on Java code exclusively while expert ones are able to focus on more algorithmic aspects of the problem they try to solve rather than be wasted with trivial database management issues. In contrast to the existing O.R.M. programs, DeciBell does not require any configuration files or composite query structures, but only a proper annotation of certain fields of the classes. This annotation is carried out by means of the Java Annotations which is a modern trend in Java programming. Among its supported facilities, DeciBell supports primary keys (single and multiple), foreign keys, constraints, one-to-one, one- to-many, and many-to-many relations and all these using pure Java predicates and no SQL or other Query Languages.} }