Open Source Java Object-Relational Mapping (ORM) Software

Browse free open source Java Object-Relational Mapping (ORM) Software and projects below. Use the toggles on the left to filter open source Java Object-Relational Mapping (ORM) Software by OS, license, language, programming language, and project status.

  • Passwordless Authentication and Passwordless Security Icon
    Passwordless Authentication and Passwordless Security

    Identity is everything. Protect it with Duo.

    It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
    Get a Free Trial
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • 1
    Hibernate

    Hibernate

    An object relational-mapping (ORM) library for Java

    Hibernate is an Object/Relational Mapper tool. It's very popular among Java applications and implements the Java Persistence API. Hibernate ORM enables developers to more easily write applications whose data outlives the application process. As an Object/Relational Mapping (ORM) framework, Hibernate is concerned with data persistence as it applies to relational databases (via JDBC).
    Leader badge
    Downloads: 714 This Week
    Last Update:
    See Project
  • 2
    DataNucleus

    DataNucleus

    Java persistence using JDO, JPA or REST

    DataNucleus provides Java data persistence to a range of datastores using JDO/JPA/REST APIs. *** Note that code development is no longer on SourceForge (code on SourceForge is for versions up to 3.3.5 only) ***
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    POJava is a simple, light-weight Java-based API for data processing and development. It includes an immutable DateTime object capable of parsing free-form dates in multiple languages and formats, and a variety of utilities for data transformation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    QueryObjectFactory (QOF) is a lightweight runtime JDBC byte-code generator providing support for CRUD (create, retrieve, update and delete) operations and stored procedure calls. It uses Java annotations to define mappings and is fully OSGi ready.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    A java assignment submission system which lets students to turn in their assignments and perform compilation and unit testing. Faculty members can evaluate submissions and grade.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    AutoDAO is a Generic DAO on steroids implementation for Java with Hibernate support, annotation-driven configuration, tight Spring Framework integration and zero persistence code required for most common query types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A powerful 100% JAVA flat file processing ORM framework. Giving the ability to abstract the processing of flat files from business logic, using Hibernate style mapping constructs. Supports fixed length and delimited (e.g CSV) file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Criteria2JPQL API is an adaptation of the powerful Hibernate Criteria API to standard JPA API enabling the compatibility with any orm tool. Against the native SQL queries created by Hibernate Criteria, Criteria2JPQL outputs standard JPQL queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    DBXDroid

    Simple ORM Library for Android SQLite Database

    This is android library to simplify Android SQlite Database It become very tedious to write large Android SQLite Open helper for simple database usage. So I developed this library to create android databases very easily using straight forward functions. Github Project https://github.com/adityakamble49/DBXDroid Refer DBXDroidDemo for Full Demo https://github.com/adityakamble49/DBXDroidDemo
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private DBNumber uidMyTable = new DBNumber(); } Easy Gets: List<MyTable> myRows = myDB.get(new MyTable()); MyTable row = myDB.getDBTable(new MyTable()).getByPrimaryKey(61176904); Natural and Outer Joins and Criteria: CarCo carCo = new CarCo(); carCo.name.isLiterally("GM"); List<DBQueryRow> results = myDB.get(carCo, new Marque()); dbQuery.addOptional(new CarModel()); Easy debugging: query.getSQLForQuery(); Simple processing: db.print(query.getAllRows()); List<Marque> marques = query.getAll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    DtoManager

    Java DTO Manager/Converter

    This java component will help you to convert JPA entities to DTO/View classes and vise versa. Can be very helpfull when developing GWT backend services or backend services for Flex apps, or REST services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A data supporter library for developing hibernate ready applications with an easy to write dao code preventing session problems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JPA-XJC is a JAXB 2.1 XJC plugin for annotating schema derived classes with Java persistence annotations. It does not generate code depending on libraries other than JPA 1.0 and does not introduce non-standard customization elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Librería diseñada para reducir la codificación en la implemenatción del patrón DataAccessObject con JPA
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    As of 03/2017, this project is moved to GitHub: https://github.com/cyberborean/rdfbeans ---- A simple Java-to-RDF databinding framework for transparent mapping JavaBean-like objects to RDF resources and vice versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    RapidJDBC

    RapidJDBC - Java library for easier JDBC and SQL development

    A JDBC wrapper build on AspectJ interceptors. Annotation based solution. Also provides a simple ORM for entities. For information please visit homepage or read readme.md file from source and release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A java WEB B/S development framework. Include: Database Operation, Template Operation, Form Operation, Flow Operation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Simple Hibernate Data Handler

    This library package allows developers to access DB in a easy way.

    [NO LONGER UPDATED] The Simple Hibernate Data Handler implements a basic interface for CRUD, suportting HQL, Named Queries and SQL. Stupidly simple for Hibernate ORM 4. Extend a BasicCrud class and enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Sloth Beans
    SlothBeans is a technology for accessing Oracle Objects (table, view, package) by binding it to Java types
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Sormula

    Java ORM

    Simple (Easy) Object Relational Mapping for Java Sormula is a Java library that moves data between Java objects and relational database tables. * Easy to Use * Simple to Understand * Minimal Configuration * Portable It provides select, insert, update, and delete, and many other common operations. One-to-one and one-to-many cascading for unlimited levels. Simplified IN operator parameter as java.util.Collection. Custom conversions between any Java class/type and column type. * Works with any relational database. Tested with H2, HSQLDB, Derby, SQLiteJDBC, MySQL, MariaDB, Firebird, DB2, Oracle 11g, PostgreSQL. * Performs as fast as plain JDBC. Performs faster than plain JDBC when caching is enabled. * Zero-configuration, zero-annotation use is possible. * Active record pattern may be used but is not required. Maven <dependency> <groupId>org.sormula</groupId> <artifactId>sormula</artifactId> <version>4.3</version> </dependency>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ThinkJava

    ThinkJava

    a Java ORM framework focusing on simple and rapid development

    Now the project is renamed to 'Koru' and the files has been moved to koru project. To get the latest files please visit: https://sourceforge.net/projects/koru/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Geen provides set of classes useful for java web development such as DAO classes implementations, web filters, Hibernate user type, etc. It provides all layers of application supporting spring and hibernate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    jEasyORM

    Simple Java ORM

    Simple small extensible object relational mapper with database independent key generation and paging
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jPersist is an object-relational persistence API with automatic mapping, and based on the ActiveRecord and DataMapper patterns. jWebApp is an MVC web application framework. Both are configuration and annotation free and can be learned in minutes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Jkniv is set of Java libraries to help software development. A Switzerland penknife (kniv). sqlegance, whinstone, SAP Java Connector (JCo) with Apache Camel, JAAS for hybrid authentication and authorization for Glassfish server. You can fork us: - jkniv-whinstone on https://github.com/alisson-gomesc/jkniv - jkniv-jaas on https://github.com/alisson-gomesc/jkniv-jaas - jkniv-camel-sap-jco3 on https://github.com/alisson-gomesc/jkniv-camel
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.