Steve Ebersole
4f9035e9f8
HHH-18545 - Document "characteristics" of settings
2024-09-30 09:47:30 -05:00
Christian Beikov
3b07ed91c3
HHH-18497 Add xmlagg function
2024-09-23 15:03:22 +02:00
Christian Beikov
af09813ced
HHH-18497 Add xmlexists function
2024-09-23 15:03:22 +02:00
Christian Beikov
449d002563
HHH-18497 Add xmlquery function
2024-09-23 15:03:22 +02:00
Christian Beikov
574959a591
HHH-18497 Add xmlpi function
2024-09-23 15:03:22 +02:00
Christian Beikov
a37ae66a2e
HHH-18497 Add xmlconcat function
2024-09-23 15:03:22 +02:00
Christian Beikov
1abfd4eea6
HHH-18497 Add xmlforest function
2024-09-23 15:03:22 +02:00
Christian Beikov
f10ec5db1d
HHH-18497 Add xmlcomment function
2024-09-23 15:03:22 +02:00
Christian Beikov
4baba673cb
HHH-18497 Add xmlelement function
2024-09-23 15:03:22 +02:00
Jan Schatteman
3818b6d99f
HHH-17971 - Remove ALLOW_REFRESH_DETACHED_ENTITY
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-09-20 23:59:32 +02:00
Christian Beikov
0e5846b805
HHH-18604 Add json_array_insert
2024-09-18 18:43:07 +02:00
Christian Beikov
8dfc2a5a91
HHH-18604 Add json_array_append function
2024-09-18 18:43:07 +02:00
Christian Beikov
ab37d1509b
HHH-18604 Add json_mergepatch function
2024-09-18 18:43:07 +02:00
Christian Beikov
051bc78ae6
HHH-18604 Add json_insert and json_replace function
2024-09-18 18:43:07 +02:00
Christian Beikov
36066a03e6
HHH-18604 Add json_remove function and fix some Oracle functions
2024-09-18 18:43:07 +02:00
Christian Beikov
17f328609a
HHH-18604 Add json_set function
2024-09-18 18:43:07 +02:00
Christian Beikov
f6ac53f83f
HHH-18496 Hide JSON functions behind feature flag
2024-09-18 18:43:07 +02:00
Christian Beikov
59ae75bb52
HHH-18496 Add json_objectagg
2024-09-18 18:43:07 +02:00
Christian Beikov
c58485c4ef
HHH-18496 Add json_arrayagg
2024-09-18 18:43:07 +02:00
Christian Beikov
6b4cc28f0e
HHH-18496 Add json_query
2024-09-18 18:43:07 +02:00
Christian Beikov
6454aaf055
HHH-18496 Add json_exists and support the passing clause
2024-09-18 18:43:07 +02:00
Christian Beikov
016b463973
HHH-18496 Add json_object and json_array functions
2024-09-18 18:43:07 +02:00
Christian Beikov
d5a3f041b3
HHH-18496 Add json_value function
2024-09-18 18:43:07 +02:00
Jan Schatteman
30f2a2045d
HHH-18458 - Remove deprecated org.hibernate.EmptyInterceptor
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-09-10 21:41:50 +02:00
Gavin King
a7c3e9a4e9
document explicitly that filter restrictions are written in SQL
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-09-06 20:26:05 +02:00
Gavin King
7422c18a94
HHH-18169 disallow refresh/lock for detached instance
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-31 17:46:11 +02:00
Steve Ebersole
08f08b8820
HHH-18190 - Remove @LazyCollection
2024-08-15 13:52:32 -05:00
Steve Ebersole
4309cffb4d
HHH-18194 - Remove @Proxy
2024-08-15 13:52:32 -05:00
Steve Ebersole
fea3b2f061
HHH-18453 - Fix Java code block highlighting in User Guide
2024-08-15 13:52:32 -05:00
Steve Ebersole
903f577129
HHH-18453 - Fix Java code block highlighting in User Guide
2024-08-15 13:52:32 -05:00
Steve Ebersole
257adaf633
HHH-18441 - Create extension to PersistenceConfiguration
...
HHH-18440 - Rewrite the Bootstrapping chapter in the User Guide
2024-08-15 13:52:32 -05:00
Steve Ebersole
163d48d81c
HHH-18199 - Remove @Where and @WhereJoinTable
2024-08-15 13:52:31 -05:00
Steve Ebersole
44e802ebac
HHH-18193 - Remove @Polymorphism
2024-08-15 13:52:31 -05:00
Steve Ebersole
2b6f4b5ff9
HHH-18186 - Remove @GeneratorType
...
HHH-18188 - Remove GenerationTime and its uses
2024-08-15 13:52:31 -05:00
Gavin King
cc4656d8f1
HHH-18185 finally remove @ForeignKey (yay!)
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:30 -05:00
Gavin King
c4868bbdaf
removal of deprecated unused code for H7 ( #8485 )
...
* remove unused stuff already marked forRemoval
* remove old NamingStrategy stuff which does not actually work anymore
* some cleanups to the mapping package
- make a couple of deprecated methods private
- delete some unnecessary code
- remove all obsolete "iterator" methods
2024-08-15 13:52:28 -05:00
Gavin King
58f555ab39
HHH-18139 clean up one more bifurcation in the Generator framework
...
removes CustomIdGeneratorCreationContext and IdentifierGeneratorCreator
(which were @Incubating and @Internal, respectively)
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:28 -05:00
Gavin King
15796fd751
update docs to refer to hibernate-processor module
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:27 -05:00
Sanne Grinovero
1f5d2fb417
HHH-17970 Remove support for running under a SecurityManager
2024-08-15 13:52:25 -05:00
Steve Ebersole
3334534216
HHH-17460 - Ongoing JPA 32 work
...
HHH-17892 - Remove @Persister
HHH-17893 - Remove MetadataContributor
HHH-17894 - Remove AdditionalJaxbMappingProducer
2024-08-15 13:52:25 -05:00
Gavin King
e086674878
rename hibernate-jpamodelgen to hibernate-processor
2024-08-15 13:52:24 -05:00
Steve Ebersole
2f3a01fd19
HHH-18411 - Add ability to specify a custom UuidGenerator.ValueGenerator
2024-07-24 16:18:40 -05:00
Christian Beikov
e4a0b6988f
Switch to a okhttp-digest version that is available on Maven central
2024-07-16 11:07:51 +02:00
Christian Beikov
1da18451ce
Update asciidoctor plugins to 4.0.2
2024-07-15 19:27:12 +02:00
Gavin King
8ab4b177be
mention @ConcreteProxy and the problem it solves in Introduction doc
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-07-11 13:59:44 +02:00
nathan.xu
714c7f010b
HHH-18318 fix user guide bootstrap minor link text issue
2024-07-05 17:46:09 +02:00
Gavin
a844019ba0
code examples of flush semantics in doc
2024-07-04 00:53:57 +02:00
Marco Belladelli
40544fad60
HHH-18285 Migration for emb-inheritance and annotated class validation
...
Also slight improvements to release notes and user guide.
2024-07-03 16:46:50 +02:00
nathan.xu
8878a19161
HHH-18320 fix some synatx errors in Locking user guide chapter
2024-07-01 09:35:08 +01:00
marko-bekhta
bf3b7e09e7
Remove `DomesticCat` entity type name as it's not in the docs anymore
2024-06-25 17:44:37 +02:00