You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: grails-datastore-gorm-hibernate5/src/main/groovy/org/grails/orm/hibernate/proxy/HibernateProxyHandler.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public class HibernateProxyHandler implements ProxyHandler, ProxyFactory {
39
39
40
40
/**
41
41
* Check if the proxy or persistent collection is initialized.
42
-
* @inheritDoc
42
+
* {@inheritDoc}
43
43
*/
44
44
@Override
45
45
publicbooleanisInitialized(Objecto) {
@@ -48,7 +48,7 @@ public boolean isInitialized(Object o) {
48
48
49
49
/**
50
50
* Check if an association proxy or persistent collection is initialized.
Copy file name to clipboardExpand all lines: grails-datastore-gorm-hibernate5/src/main/groovy/org/grails/orm/hibernate/support/HibernateVersionSupport.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ public static FlushMode getFlushMode(Session session) {
51
51
/**
52
52
* Set the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.
53
53
* @param session the Hibernate Session to get the flush mode from
54
-
* @return the FlushMode (never {@code null})
55
54
* @since 4.3
56
55
* @deprecated Previously used for Hibernate backwards, will be removed in a future release.
0 commit comments