Search code examples
javahibernatepersistenceentity-attribute-value

Java Frameworks that support Entity-Attribute-Value Models


I am interested in developing a portal-based application that works with EAV models and would like to know if there are any Java frameworks that aid in this type of development?

salesforce.com uses EAV and currently has twenty tables. The framework I seek should allow it to be configurable to different EAV implementations


Solution

  • Sesame is a more modern RDF API compared to Jena. RDF can be seen as a variant of the EAV model.

    The framework I seek should allow it to be configurable to different EAV implementations

    Both Jena and Sesame are available as API layers for many RDF storage engines.