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

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

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