Apache Empire-db: Difference between revisions

Content deleted Content added
m Fix link to Java portal (via WP:JWB)
Link to specific version
Tags: Mobile edit Mobile web edit
Line 16:
| programming language = [[Java (programming language)|Java]]
| genre = [[Persistence Framework]]
| license = [[Apache License]] 2.0]]
| website = {{url|//empire-db.apache.org/}}
}}
 
'''Apache Empire-db''' is a Java library that provides a high level object-oriented API for accessing [[relational database management system]]s (RDBMS) through [[JDBC]]. Apache Empire-db is open source and provided under the [[Apache License 2.0 license]] from the [[Apache Software Foundation]].
 
Compared to [[Object-relational mapping]] (ORM) or other data persistence solutions such as [[Hibernate (Java)|Hibernate]], [[iBATIS]] or [[TopLink]] Empire-db does not use XML files or Java annotations to provide a mapping of plain (old) Java object ([[POJO]]'s) to database tables, views and columns. Instead Empire-db uses a Java object model to describe the underlying data model and an API that works almost solely with object references rather than [[string literal]]s.