Skip to content

Commit ec161c1

Browse files
committed
rebase main -> 7.0
1 parent 1336286 commit ec161c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migration-guide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ All such cases though are already controllable by the application.
135135

136136
The effect can also often be mitigated using Hibernate's bytecode-based laziness (possibly combined with `@ConcreteProxy`).
137137

138-
* Removed `org.hibernate.Session#refresh(String entityName, Object object)` in favor of `org.hibernate.Session#refresh(Object object)`
139-
* Removed `org.hibernate.Session#refresh(String entityName, Object object, LockOptions lockOptions)` in favor of `org.hibernate.Session#refresh(Object object, LockOptions lockOptions)`
140138

141139
[[flush-persist]]
142140
== Session flush and persist
@@ -267,6 +265,8 @@ XML processing.
267265
* Removed `@SelectBeforeUpdate`
268266
* Removed `org.hibernate.Session#delete` in favor of `org.hibernate.Session#remove`
269267
* Removed `org.hibernate.annotations.CascadeType.DELETE` in favor of `org.hibernate.annotations.CascadeType#REMOVE`
268+
* Removed `org.hibernate.Session#refresh(String entityName, Object object)` in favor of `org.hibernate.Session#refresh(Object object)`
269+
* Removed `org.hibernate.Session#refresh(String entityName, Object object, LockOptions lockOptions)` in favor of `org.hibernate.Session#refresh(Object object, LockOptions lockOptions)`
270270
* Removed the attribute value from `@DynamicInsert` and `@DynamicUpdate`
271271
* Removed `org.hibernate.integrator.spi.Integrator#integrate(Metadata,SessionFactoryImplementor,SessionFactoryServiceRegistry)` in favor of `org.hibernate.integrator.spi.Integrator#integrate(Metadata,BootstrapContext,SessionFactoryImplementor)`
272272
* Removed `org.hibernate.Interceptor#onLoad(Object, Serializable, Object[] , String[] , Type[] )` in favour of `org.hibernate.Interceptor#onLoad(Object, Object, Object[], String[], Type[] )`

0 commit comments

Comments
 (0)