All Projects → xpinjection → Hibernate Basics

xpinjection / Hibernate Basics

Samples for "Hibernate, how the magic is really done?" talk

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Hibernate Basics

Hibernate Performance
Samples for "Hibernate performance tuning" talk
Stars: ✭ 87 (+97.73%)
Mutual labels:  orm, hibernate, jpa, persistence
Query Validator
Compile time validation for HQL and JPQL queries in Java code
Stars: ✭ 70 (+59.09%)
Mutual labels:  orm, hibernate, jpa, persistence
Hibernate Reactive
A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
Stars: ✭ 167 (+279.55%)
Mutual labels:  orm, hibernate, jpa
Hunt Entity
An object-relational mapping (ORM) framework for D language (Similar to JPA / Doctrine), support PostgreSQL and MySQL.
Stars: ✭ 51 (+15.91%)
Mutual labels:  orm, hibernate, jpa
Jeddict
Jakarta EE 8 (Java EE) & MicroProfile 3.2 application generator and modeler
Stars: ✭ 358 (+713.64%)
Mutual labels:  orm, hibernate, jpa
Hibernate Springboot
Collection of best practices for Java persistence performance in Spring Boot applications
Stars: ✭ 589 (+1238.64%)
Mutual labels:  hibernate, jpa, persistence
Jooq
jOOQ is the best way to write SQL in Java
Stars: ✭ 4,695 (+10570.45%)
Mutual labels:  orm, hibernate, jpa
Jplusone
Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general
Stars: ✭ 91 (+106.82%)
Mutual labels:  orm, hibernate, jpa
Spring Kotlin Exposed
playground for spring-boot 2.*, kotlin , jetbrains-exposed, postgres, jsonb, flyway, docker
Stars: ✭ 106 (+140.91%)
Mutual labels:  orm, hibernate, jpa
Hibernate Orm
Hibernate's core Object/Relational Mapping functionality
Stars: ✭ 4,806 (+10822.73%)
Mutual labels:  orm, hibernate, jpa
Atom
Java course materials
Stars: ✭ 293 (+565.91%)
Mutual labels:  hibernate, jpa
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (+534.09%)
Mutual labels:  hibernate, jpa
Easyee
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
Stars: ✭ 275 (+525%)
Mutual labels:  hibernate, jpa
spring-data-requery
Spring Data with Requery
Stars: ✭ 43 (-2.27%)
Mutual labels:  orm, jpa
Android Orm Benchmark
Performance comparison of Android ORM Frameworks
Stars: ✭ 318 (+622.73%)
Mutual labels:  orm, persistence
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+602.27%)
Mutual labels:  hibernate, jpa
Micronaut Data
Ahead of Time Data Repositories
Stars: ✭ 352 (+700%)
Mutual labels:  hibernate, jpa
FluentJPA
Fluent API for writing typesafe SQL queries in Java for JPA.
Stars: ✭ 87 (+97.73%)
Mutual labels:  jpa, hibernate
Hibernate Search
Hibernate Search: full-text search for domain model
Stars: ✭ 382 (+768.18%)
Mutual labels:  orm, hibernate
Sled
the champagne of beta embedded databases
Stars: ✭ 5,423 (+12225%)
Mutual labels:  orm, persistence

This is a set of samples for basic features of Hibernate covered in "Hibernate, how the magic is really done?".

Slides and video may be found here: http://jeeconf.com/program/hibernate-how-the-magic-is-really-done/.

You are free to use and distribute them as is if you promise to run tests and understand how things work under the hood. ;)

== TECHNICAL DETAILS ==

If you want to run tests you should add VM option: -Drun-tests=true.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].