HHH-13755 Update Hibernate Gradle plugin in the documentation
This commit is contained in:
parent
7daf67172a
commit
ca782f64b2
|
@ -1,3 +1,5 @@
|
|||
apply plugin: 'org.hibernate.orm'
|
||||
|
||||
ext {
|
||||
hibernateVersion = 'hibernate-version-you-want'
|
||||
}
|
||||
|
@ -9,7 +11,9 @@ buildscript {
|
|||
}
|
||||
|
||||
hibernate {
|
||||
enhance {
|
||||
// any configuration goes here
|
||||
}
|
||||
enhance {
|
||||
enableLazyInitialization = true
|
||||
enableDirtyTracking = true
|
||||
enableAssociationManagement = true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue