https://github.com/kaliv0/custom_orm_in_java
https://github.com/kaliv0/custom_orm_in_java
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaliv0/custom_orm_in_java
- Owner: kaliv0
- License: mit
- Created: 2022-10-19T23:22:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T20:06:45.000Z (over 2 years ago)
- Last Synced: 2024-12-26T15:11:48.754Z (5 months ago)
- Language: Java
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.