100 Commits

Author SHA1 Message Date
Doha2012
7525544e09 use standard logback.xml (#1666)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml
2017-04-17 18:41:23 +02:00
Grzegorz Piwowarek
cb9c16a533 Optimize build (#1592)
* Optimize build

* Optimize build
2017-04-05 09:20:39 +02:00
Grzegorz Piwowarek
71e0d80096 Move @immutable examples to spring-hibernate5 (#1350) 2017-03-09 21:03:37 +01:00
Walter Gómez
273394fe4e Hibernate immutable (#1333)
* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article

* Create README.md

* Update README.md

* Migrate hibernate-immutable to spring-hibernate-4
Include integration test
Add immutable.cfg.xml
Include util for configuration

* Remove project for hibernate-immutable
2017-03-09 14:06:51 +01:00
Chima Ejiofor
0bbfa1e10b Modification to Model Hibernate One to Many Tutorial (#1132)
* Modifications to model on Hibernate One to manyTutorial

* Modifications to model on Hibernate One to manyTutorial

* Modifications to model on Hibernate One to manyTutorial
2017-02-08 16:35:33 +01:00
maibin
ffd17c1b21 Fix the Hibernate4 issues (#1106)
* Binary genetic algorithm

* Fix the junit tests conflict
2017-02-04 18:47:30 +01:00
eugenp
bd6fe7269e minor cleanup work - formatting 2017-02-04 14:14:23 +02:00
Chima Ejiofor
cd921fe6d3 Fixed Unit Test for hibernate one to many 2017-02-03 23:59:07 +01:00
Mobi Blunt
c350e8b423 Fix to Unit test for Hibernate one to many (#1085)
* Fix to Unit tests for Hibernate one to many

* Fixed Unit test for hibernate one to many mapping tutorial

* Fixed Unit test for Hibernate one to many mapping tutorial

* Fixed Unit test for Hibernate one to many mapping Tutorial

* Fixed Unit Test for Hibernate one to many mapping Tutorial

* Unit test for Hibernate One to many Tutorial
2017-02-02 17:23:24 +01:00
maibin
1e74f9dbe8 Fix to Hibernate4 module (#1071)
* How to work with dates in Thymeleaf

* Fixes in PR for Thymeleaf

* Changes to i18n

* Resolved issue with i18n
2017-01-29 16:22:27 +01:00
Mobi Blunt
d472a7dfa0 Hibernate one to many Tutorial (#1050)
* First Commit

* Second Commit for Guide to JGit

* Hibernate many to one example

* added test units to hibernate one to many tutorial
2017-01-28 09:16:00 +01:00
DOHA
3c2b0ca141 upgrade and cleanup 2016-12-07 14:51:06 +02:00
Grzegorz Piwowarek
c29601db41 Refactor Bar.java 2016-11-05 12:12:32 +00:00
DOHA
199fdf2198 configure integration test 2016-10-18 19:16:53 +02:00
eugenp
856be0a08a formatting work 2016-10-12 08:02:05 +03:00
Grzegorz Piwowarek
6e5de2fb36 Remove invalid import 2016-08-18 21:43:46 +02:00
Grzegorz Piwowarek
2c18c48803 Refactor Lazy/Eager loading examples 2016-08-18 20:25:12 +02:00
Grzegorz Piwowarek
779188929a Refactor Lazy/Eager loading examples 2016-08-18 20:24:52 +02:00
Grzegorz Piwowarek
2675cbef0f Refactor Lazy/Eager loading examples 2016-08-18 19:05:38 +02:00
Grzegorz Piwowarek
6973039ea9 Refactor Lazy/Eager loading examples 2016-08-18 19:04:17 +02:00
PRITAM BANERJEE
b47d6543f2 Annotation Based Fetching (#617)
* BAEL-212
Contains:
1. Hibernate Criteria Query Classes
2. Hibernate Criteria Query Test

* Updating the config file and the HibernateUtil class

* Hibernate Criteria Queries Example

* Hibernate Fetching : Eager Loading vs Lazy Loading

* Hibernate Criteria Query files

* Hibernate Eager Loading and Lazy Loading Changes

* Latest Changes on Fetching

* Fetching Changes

* Latest Changes

* Latest Changes

* Undoing the changes

* Annotation based changes on Hibernate Fetching
2016-08-18 10:46:05 +02:00
PRITAM BANERJEE
6c062ca19e Hibernate Fetching Update (#607)
* BAEL-212
Contains:
1. Hibernate Criteria Query Classes
2. Hibernate Criteria Query Test

* Updating the config file and the HibernateUtil class

* Hibernate Criteria Queries Example

* Hibernate Fetching : Eager Loading vs Lazy Loading

* Hibernate Criteria Query files

* Hibernate Eager Loading and Lazy Loading Changes

* Latest Changes on Fetching

* Fetching Changes

* Latest Changes

* Latest Changes

* Undoing the changes
2016-08-17 07:19:34 +02:00
Grzegorz Piwowarek
414821e5ba Refactor Eager Loading vs Lazy Loading 2016-08-12 09:29:31 +02:00
PRITAM BANERJEE
e5c5b89755 Eager Loading vs Lazy Loading (#600)
* BAEL-212
Contains:
1. Hibernate Criteria Query Classes
2. Hibernate Criteria Query Test

* Updating the config file and the HibernateUtil class

* Hibernate Criteria Queries Example

* Hibernate Fetching : Eager Loading vs Lazy Loading

* Hibernate Criteria Query files

* Hibernate Eager Loading and Lazy Loading Changes
2016-08-12 09:06:19 +02:00
Grzegorz Piwowarek
da2ef4f4e7 Move hbm files to resources folder 2016-08-10 11:48:21 +02:00
PRITAM BANERJEE
ee0e14e590 Hibernate Criteria Query (#592)
* BAEL-212
Contains:
1. Hibernate Criteria Query Classes
2. Hibernate Criteria Query Test

* Updating the config file and the HibernateUtil class

* Hibernate Criteria Queries Example

* Hibernate Fetching : Eager Loading vs Lazy Loading

* Hibernate Criteria Query files
2016-08-10 11:36:14 +02:00
Sergey Petunin
d0e35e7022 Added test examples for the article "Hibernate: save, persist, update, merge, saveOrUpdate" (#487) 2016-07-10 22:28:34 +02:00
Slavisa Baeldung
30f00a34af BAEL-65 - moving from sout to logger 2016-07-07 15:43:53 +02:00
GuenHamza
7eb04b4ea5 Added Foo stored procedures tests 2016-07-07 03:32:37 +00:00
GuenHamza
95e6cb16d7 Added named queries to Foo Model 2016-07-07 03:30:06 +00:00
GuenHamza
ff4b5d26b0 Removed SQL file, to move to resources folder 2016-07-07 03:28:12 +00:00
GuenHamza
2fff05a4b5 Added SQL file to insert stored procedures in the MySQL database 2016-07-07 03:27:03 +00:00
GuenHamza
551272306e Added SQL file to insert stored procedures in the MySQL database 2016-07-07 03:25:28 +00:00
DOHA
a6768e6a9d minor fix 2016-04-09 18:32:49 +02:00
DOHA
e6cc0bb722 upgrade to tomcat8 2016-01-31 19:36:30 +02:00
DOHA
e2527695e6 upgrade to tomcat 8.0.30 2016-01-31 19:08:02 +02:00
eugenp
95e2d063f4 general formatting work 2016-01-30 12:01:41 +02:00
David Morley
226e23b603 Rename package to conform to standards 2016-01-20 21:04:35 -06:00
Alexander Odinets
a19854cceb Audit with JPA callbacks, Hibernate Envers and Spring Data JPA 2015-12-30 16:56:51 +03:00
eugenp
416302f950 maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
eugenp
5dcca02c96 formatting work 2015-07-23 17:13:49 +03:00
eugenp
a1e7be16b8 formatting cleanup 2015-07-23 16:54:23 +03:00
eugenp
1e36d212d1 spring updates 2014-09-15 14:26:17 +03:00
eugenp
464a60eade cleanup work 2014-08-13 20:57:48 +03:00
eugenp
af81fa53ac registration project work 2014-08-13 12:10:29 +03:00
eugenp
c1de3ea8a3 making non-deployable projects jar type 2014-08-06 20:48:05 +03:00
eugenp
120da93492 persistence cleanup work 2014-07-12 12:47:24 +03:00
egmp777
00fe1b2a6f Same code just un-commented lines
Uncommented lines to populate database in the tes
2014-05-13 09:48:28 -05:00
egmp777
27ab504a90 Latest Changes as of May 13th
Added utility class for data creation (populating tables).
Eliminated hbm.xml files
Fixed the strange “id bug” with Foo
Eliminated the bar_id field from the Foo class
2014-05-13 09:42:24 -05:00
eugenp
a9738345e8 small cleanup work 2014-05-11 16:17:22 +03:00