https://github.com/iamsrivastava/hibernate-with-java-se
https://github.com/iamsrivastava/hibernate-with-java-se
hibernate hibernate-orm java javase mysql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamsrivastava/hibernate-with-java-se
- Owner: iamsrivastava
- Created: 2017-10-12T18:05:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T19:05:51.000Z (over 7 years ago)
- Last Synced: 2025-03-17T01:14:39.741Z (3 months ago)
- Topics: hibernate, hibernate-orm, java, javase, mysql
- Language: Java
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup Hibernate with Java Standard Edition.
I want to setup hibernate as my ORM and JPA Provider with Java SE
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
You need to install following software on your machine
```
1. Java
2. Mysql
3. Maven
4. An IDE
```### Installing
I am sure, you already install all above required tools.
```
mvn clean install
```## Built With
* [Hibernate](https://mvnrepository.com/artifact/org.hibernate/hibernate-core/5.2.11.Final) - Core Hibernate O/RM Functionality
* [Mysql Driver](https://mvnrepository.com/artifact/mysql/mysql-connector-java/6.0.6) - MySQL Connector
* [Maven](https://maven.apache.org/) - Dependency Management## Authors
* **Ashish Srivastava** - *Initial work* - [iamsrivastava](https://github.com/iamsrivastava)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Hat tip to anyone who's code was used