-
Spring Security + Hibernate Annotation Example
In this tutorial, previous Spring Security + Hibernate4 XML example will be reused, and convert it to a annotation-based example.
阅读更多2019-08-18【[Java]】
-
Spring + Hibernate : No Session found for current thread
Integrates Spring 3 and Hibernate 4, the system shows the following message while performing database operation :
阅读更多2019-08-17【[Java]】
-
ClassNotFoundException: org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException
Spring + Hibernate4 integration, and transaction are managed by Spring AOP, example :
阅读更多2019-08-17【[Java]】
-
java.lang.ClassNotFoundException: org.hibernate.service.jta.platform.spi.JtaPlatform
Spring 3.2.x + Hibernate 4.3.x integration, hits JtaPlatform ClassNotFoundException, search the project classpath, find out that JtaPlatform is at different package?
阅读更多2019-08-17【[Java]】
-
Spring Security + Hibernate XML Example
In this tutorial, we will show you how to integrate Hibernate 4 in Spring Security, XML configuration example.
阅读更多2019-08-17【[Java]】
-
Combine Spring validator and Hibernate validator
In this article, we will show you how to validate the submitted form values with Spring validator and Hibernate Validator (bean validation).
阅读更多2019-08-17【[Java]】
-
JPA optimistic lock exception in Java Development
This post explains the JPA technology and its use in java development. Experts of java development India are explaining the use case of technologies- JPA and Hibernate, MySql database, Maven. Read this post and know what they want to say.
阅读更多2019-08-17【[Java]】
-
Spring Boot + Spring Data JPA + Oracle example
In this article, we will show you how to create a Spring Boot + Spring Data JPA + Oracle + HikariCP connection pool example.
阅读更多2019-08-11【[Java]】
-
Spring Boot Show Hibernate SQL query
Add the following lines in application.properties to log the Hibernate SQL query.
阅读更多2019-08-11【[Java]】
-
Spring Boot + Hibernate Search example
Here we will create a Spring Boot web application example with Hibernate Search + Thymeleaf template engine, and deploy it as a WAR to Wildfly 10.1.
阅读更多2019-08-11【[Java]】
-
Spring REST Validation Example
In this article, we will enhance the previous Spring REST Hello World example, by adding bean validation and custom validator.
阅读更多2019-08-11【[Java]】
-
Spring Boot + Spring data JPA + MySQL
The previous Spring Boot + Spring data JPA will be reused, modify to support MySQL database.
阅读更多2019-08-11【[Java]】
-
Spring Boot MySQL : Table DB_NAME.hibernate_sequence doesnt exist
Spring Boot + Spring Data JPA + MySQL, and hits the following error message when the application starts :
阅读更多2019-08-11【[Java]】
-
Spring Boot + Spring data JPA + PostgreSQL
The previous Spring Boot + Spring data JPA will be reused, modify to support PostgreSQL database.
阅读更多2019-08-11【[Java]】
-
MySQL / MariaDb + Hibernate XML Configuration Example
This tutorial shows you how to configure MySQL/MariaDB with Hibernate using XML Configuration. We demonstrate this by inserting a POJO into the database. This POJO and database are configured using XML Configuration.
阅读更多2019-08-10【[Java]】