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
See the link:{userGuideBase}#QuerySpecification[User Guide] for details.
@@ -173,6 +178,11 @@ See the link:{userGuideBase}#QuerySpecification[User Guide] for details.
173
178
174
179
The new operation `Session.getManagedEntities()` allows the application to iterate over all entities in the first-level cache, or over all entities of a given type.
175
180
181
+
[NOTE]
182
+
====
183
+
This feature is considered incubating.
184
+
====
185
+
176
186
177
187
[[enum-checks]]
178
188
== Converted Enums and Check Constraints
@@ -224,6 +234,11 @@ entity.
224
234
225
235
Second, it allows mixing of explicit and implicit value strategies.
226
236
237
+
[NOTE]
238
+
====
239
+
This feature is considered incubating.
240
+
====
241
+
227
242
See the link:{userGuideBase}#associations-any[User Guide] for details.
228
243
229
244
@@ -232,6 +247,11 @@ See the link:{userGuideBase}#associations-any[User Guide] for details.
232
247
233
248
`StatelessSession` now supports explicit batch operations via `insertMultiple()`, `updateMultiple()`, or `deleteMultiple()`.
0 commit comments