LLEFEVRE
|
0705ffd3b1
|
HHH-18173 Document Oracle Universal Connection Pool
|
2024-05-27 14:52:36 +02:00 |
LLEFEVRE
|
5cdcb2c582
|
HHH-18157 Document 23ai new features where necessary
|
2024-05-23 12:46:32 +02:00 |
Marco Belladelli
|
2e9acf1ded
|
HHH-18125 Support for `type()` and `treat()` operators for Embeddables
|
2024-05-22 15:59:03 +02:00 |
Gavin King
|
7a315b0d8d
|
fix description of type() function (#8401)
|
2024-05-18 16:18:08 +02:00 |
Gavin King
|
327399e801
|
add some javadoc links from Tuning chapter
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-05-14 14:32:38 +02:00 |
Gavin King
|
43a8851d51
|
some more documentation about lock modes
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-05-14 14:19:54 +02:00 |
Gavin King
|
8c3b68cd78
|
document what to do when no JDBC DatabaseMetaData
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-05-14 11:34:28 +02:00 |
Marco Belladelli
|
1c11dea006
|
HHH-1152 Discriminator based inheritance for embeddable types
|
2024-05-14 11:13:36 +02:00 |
Christian Beikov
|
c8aa4f39da
|
HHH-17375 Introduce array_includes() and INCLUDES predicate for checking if array contains all elements of subarray as replacement to array_contains() overload
|
2024-05-13 22:11:15 +02:00 |
Christian Beikov
|
dcedc5cf18
|
HHH-17375 Support array on RHS of in predicate
|
2024-05-13 22:11:15 +02:00 |
Christian Beikov
|
5c6a2f4a7d
|
HHH-17375 Introduce intersects predicate for easy array_intersects, the replacement of array_overlaps
|
2024-05-13 22:11:15 +02:00 |
Christian Beikov
|
6c34a0a4a6
|
HHH-17375 Introduce contains predicate for easy array containment checking
|
2024-05-13 22:11:15 +02:00 |
Christian Beikov
|
64dd9e657c
|
HHH-17375 Support casting array to string and add optional third argument to array_to_string for null element handling
|
2024-05-13 22:11:15 +02:00 |
Christian Beikov
|
8ec90b8fb1
|
HHH-17375 Overload position function with array_position semantics on array input
|
2024-05-13 22:11:15 +02:00 |
Christian Beikov
|
35102836c7
|
HHH-17375 Overload length function with array_length semantics on array input
|
2024-05-13 22:11:15 +02:00 |
Christian Beikov
|
b74992198c
|
HHH-17375 Shorthand bracket syntax for array slicing
|
2024-05-13 22:11:15 +02:00 |
Christian Beikov
|
67d04577be
|
HHH-17375 Shorthand bracket syntax for array construction
|
2024-05-13 22:11:15 +02:00 |
Dmitry Kryukov
|
0abc479118
|
HHH-18105 added missing semicolon in CSS file
|
2024-05-13 21:09:11 +02:00 |
Gavin King
|
3d09ac0fce
|
add 'week' to the list of duration literal units in doc
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-05-06 14:35:12 +02:00 |
Gavin King
|
927b046f13
|
add a TIP about subqueries in filter conditions
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-05-03 23:14:58 +02:00 |
Gavin King
|
1bcc6295b5
|
document JPA compatibility of extract() field types
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-05-02 22:45:15 +02:00 |
Gavin King
|
b1c69a24b6
|
update docs with all field types for HQL extract()
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-05-02 22:45:15 +02:00 |
Gavin King
|
07dc9f0a68
|
document that records can now be used as @IdClasses and @EmbeddableIds
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-27 01:29:56 +02:00 |
Gavin King
|
f55f1c7a43
|
document implicit joins in 'delete'/'update' queries
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-27 01:29:56 +02:00 |
Gavin King
|
8eebf0bafb
|
document changes to StatelessSession semantics
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-27 01:29:56 +02:00 |
Gavin King
|
ec0810a646
|
document auto-enabled filters
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-27 01:29:56 +02:00 |
Gavin King
|
fd2e1aca81
|
make the section on @Lob even more explicit
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-25 16:00:36 +02:00 |
Marco Belladelli
|
7adab31924
|
HHH-17818 Add a UG paragraph and examples for `@ConcreteProxy`
|
2024-04-23 15:37:22 +02:00 |
Gavin King
|
967a52fd1d
|
mention where keyset pagination came from
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-22 16:09:22 +02:00 |
Gavin King
|
6bf9dbb051
|
fix a typo
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-21 23:02:18 +02:00 |
Gavin King
|
0c97bbdb47
|
talk about lack of lazy fetching in Jakarta Data
and about SS.fetch()
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-17 13:49:24 +02:00 |
Gavin King
|
431cf992ec
|
include the Repositories documentation in the docs build (#8185)
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-15 22:13:16 +02:00 |
Gavin King
|
9ba2803440
|
documentation for Hibernate Data Repositories (#8178)
documentation for Hibernate Data Repositories
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-04-15 21:22:27 +02:00 |
Gavin King
|
3cfec2fd91
|
HHH-17882 accept a list of warnings to suppress in addSuppressWarningsAnnotation
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-03-29 12:42:02 +01:00 |
Daninsky
|
866585d4b6
|
Fix typo
|
2024-03-25 18:39:11 +01:00 |
Gavin King
|
003c0d0960
|
mention that tuples can be compared to embeddables in doc
|
2024-03-22 14:43:10 +01:00 |
Gavin King
|
1d9f4fe55f
|
fix a code example I rushed last night
|
2024-03-21 11:41:38 +01:00 |
Gregorio Palamà
|
527beb0bdb
|
HHH-14968 - Support for auto-enabled filters
|
2024-03-20 16:08:11 -05:00 |
Gavin King
|
b4974eb00f
|
roughly document key-based pagination
|
2024-03-20 18:57:04 +01:00 |
Gavin King
|
bcc3ea60de
|
HHH-17868 introduce @Pattern annotation
|
2024-03-20 11:29:32 +01:00 |
Gavin King
|
c60dab34d0
|
HHH-17859, HHH-17858 document function() and column() functions
|
2024-03-17 11:14:57 +01:00 |
Jeff Maxwell
|
d78140d521
|
HHH-17839 remove reference to org.hibernate.envers.using_modified_flag
|
2024-03-14 12:17:57 +01:00 |
Gavin King
|
d7ef693768
|
document new Expectation approach
|
2024-03-13 20:49:01 +01:00 |
Gavin King
|
a1c26f54bf
|
fix syntax error in HQL doc
|
2024-03-13 19:40:41 +01:00 |
Gavin King
|
237e339e2c
|
improvements to HQL functions examples
|
2024-03-12 17:09:39 +01:00 |
Gavin King
|
ef16d42c65
|
allow collation names to be quoted
|
2024-03-09 20:32:25 +01:00 |
Gavin King
|
0d7a7087ff
|
document 'on conflict' in query language guide
|
2024-03-02 11:36:12 +01:00 |
Jeff Maxwell
|
12a93ce328
|
HHH-17775 Standardize spelling of "round-trip" and "roundtrip" to "round
trip"
|
2024-02-26 14:07:48 +01:00 |
Gavin King
|
1c0121a94d
|
HHH-15519 document bitand(), bitor(), bitxor()
|
2024-02-20 09:11:44 +01:00 |
Gavin King
|
9bb15727e4
|
HHH-16931 document getResultCount()
|
2024-02-19 22:56:18 +01:00 |