An open API service indexing awesome lists of open source software.

https://github.com/kaliv0/custom_orm_in_java


https://github.com/kaliv0/custom_orm_in_java

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Custom_ORM_in_Java

This repository contains a simple Hibernate-like Object-Relational Mapper written in Java
with extensive use of custom Annotations and Reflection.


The tool supports creating tables, seeding them with data,
querying, updating and deleting values and dropping tables.