Skip to content

Commit 42c2061

Browse files
committed
prep 7.0 CR1
1 parent 825631a commit 42c2061

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

whats-new.adoc

+21-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ class Person {
9090
}
9191
----
9292

93+
[NOTE]
94+
====
95+
This feature is considered incubating.
96+
====
97+
9398
See the link:{userGuideBase}#embeddable-column-naming[User Guide] for details.
9499

95100

@@ -162,7 +167,7 @@ MutationQuery<Book> qry = MutationSpecification.create(
162167

163168
[NOTE]
164169
====
165-
These APIs are considered incubating.
170+
This feature is considered incubating.
166171
====
167172

168173
See the link:{userGuideBase}#QuerySpecification[User Guide] for details.
@@ -173,6 +178,11 @@ See the link:{userGuideBase}#QuerySpecification[User Guide] for details.
173178

174179
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.
175180

181+
[NOTE]
182+
====
183+
This feature is considered incubating.
184+
====
185+
176186

177187
[[enum-checks]]
178188
== Converted Enums and Check Constraints
@@ -224,6 +234,11 @@ entity.
224234

225235
Second, it allows mixing of explicit and implicit value strategies.
226236

237+
[NOTE]
238+
====
239+
This feature is considered incubating.
240+
====
241+
227242
See the link:{userGuideBase}#associations-any[User Guide] for details.
228243

229244

@@ -232,6 +247,11 @@ See the link:{userGuideBase}#associations-any[User Guide] for details.
232247

233248
`StatelessSession` now supports explicit batch operations via `insertMultiple()`, `updateMultiple()`, or `deleteMultiple()`.
234249

250+
[NOTE]
251+
====
252+
This feature is considered incubating.
253+
====
254+
235255

236256
[[stateless-session-cache]]
237257
== StatelessSession and Second Level Cache

0 commit comments

Comments
 (0)