BAEL-21545 POM Properties Cleanup

- Cleanup of persistence-modules submodules cleanup
This commit is contained in:
Dhawal Kapil
2020-01-27 00:40:23 +05:30
parent e8e0af1b87
commit 7daccf46a9
52 changed files with 61 additions and 521 deletions

View File

@@ -1,4 +1,4 @@
package com.baeldung.fetchMode;
package com.baeldung.hibernate.fetchMode;
import org.hibernate.annotations.Fetch;
import org.hibernate.annotations.FetchMode;

View File

@@ -1,4 +1,4 @@
package com.baeldung.fetchMode;
package com.baeldung.hibernate.fetchMode;
import javax.persistence.*;