Nathan Xu
f3cfff5cee
HHH-8776 fix 'fetch graph' semantic
2020-01-29 20:52:33 +01:00
Chris Cranford
ea170f4dca
HHH-6615 Document throwing AuditException when revision number overflows
2020-01-27 12:53:27 +00:00
Pierrick Rouxel
622978b725
HHH-12856 Fix DB2400V7R3 dialect in documentation
2020-01-24 11:29:01 +00:00
Pierrick Rouxel
1c3b8a1c28
HHH-12856 Support of sequences on DB2400
2020-01-24 11:29:01 +00:00
Steve Ebersole
ba5b4e7c02
HHH-13785 : HQL/Criteria function support
...
- tests
- Dialect changes
2019-12-21 21:52:04 -06:00
Steve Ebersole
a39fa09650
HHH-13785 : HQL/Criteria function support
...
- tests
- Dialect changes
2019-12-21 19:38:22 -06:00
Andrea Boriero
79c83cf8ba
Merge remote-tracking branch 'upstream/master' into wip/6.0
2019-12-09 12:07:23 +00:00
Davide D'Alto
ca782f64b2
HHH-13755 Update Hibernate Gradle plugin in the documentation
2019-12-04 19:48:41 +00:00
Steve Ebersole
0a41ac8466
HHH-13763 : Update all load-by-key handling to use SQL AST
...
* dropped `org.hibernate.loader.plan`
* dropped `org.hibernate.loader.custom` (*)
* dropped `org.hibernate.loader.collection`
* dropped `org.hibernate.loader.entity`
* dropped `org.hibernate.loader.hql`
* cleaned-up `org.hibernate.loader`
2019-12-03 11:31:45 -06:00
Andrea Boriero
4b0da2444b
Merge remote-tracking branch 'upstream5/master' into wip/6.0_merged_11
2019-11-08 14:24:48 +00:00
Steve Ebersole
92391ec3e6
change expected type of entity identifier values from Serializable to Object - fixed all related compile problems in all modules
2019-11-07 13:42:57 -06:00
Marco Behler
6dc5f37827
Link to Marco Behler's guide to "data access in Java" from the Getting Started Guide preface
2019-11-05 14:21:32 -06:00
Andrea Boriero
4b6777cde2
Merge remote-tracking branch 'upstream5/master' into wip/6.0_merged_4
2019-10-02 10:24:59 +01:00
Chris Cranford
3ecdd860a3
HHH-10398 Allow MOD column naming to be driven by a strategy
...
In the past the MOD columns were constructed based on the property name,
therefore if users specified a @Column/@JoinColumn like annotation and
changed the underlying schema column, the MOD column would continue to
be derived based on the property name.
This enhancement introduces a new ModifiedColumnNamingStrategy SPI that
comes with two implementations, a default/legacy mode that maintains
the prior naming model and an improved mode that will derive the MOD
name based on the naming strategy ORM used to derive the column name.
2019-10-01 10:38:57 -04:00
Andrea Boriero
726dbeef34
Merge remote-tracking branch 'upstream5/master' into wip/6.0_merged_4
2019-09-30 16:45:27 +01:00
Mahmoud Anouti
a3cccca66d
Fix typo in user guide explicit polymorphism section
2019-09-24 11:02:09 +01:00
Andrea Boriero
18c8495bab
Merge branch 'master' into wip/6.0_merged2
2019-09-20 08:09:34 +01:00
Steve Ebersole
5c9cf4d0d8
HHH-13130 - Provide Gradle-based bytecode enhancement as a task separate from the compileJava task
2019-09-18 12:05:39 -05:00
Steve Ebersole
0acd11fae3
6 - SQM based on JPA type system
...
Completed rebase on master (from the point just after HHH-11147 work) - fixed compilation failures
2019-09-12 10:42:33 +01:00
Andrea Boriero
c45108a2b6
6 - SQM based on JPA type system
2019-09-12 10:42:32 +01:00
Steve Ebersole
b39d9d22bd
6 - SQM based on JPA type system
...
- focus on reducing compilation errors
2019-09-12 10:42:29 +01:00
Steve Ebersole
c6a11d99fd
6 - SQM based on JPA type system
...
- focus on reducing compilation errors
2019-09-12 10:42:29 +01:00
Steve Ebersole
f8a75994e1
6 - SQM based on JPA type system
...
- work on `org.hibernate.query` (especially `NamedQueryRepository` and friends)
- work on `org.hibernate.sql.exec`
- work on `org.hibernate.sql.results`
- work on `org.hibernate.sql.exec`
- work on `org.hibernate.sql.results`
- work related to `org.hibernate.metamodel.model.mapping.spi.ValueMapping` - including "sketching in" the hooks with `org.hibernate.persister.walking`
2019-09-12 10:42:29 +01:00
Elena Felder
952bf6f9c0
HHH-13412 Added link for predefined properties, warning that not all settings apply to all situations
2019-08-23 12:59:58 +01:00
Elena Felder
ba1f15553c
HHH-13412 Remove stray newlines
2019-08-23 12:59:52 +01:00
Elena Felder
13afce9afb
HHH-13412 Move custom driver properties into their own section
2019-08-23 12:59:46 +01:00
Esteban Gehring
be0ef0291c
Update identifiers.adoc
2019-07-23 12:16:29 -05:00
Chris Cranford
14f7b49b79
HHH-13500 Fix audit strategy sub-query return incorrect results
...
In order to maintain backward compatibility with long-standing behavior,
this introduces a new configuration option which can be toggled to have
AuditReader#find implementations adhere to returning an exact match on
revision-number rather than one which is less-than or equal-to the
provided argument.
So a new configuration option org.hibernate.envers.find_by_revision_exact_match
provides users with the ability to be able to force this new behavior
while allowing legacy behavior to remain the default.
2019-07-22 16:34:19 -04:00
asutosh936
74b4c97552
HHH-13226 : Corrected Typo
2019-07-12 10:33:47 +01:00
Yoann Rodière
d6cb72ee0d
HHH-13409 Add integration tests for running Hibernate ORM in the module path in Java 11+
2019-06-20 21:07:03 +01:00
Sanne Grinovero
182e5dd56f
HHH-13428 Use https in documentation too
2019-06-07 20:19:17 +01:00
Yoann Rodière
00c697780e
HHH-13415 Clean up the places where we fix fix javadoc generation for JDK11
2019-05-31 14:11:47 +02:00
Guillaume Smet
e376fe0aef
HHH-13419 Support building javadoc with JDK 11.0.3+
2019-05-29 22:57:52 +02:00
wonwoo
69af6caa95
HHH-13265 - Remove double semicolon
2019-02-14 09:00:08 +02:00
Vlad Mihalcea
180df5199e
HHH-6190 - Leverage JmxService to expose management and monitoring capabilities.
2019-02-05 15:37:22 +02:00
John Lin
103629ee87
HHH-13219 - The sentence "The chapter 6 (e.g. Criteria API)" should be "The chapter 6 (i.e., Criteria API)"
2019-01-22 15:39:04 +02:00
Vlad Mihalcea
070c14e149
HHH-13165 - Don't use confusing "this" in the User Guide admonition blocks
2019-01-15 16:15:05 +02:00
Vlad Mihalcea
7358893eac
HHH-13160 - Polymorphic query for InheritanceType.TABLE_PER_CLASS is not using UNION ALL
2018-12-18 12:09:26 +02:00
Vlad Mihalcea
55f5c9c5bd
HHH-13153 - No content in 15.1. Query API of User Guide
2018-12-18 12:03:24 +02:00
John Lin
0d2fa6e94b
HHH-13156 - Enhance the @AnyMetaDef annotation section with more details about the optimal placement
2018-12-12 14:03:32 +02:00
Vlad Mihalcea
dc89e7199d
HHH-13095 - Document how to use arithmetic expressions in CASE statements
...
Fix tests failing on MariaDB and MySQL
2018-12-06 15:54:22 +02:00
Vlad Mihalcea
1a5cee7c0c
HHH-13095 - Document how to use arithmetic expressions in CASE statements
2018-12-06 10:08:30 +02:00
Vlad Mihalcea
f4e36a1bea
HHH-13096 - Document that composite identifier cannot use auto-generated properties
2018-12-06 09:46:58 +02:00
Guillaume Smet
21fa1ab54b
HHH-13127 Update a few things in the metamodel generator documentation
2018-11-29 17:04:47 +01:00
Guillaume Smet
e528eb7ee9
HHH-13127 Document that JAXB jars are needed if using JDK 11
2018-11-29 17:04:47 +01:00
Vlad Mihalcea
d48307d5fa
HHH-13125 - Remove the Javadoc links in the User Guide pointing internal classes
2018-11-29 11:10:10 +01:00
Vlad Mihalcea
1b53969359
HHH-13102 - Document how catalog and schema attributes need to be applied based on the underlying DB capabilities
2018-11-29 11:06:25 +01:00
Vlad Mihalcea
c9356ce9b4
HHH-13115 - Document how to define timezone per tenant when using Multitenant Database
2018-11-29 10:51:11 +01:00
Vlad Mihalcea
39d9f84920
HHH-13124 - The CachingRegionFactory resolution algorithm has changed
2018-11-27 18:17:45 +01:00
Chris Cranford
805aec32b3
HHH-13101 - Document `hibernate.id.disable_delayed_identity_inserts` config setting.
2018-11-14 11:38:12 -05:00
Guillaume Smet
e67f3dfa82
HHH-13069 Go back to non-SSL links for our JBoss Nexus repositories
...
Using SSL repositories with JDK 11 ends up with the error below:
javax.net.ssl.SSLHandshakeException: extension (10) should not be presented in server_hello
This is a bug in JDK 11 that will apparently be fixed in the next update
(planned for January 2019).
Until then, we need to use non-SSL links.
For more information:
https://stackoverflow.com/questions/52016415/jdk-11-ssl-error-on-valid-certificate-working-in-previous-versions
https://bugs.openjdk.java.net/browse/JDK-8209965 - JDK 12 issue
https://bugs.openjdk.java.net/browse/JDK-8210005 - JDK 11 issue
2018-11-05 11:38:30 +01:00
Sanne Grinovero
d16e7211e0
HHH-13069 Update the links to JBoss Nexus to use the direct repository over https
2018-11-02 17:53:45 +01:00
Barnaby Court
512dfa574d
HHH-12944 - MultiIdentifierLoadAccess ignores the 2nd level cache
2018-10-31 19:43:24 +02:00
Vlad Mihalcea
3bf530d5e8
HHH-13062 - Migrate User Guide links from Java EE 7 to 8
2018-10-26 09:22:35 +03:00
Guillaume Smet
2517fbfe6f
HHH-13064 Fix Lock and LockModeType table
2018-10-25 19:10:41 +02:00
Vlad Mihalcea
817e463764
HHH-13060 - Throw an exception when two entities are declared with the same name
2018-10-25 17:34:36 +03:00
John Lin
fecb12cff7
HHH-13041 - Move @Any and other association mappings to the association chapter
2018-10-25 08:43:03 +03:00
John Lin
fb2fd3ed4b
HHH-13056 Fix typo in documentation: "listner" should be "listener"
2018-10-22 16:05:54 +08:00
Steve Ebersole
c49ebe888a
HHH-12713 - Make EntityGraph creation more convenient
...
- documentation tests only run on H2Dialect
2018-10-21 16:15:37 -05:00
Steve Ebersole
5e8781f8fa
HHH-12713 - Make EntityGraph creation more convenient
2018-10-19 12:10:15 -05:00
Aleks
526ebb4e0b
HHH-12713 - Make EntityGraph creation more convenient
2018-10-19 12:02:15 -05:00
Vlad Mihalcea
b46a277619
HHH-13012 - JDBC default connection release mode does not match documentation
2018-10-17 12:30:54 +02:00
Gail Badner
aa586c117f
HHH-13011 : Document hibernate.use_entity_where_clause_for_collections in the user guide
2018-10-16 15:12:06 +02:00
Vlad Mihalcea
656b2737f9
HHH-13009 - No documentation for "hibernate.javax.cache.cache_manager"
2018-10-12 07:59:30 +03:00
Sanne Grinovero
ddac470a2c
HHH-13026 Documentation: fixing link to Infinispan documentation section regarding Hibernate 2LC
2018-10-11 17:41:38 +01:00
Vlad Mihalcea
ceb83264fc
HHH-12934 - Exception handling documentation does not apply only to "Session-per-application anti-pattern"
...
Fix section placement
2018-10-10 17:45:34 +03:00
Vlad Mihalcea
b1b6e52441
HHH-12934 - Correct documention about hibernate.native_exception_handling_51_compliance
2018-10-01 08:25:34 +03:00
Guillaume Smet
362630624f
HHH-12962 Fix a typo in the documentation
2018-09-24 18:28:24 +02:00
Guillaume Smet
912225a766
HHH-12974 Fix a typo in the documentation
2018-09-24 18:25:53 +02:00
Vlad Mihalcea
519905b99b
HHH-12962 - Document how to tune the query plan cache size
2018-09-20 11:54:27 +03:00
Vlad Mihalcea
48909896b6
HHH-12974 - Document @OnDelete behavior in regards to disabling the Persistence Context entity removal cascading event
2018-09-20 11:33:26 +03:00
Karel Maesen
b3e56a5db7
HHH-12144 - Upgrade JTS spatial library to 1.16
2018-09-19 20:09:44 +02:00
Vlad Mihalcea
4bafeeecae
HHH-12957 - Calling custom functions in JPQL with the function() is missing in the documentation
2018-09-10 13:56:24 +03:00
Vlad Mihalcea
83191633ec
HHH-12855 - Add query plan compilation statistics
2018-09-07 11:17:48 +03:00
Vlad Mihalcea
eab5fb2868
HHH-12952 - Document the hibernate.statistics.query_max_size behavior and explain its implications
2018-09-06 14:36:42 +03:00
Sanne Grinovero
4eb726ef4c
HHH-12950 Use the Annotation Processor specific scopes of Gradle
2018-09-04 23:02:26 +01:00
Vlad Mihalcea
440a2ef490
HHH-12929 - Add AtomikosJtaPlatform implementation
2018-09-03 17:17:09 +03:00
Vlad Mihalcea
35b4d81cf4
HHH-12892 - Fix spelling issues in the User Guide
2018-08-13 17:42:44 +02:00
Fernando Guardiola
0ab6c1178b
HHH-12770 - Document @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY behavior
2018-08-13 08:36:51 +03:00
Vlad Mihalcea
6c5e172609
HHH-12892 - Fix spelling issues in the User Guide
2018-08-13 06:49:11 +03:00
Vlad Mihalcea
870a033a52
HHH-12361 - In the User Guide, omit constructors and equals/hashCode for brevity
2018-08-08 10:20:07 +03:00
Emmanuel Bernard
d26eeabbea
HHH-12890 Fix link to JPA metamodel generator documentation
2018-08-07 16:25:57 +02:00
Gail Badner
a790096965
HHH-12666 : Add documentation
2018-07-20 10:08:34 +02:00
Guillaume Smet
f8964847dd
HHH-12829 Update the Ehcache documentation to use the new short names
2018-07-19 10:23:07 +02:00
Guillaume Smet
2b564d4046
HHH-12809 Use an HTTP link for the Javadoc link to our Bean Validation documentation
2018-07-14 19:36:38 +02:00
Vlad Mihalcea
5b4f18390e
HHH-12349 - User Guide documentation for @Filter is too verbose
2018-07-12 14:35:28 +03:00
Diego Lovison
535a33ea5d
HHH-12797 Fix cache modes relationships table layout
2018-07-12 10:45:40 +02:00
Vlad Mihalcea
f708a75c4f
HHH-12200 - Docs mention outdated APIs
2018-07-09 14:13:01 +03:00
Vlad Mihalcea
aeb2f9e0b0
HHH-12716 - Sample code is required for documentation of disabling polymorphism in queries
...
Fix typo
2018-07-05 12:19:03 +03:00
Yoann Rodière
3883abf087
HHH-12649 Use the 'create-warn' missing cache strategy by default in hibernate-jcache
...
In order to be consistent with hibernate-ehcache.
2018-07-04 12:12:00 +02:00
Yoann Rodière
63cc63b386
HHH-12531 Use short, simple names for the query result and update timestamps caching regions
2018-07-04 10:03:23 +02:00
Yoann Rodière
033203abc7
HHH-12649 Document the behavior on missing caches
2018-07-04 09:44:50 +02:00
Vlad Mihalcea
58613cba73
HHH-12350 - User Guide documentation for @Any is too verbose
2018-07-03 15:49:38 +03:00
Vlad Mihalcea
5b40dfca26
HHH-12716 - Sample code is required for documentation of disabling polymorphism in queries
2018-07-03 14:50:01 +03:00
Vlad Mihalcea
6c49f8ef5c
HHH-12351 - User Guide: document why Subselect always requires Synchronize
2018-07-03 14:27:17 +03:00
Vlad Mihalcea
5716cecb55
HHH-12353 - Document that Session.getReference not always returns a T
...
Change to lowercase noun
2018-07-02 17:42:42 +03:00
Vlad Mihalcea
75d65542a1
HHH-12353 - Document that Session.getReference not always returns a T
2018-07-02 17:17:22 +03:00
Vlad Mihalcea
c69038d476
HHH-12341 - Documentation refers to nonexistent "image clob"
2018-06-29 10:48:47 +03:00
Vlad Mihalcea
723e0289e9
HHH-12660 - Missing verb in reference documentation
...
HHH-12715 - Error in documentation sample code about JPQL and HQL
HHH-12691 - Code block is broken in documentation about AUTO flushing
2018-06-28 18:17:47 +03:00
Vlad Mihalcea
4539be09c2
HHH-12697 - Headings problem in Hibernate Documentation 5.3.1 - Proxool configuration
...
HHH-12698 - Headings problem in Hibernate Documentation 5.3.1 - Transation Patterns
2018-06-28 14:47:51 +03:00
Guillaume Smet
7ead344f0b
HHH-12732 Remove an out of date task
...
The mapping guide has been injected into the user guide.
2018-06-26 12:01:06 +02:00
Guillaume Smet
b45e921b5c
HHH-12732 Only generate the main document for each guide
2018-06-26 12:01:06 +02:00
Guillaume Smet
bee6ed5c37
HHH-12731 Do not hide the TOC when not using jstree
2018-06-26 12:01:06 +02:00
Guillaume Smet
8ee24ee8d5
HHH-12725 Upgrade the Asciidoctor plugin to 1.5.7 for JDK 9 compatibility
2018-06-26 12:01:06 +02:00
Chris Cranford
39cd150ae5
HHH-12683 - Add note about CriteriaUpdate/CriteriaDelete not captured by Envers.
2018-06-18 13:04:54 -04:00
Vlad Mihalcea
d4861fed9f
HHH-12700 - Missing property in sample code in documentation of bulk-id strategies
2018-06-18 16:55:36 +03:00
Sanne Grinovero
dab7616db2
HHH-12677 One more javadoc link still pointing to Java SE 7 javadocs
2018-06-18 12:03:18 +01:00
Vlad Mihalcea
30fec4be79
HHH-12662 - JPQL queries fail when using the Java attribute type which has an associated AttributeConverter (only the DB column type works)
2018-06-14 09:29:18 +03:00
Sanne Grinovero
7f983adb50
HHH-12677 Update javadoc API links from EE7 to EE8 - more links
2018-06-13 19:40:52 +01:00
Sanne Grinovero
fe38c5aaee
HHH-12677 Update javadoc API links from EE7 to EE8
2018-06-11 12:00:03 +01:00
Vlad Mihalcea
0ed516e113
HHH-12348 - Hibernate ORM Document user guide, architecture of Hibernate class is out of date
2018-06-07 15:14:47 +03:00
Andrea Boriero
80bf92e32a
HHH-12620 fix test dependencies
2018-05-25 11:56:00 -04:00
Vlad Mihalcea
1a91a38cbd
HHH-12602 - Bytecode Enhancement documentation refers to removed property hibernate.ejb.use_class_enhancer
2018-05-22 17:56:10 +03:00
Vlad Mihalcea
4a8951a6b4
HHH-12589 - Add support for registering custom SQL functions when bootstrapping via JPA
2018-05-21 17:49:56 +03:00
Sanne Grinovero
d5d68dcec5
HHH-12316 Document usage of the new Feature Packs
2018-05-14 21:44:39 +01:00
Steve Ebersole
82f2aa0d5d
HHH-12474 - Make sure the JPA version is defined by a single property across build files
...
added HibernateVersion following pattern of JpaVersion
2018-04-30 10:38:34 -05:00
Sanne Grinovero
432d3a29fa
HHH-12384 Introduce new hibernate.bytecode.enforce_legacy_proxy_classnames configuration property
2018-04-18 13:05:34 +01:00
Rodrigo Turini
6d853b582e
HHH-12451 - Fixing JDBC and Java Type order for CurrencyType
2018-04-17 12:47:48 +03:00
Rodrigo Turini
84614aa405
HHH-12365 - User Guide: call_key should change to call_timestamp_epoch
2018-04-17 12:06:14 +03:00
Anthony Richir
2bb1c8419c
HHH-12491 - Document the usage of the maven-compiler-plugin for hibernate-jpamodelgen
2018-04-17 11:35:54 +03:00
Andrea Boriero
6cefa865b0
HHH-12454 - Offer flag to consider id generator with local scope (legacy non JPA behavior)
2018-04-16 09:47:09 -05:00
Vlad Mihalcea
e11d09d1dd
HHH-12479 - Document the converted:: prefix for HBM type mappings
2018-04-12 16:37:43 +03:00
Jonathan Bregler
69000ddc16
HHH-12462 - Use SAP HANA JDBC driver from Maven Central
2018-04-05 15:02:17 +03:00
Steve Ebersole
dae31640a8
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
2018-03-22 13:25:12 -05:00
Steve Ebersole
638ebf01df
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
- initial work on migrating hibernate-jcache to new SPIs including a more template-style approach to writing a RegionFactory (o.h.cache.spi.support)
2018-03-22 13:25:12 -05:00
Steve Ebersole
f432ecea68
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
2018-03-22 13:25:12 -05:00
Vlad Mihalcea
c22540ab65
HHH-12419 - Incorrect batch inserts example
2018-03-22 14:22:51 +02:00
asutosh936
6e912cec0f
HHH-12364 : Removed @MapKeyJoinColumn with name phone_id as its not needed
2018-03-20 01:08:52 -05:00
Roland Illig
08fa07442b
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix adoc typo in "Using table identifier generator" User Guide section.
2018-03-14 17:28:40 +02:00
Roland Illig
a17a8df9e3
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix SQL for bidirectional OneToMany The documented SQL didn't match what the test actually produces.
2018-03-14 17:25:27 +02:00
Vlad Mihalcea
069222cf58
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix inconsistency between User Guide content and the associatted test case
2018-03-14 14:22:57 +02:00
Roland Illig
8b11d5ecf9
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix a/an grammar in code and documentation, and other typos
2018-03-14 14:17:55 +02:00
Kirill Marchuk
8b601072f3
HHH-12388 - User Guide typo fixes
...
Getting Started guide seems to be consistently using the term "Developer Guide", which is nowhere to be found in the "current" documentation, thus I propose this change.
2018-03-14 13:24:53 +02:00
Chris Cranford
33159c13a6
HHH-8058 - Document enable querying entity revisions with property change indicators.
2018-03-06 13:09:46 -05:00
Chris Cranford
79354bab9f
HHH-7555 - Update documentation to document the new revision information entity query api.
...
(backport from wip/6.0)
2018-03-06 12:23:16 -05:00
Sanne Grinovero
0f5c3a0abc
HHH-11253 Make Byte Buddy BytecodeProvider impl the default
2018-03-02 12:19:18 +00:00
Sanne Grinovero
4e484af398
HHH-12336 Avoid unnecessary invocations of fillInStackTrace() in the tests
2018-03-01 17:58:30 +00:00
Karel Maesen
2072ac0d0d
HHH-11790 - Documenting DB2 Spatial Extender support
2018-02-21 20:43:20 +01:00
Vlad Mihalcea
993a229586
HHH-12236 - Document 5.3 changes
...
- add missing configuration properties
2018-02-12 11:20:42 +02:00
barreiro
1b2424c211
HHH-12252 - Add Agroal to ConnectionProviderInitiator
2018-01-30 10:19:09 +02:00
Steve Ebersole
9e20eece55
HHH-12190 - General tidying of Gradle scripts
...
- adding `ciBuild` task, standardizing `release` task
2018-01-22 11:44:46 -06:00
Steve Ebersole
e1a970aa11
HHH-12190 - General tidying of Gradle scripts
2018-01-16 14:34:43 -06:00
Steve Ebersole
d806eff912
HHH-12190 - General tidying of Gradle scripts
2018-01-16 14:34:43 -06:00
simeonmalchev
0d9b1c54cd
HHH-10541 - Create Vibur DBCP connection pool module
2018-01-15 11:55:01 +02:00
Vlad Mihalcea
510f91ff30
Update documentation link to match new URL structure
2018-01-08 18:47:35 +02:00
Steve Ebersole
a625452fe9
HHH-9641 - Resume uploading Javadoc JARs to Maven
...
HHH-12187 - Drop custom javadoc css
- dropped "package groups"
2018-01-03 11:23:37 -06:00
Steve Ebersole
8c13488c5d
HHH-9641 - Resume uploading Javadoc JARs to Maven
...
HHH-12187 - Drop custom javadoc css
- delay package group calculations until execution (doFirst)
- exclude internal packages from javadoc
2017-12-27 08:41:17 -06:00
Steve Ebersole
6ccbd98bc3
HHH-12187 - Drop custom javadoc css;
...
HHH-9641 - Resume uploading Javadoc JARs to Maven
2017-12-27 08:41:17 -06:00
Chris Cranford
735da4347d
HHH-12169 - Document support for dependency injection for Envers revision listeners.
2017-12-14 13:40:41 -05:00
Vlad Mihalcea
b0c27562f4
Fix User Guide tests failing and triggereing other 2nd-level cache tests to fail as well
2017-12-13 20:39:45 +02:00
Andrea Boriero
84eec71ba6
exclude document userguide/model from checkstyle
2017-12-13 17:38:25 +00:00
Steve Ebersole
d5d3b080f9
HHH-12098 - prep 5.3
2017-12-13 09:15:22 -06:00
Steve Ebersole
447f3d57c7
HHH-12146 - Support enabling caching at any level within a mapped hierarchy
2017-12-13 09:15:12 -06:00
Steve Ebersole
d454ab0edc
HHH-12146 - Support enabling caching at any level within a mapped hierarchy
2017-12-13 07:40:20 -06:00
Vlad Mihalcea
da8e13c453
HHH-12155 - Update documentation regarding limitation of defining caching on just root entity
2017-12-13 06:19:32 -06:00
Andrea Boriero
9af5655100
HHH-12148 - Add setting indicating if the value stored in the table used by the @TableGenerator is the last value used or the next value to be used
2017-12-13 06:19:32 -06:00
Steve Ebersole
5e0274adbb
HHH-12116 - Positional parameters report position as name
...
HHH-12101 - Remove support for legacy HQL-style positional parameters
2017-12-13 06:19:30 -06:00
Vlad Mihalcea
7f70dccc71
HHH-12108 - Fix tests failing on Oracle
2017-11-21 16:47:16 +02:00
Vlad Mihalcea
779dcc4078
Change log file to log.txt because otherwise it's ingored by git
2017-11-20 19:21:09 +02:00
shen dongsheng
0b04430fdd
HHH-12082 - Fix some errors and formatting issues in the User Guide
2017-11-07 13:51:27 +02:00
Vlad Mihalcea
164178330a
HHH-12073 - Change BaseUnitTestCase Logger to protected
2017-11-01 19:04:07 +02:00
Sanne Grinovero
401936f94e
HHH-12055 Revert to using the Javassist version included in WildFly 11
2017-10-24 16:42:49 +01:00
Chris Cranford
4cf7f6e406
HHH-12010 - Improve Envers documentation on computeAggregationInInstanceContext.
2017-10-18 23:35:40 -04:00
marko-bekhta
b51dac6e39
HHH-12026 Setting correct font family for search input in TOC. Fixing a typo
2017-10-16 14:58:29 +03:00
Jonathan Bregler
1fc4ce23ac
HHH-12020 - Add SAP HANA to the list of provided dialects
...
- Update documentation
- Update org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
2017-10-09 13:30:41 +03:00
Chris Cranford
7b04a0238b
HHH-11999 - Correct Envers documentation problems.
2017-09-29 12:52:31 -04:00
Vlad Mihalcea
5e132a46eb
HHH-12006 - Make User Guide sections bookmark-able
2017-09-26 18:37:39 +03:00
Vlad Mihalcea
f9ec55d56b
HHH-9576 - Use JDBC bind variables for handling JPA Criteria query numeric literals
...
Document the new setting in the Configurations chapter
2017-09-26 12:42:13 +03:00
Jonathan Bregler
3aad752b04
Improved Hibernate support for SAP HANA
...
- Identity column support
- Spatial support
- Various minor improvements in HANA dialects
2017-09-21 12:05:19 -05:00
Vlad Mihalcea
0b046885c5
Fix tests faiiling on Jenkins
2017-09-14 12:39:43 +03:00
Vlad Mihalcea
bd4908449f
HHH-11984 - Add support for navigating between different doc versions
2017-09-14 12:01:37 +03:00
Vlad Mihalcea
0148ede638
HHH-11411 - Two column navigation and search box for documentation
2017-09-13 15:55:36 +03:00
Vlad Mihalcea
c7e5174786
HHH-11884 - wrong class in returnedClass() in UserType example
2017-09-12 14:22:36 +03:00
Vlad Mihalcea
6ba7420740
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Fix typos. Move schema to external extras files.
2017-09-07 17:14:21 +03:00
Vlad Mihalcea
ab98bcbe9b
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Migrate code snippets to test cases for Join relations queries with multiple predicates
2017-09-07 15:47:58 +03:00
Vlad Mihalcea
742d8be69c
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Migarte code snippets to test cases for Join relations queries
2017-09-06 17:30:16 +03:00
Vlad Mihalcea
886e1bcc30
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Migrate getCrossTypeRevisionChangesReader example to Junit tests
2017-09-05 18:22:12 +03:00
Vlad Mihalcea
c25a859ade
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Move code snippets to actual test cases for queries using modified flags
2017-08-31 17:56:12 +03:00
Vlad Mihalcea
e7c239d57f
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Move code snippets to actual test cases for entity revision queries
2017-08-31 15:44:45 +03:00
Sanne Grinovero
67ccdae0f5
HHH-11950 Target WildFly 11 for produced hibernate-orm-modules
2017-08-29 13:44:55 +03:00
Gail Badner
407360d957
HHH-11935 : Log a warning and update documentation that enabling "empty" composites is an experimental feature
2017-08-17 21:44:17 -07:00
Vlad Mihalcea
12616d44e2
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Refactor section about queries
2017-08-17 17:04:52 +03:00
Vlad Mihalcea
742df1f3fa
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Add example for property-based changes
2017-07-31 16:32:48 +03:00
Vlad Mihalcea
28758f7d53
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Extend the Revision log example with actual test cases and SQL statement snippets
2017-07-31 13:30:52 +03:00
Vlad Mihalcea
e56ecc24ff
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Provide two examples for the entity type change revision tracking
2017-07-28 09:43:30 +03:00
Vlad Mihalcea
fa81aafb28
HHH-11891 - Clarify documentation about Hibernate support for basic array types
...
Apply Steve suggestions
2017-07-28 08:22:35 +03:00
Vlad Mihalcea
f0ccd7126a
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Refactor the Revision log example with actual test cases
2017-07-27 16:08:49 +03:00
Vlad Mihalcea
582bd94530
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Add example to demonstrate the audit log query difference for ValidityAuditStrategy
2017-07-27 11:26:57 +03:00
Vlad Mihalcea
871722dc08
HHH-11891 - Clarify documentation about Hibernate support for basic array types
2017-07-27 09:56:40 +03:00
Vlad Mihalcea
a260006d76
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Add example to configure the ValidityAuditStrategy
2017-07-26 17:39:03 +03:00
Vlad Mihalcea
7c5213171b
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Add examples about reading revisions and reconstructing entity state
2017-07-25 16:17:37 +03:00
Vlad Mihalcea
d671fe1391
HHH-11890 - Remove old docbook folder from the documentation module
2017-07-25 11:54:01 +03:00
Vlad Mihalcea
ba2e273e9e
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
2017-07-24 17:41:45 +03:00
Vlad Mihalcea
1afbdadd67
Minor documentation changes for Envers
2017-07-19 12:58:57 +03:00
Guillaume Husta
60f2ac8534
FIX HHH-11868
2017-07-13 09:21:13 -04:00
Vlad Mihalcea
6ed1303349
HHH-11526 - Documentation for custom collection types
2017-07-05 14:25:13 +03:00
Vlad Mihalcea
c87253575d
HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
...
Fixed in the OSGI chapter
2017-07-05 12:39:03 +03:00
Vlad Mihalcea
ceaeb81e33
HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
...
Fixed in the Identifier chapter
2017-07-05 11:56:21 +03:00
Vlad Mihalcea
b9b956cd2c
HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
...
Fixed in the Dynamic entity mapping chapter
2017-07-04 15:43:33 +03:00
Vlad Mihalcea
87ce2670e7
HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
...
Fixed in the Entity chapter
2017-07-04 14:22:28 +03:00
Vlad Mihalcea
f9cb1d5cb4
HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
...
Fixed in the Access chapter
2017-07-04 08:59:16 +03:00
Vlad Mihalcea
c42df6a11b
HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
...
Fixed in the Embeddable chapter
2017-06-29 16:56:08 +03:00
Vlad Mihalcea
c39a337418
HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
...
Fixed in the Natural Id chapter
2017-06-28 18:22:27 +03:00
Vlad Mihalcea
64b16fdf5e
HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
...
Fixed in the Locking chapter
2017-06-28 15:28:53 +03:00
Vlad Mihalcea
0a24f4d6bd
HHH-11837 - MapsId and PrimaryKeyJoinColumn examples in the documentation should use OneToOne rather than ManyToOne
...
Replace many-to-one with one-to-one as illustrated by the actual entity maappings
2017-06-27 12:09:41 +03:00
Andrea Boriero
bbcab0f75c
HHH-11808 - Update migration guide and documentation
2017-06-27 09:07:21 +03:00
Vlad Mihalcea
664a9d568a
HHH-11837 - MapsId and PrimaryKeyJoinColumn examples in the documentation should use OneToOne rather than ManyToOne
2017-06-26 14:48:47 +03:00
Vlad Mihalcea
3d2baa8d56
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Persister annotation
2017-06-22 18:00:14 +03:00
Vlad Mihalcea
a53e11822b
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Proxy annotation
2017-06-22 17:33:29 +03:00
Vlad Mihalcea
2353697a03
Add fetch as well for LocalDateTime test
2017-06-22 12:44:38 +03:00
Vlad Mihalcea
385f6d056c
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Tuplizer annotation
2017-06-22 12:20:45 +03:00
Gail Badner
027ca97090
Fix broken test on pgsql Jenkins pipeline
2017-06-22 09:30:05 +03:00
Vlad Mihalcea
b28a38fb41
HHH-11186 - Add examples for all Hibernate annotations
...
Document @SqlFragmentAlias annotation
2017-06-21 18:01:48 +03:00
Vlad Mihalcea
7f010569e5
HHH-11827 - JPA entity native query not eagerly fetching associations as suggested by documentation.
2017-06-21 16:48:48 +03:00
Vlad Mihalcea
7362a49477
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Polymorphism annotation
2017-06-20 17:26:06 +03:00
Vlad Mihalcea
67b01b5004
HHH-11186 - Add examples for all Hibernate annotations
...
Document Hibernate @NativeQuery and @NamedNativeQuery annotation
2017-06-19 17:16:26 +03:00
Vlad Mihalcea
e5044c51c1
HHH-11186 - Add examples for all Hibernate annotations
...
Document @LazyToOne annotation
2017-06-19 15:36:14 +03:00
Vlad Mihalcea
216e61fc9b
HHH-11764 - JTS geometry being bound to byte array instead of PGgeometry
2017-06-14 22:08:12 +02:00
Utku Gultopu
8343a3f647
HHH-11804 - Make embeddable class' name consistent
2017-06-11 12:32:05 -04:00
Vlad Mihalcea
3f35cd18e0
HHH-11186 - Add examples for all Hibernate annotations
...
Document @WhereJoinTable annotation
2017-06-09 14:11:11 +03:00
Vlad Mihalcea
9c53bfdd73
HHH-11186 - Add examples for all Hibernate annotations
...
Document default entity listeners, @ExcludeDefaultListeners, and @ExcludeSuperclassListeners
2017-06-08 17:51:50 +03:00
Vlad Mihalcea
43f74be58e
HHH-11186 - Add examples for all Hibernate annotations
...
Document @AssociationOverride and @AttributeOverride
2017-06-08 11:46:32 +03:00
Vlad Mihalcea
6049131218
HHH-11793 - Change docs to point out that EAGER associations cannot be turn to LAZY with entity graphs
2017-06-08 08:53:17 +03:00
Vlad Mihalcea
6307a47c13
HHH-11186 - Add examples for all Hibernate annotations
...
Document @NamedSubgraph
2017-06-07 17:24:00 +03:00
Vlad Mihalcea
9039291288
HHH-11186 - Add examples for all Hibernate annotations
...
Document @PersistenceUnit
2017-06-06 15:36:55 +03:00
Vlad Mihalcea
6082f1975d
HHH-11186 - Add examples for all Hibernate annotations
...
Document @PersistenceContext and @PersistenceProperty
2017-06-06 12:24:56 +03:00
Vlad Mihalcea
7ae52fa65e
HHH-11186 - Add examples for all Hibernate annotations
...
Document @QueryHint
2017-06-06 08:43:47 +03:00
Vlad Mihalcea
5e23b7fd02
HHH-11186 - Add examples for all Hibernate annotations
...
Document @TableGenerator
2017-06-05 17:27:23 +03:00
Vlad Mihalcea
e10653e3a7
HHH-11186 - Add examples for all Hibernate annotations
...
Document @SequenceGenerator
2017-06-05 16:45:10 +03:00
Vlad Mihalcea
80860065e5
HHH-11186 - Add examples for all Hibernate annotations
...
Document @NamedStoredProcedureQuery and @StoredProcedureParameter annotations
2017-06-05 14:59:55 +03:00
Vlad Mihalcea
1fb9d1fb1a
HHH-11186 - Add examples for all Hibernate annotations
...
Document @MapKeyClass annotation
2017-06-01 17:58:57 +03:00
Vlad Mihalcea
a4db601eca
HHH-11186 - Add examples for all Hibernate annotations
...
Document @MapKeyColumn annotation
2017-06-01 16:00:26 +03:00
Vlad Mihalcea
fd3ac458f2
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Index annotation
2017-06-01 14:51:40 +03:00
Vlad Mihalcea
c0b0da4282
HHH-11186 - Add examples for all Hibernate annotations
...
Document @UniqueConstraint annotation
2017-06-01 14:01:40 +03:00
Vlad Mihalcea
25e3aeb0b8
Switch from createSQLQuery to createNativeQuery as the former is deprecated since 5.2
2017-05-30 09:52:56 +03:00
Vlad Mihalcea
6f35871266
HHH-11186 - Add examples for all Hibernate annotations
...
Document @OptimisticLock annotation
2017-05-25 18:37:22 +03:00
Vlad Mihalcea
378009d5e1
HHH-11186 - Add examples for all Hibernate annotations
...
Move optimistic locking mapping to the Locking chapter
2017-05-25 17:27:35 +03:00
Vlad Mihalcea
baf194d422
HHH-11186 - Add examples for all Hibernate annotations
...
Document @OnDelete annotation
2017-05-25 17:12:48 +03:00
Vlad Mihalcea
77ea6186f7
HHH-11186 - Add examples for all Hibernate annotations
...
Document @OrderBy annotation
2017-05-24 17:21:33 +03:00
Vlad Mihalcea
73affabe44
HHH-11186 - Add examples for all Hibernate annotations
...
Document @MapKeyType annotation
2017-05-24 11:42:15 +03:00
Vlad Mihalcea
26908a86f5
HHH-11186 - Add examples for all Hibernate annotations
...
Document the @ListIndexBase annotation
2017-05-22 18:42:49 +03:00
Vlad Mihalcea
ec165296c6
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Source and @RowId annotation
2017-05-18 17:38:37 +03:00
Vlad Mihalcea
e2e48e4e07
Fix test failing on MariaDB
2017-05-18 10:19:09 +03:00
Vlad Mihalcea
c2150ffc3b
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Subselect and @Synchronize annotations
2017-05-17 17:45:22 +03:00
Vlad Mihalcea
6db73b22fe
HHH-11186 - Add examples for all Hibernate annotations
2017-05-16 16:48:54 +03:00
lpradel
0e83628c92
HHH-11546 Add support for SAP NetWeaver as JTA Platform
2017-05-16 12:45:19 +03:00
Prasanth Mathialagan
6ec060b1d2
HHH-11750 Fixed typos in Hibernate 5.2 User Guide
2017-05-16 00:59:45 -04:00
Chris Cranford
5a7526b484
HHH-11730 - Document new configurable property.
2017-05-11 18:17:46 -04:00
EUROPE\cdhib
ef8ebe0d42
HHH-11729 - Add clarifications in the User Guide related to how Hibernate FetchMode types translate to JPA
2017-05-08 14:40:31 +03:00
Vlad Mihalcea
3ee36aa420
HHH-11186 - Add examples for all Hibernate annotations
...
Document DynamicUpdate annotation
2017-04-20 18:42:35 +03:00
Vlad Mihalcea
ca52b38b1b
HH-11186 - Add examples for all Hibernate annotations
...
Document Parent annotation
2017-04-19 15:22:22 +03:00
Vlad Mihalcea
6c810a422c
HH-11186 - Add examples for all Hibernate annotations
...
Document Target annotation
2017-04-19 12:53:28 +03:00
Vlad Mihalcea
9d3e917661
HH-11186 - Add examples for all Hibernate annotations
...
Document UpdateTimestamp annotation
2017-04-18 17:58:33 +03:00
Vlad Mihalcea
1772baf67e
Add missing class names and fix documentation pointing to missing property
2017-04-18 15:18:59 +03:00
Steve Ebersole
db528238d8
HHH-11542 - Allow the auto-commit resolution to be configurable for RESOURCE_LOCAL transactions
2017-04-14 10:51:57 +02:00
Vlad Mihalcea
ca103dcb28
HHH-11542 - Allow the auto-commit resolution to be configurable for RESOURCE_LOCAL transactions
2017-04-14 10:51:57 +02:00
Gail Badner
19e585bf9d
HHH-11499 : Add a new DB2 dialect that uses "cross join" for cross joins instead of ","
2017-04-12 22:09:59 -07:00
Vlad Mihalcea
442bf225c4
HHH-11601 - Fix tests failing on Oracle
2017-04-12 12:15:27 +03:00
Andrea Boriero
be0a273c7c
HHH-11579 - Disable Query parameter validation when a Session is unwrapped from an EntityManager
2017-04-06 16:27:50 +03:00
Vlad Mihalcea
ae23ecd937
HHH-11593 - Fix test issues in SQL Server
2017-03-29 17:13:30 +03:00
Andrei Solntsev
42f8d033c1
HHH-11547 fix some typos in documentation
2017-03-05 17:28:34 -05:00
Fábio Ueno
7b78ee9981
HHH-11186 - Add example for all Hibernate annotations
...
Document more annotations:
- @NotFound
2017-02-27 18:17:58 +02:00
Vlad Mihalcea
2980dc4e84
HHH-11473 - Refactor MySQL Dialects
...
- Add a mention of MySQL5SpatialDialect as well in the User Guide
2017-02-21 08:14:50 +02:00
Vlad Mihalcea
2b79644b63
HHH-11473 - Refactor MySQL Dialects
2017-02-20 15:35:16 +02:00
Vlad Mihalcea
d7eb9f5fba
HHH-11457 - Add MariaDB specific Dialects
...
- mention the new MariaDB dialects in the User Guide
2017-02-16 12:58:19 +02:00
Vlad Mihalcea
f5606b1f4b
HHH-11491 - Add documentation to non-temporary tables bulk-id strategies
2017-02-16 12:49:03 +02:00
Vlad Mihalcea
2a42d83692
HHH-11485 - Document that the @Filter annotation only applies to query
2017-02-15 16:57:28 +02:00
Vlad Mihalcea
7c06d003dc
HHH-11457 - Add MariaDB specific Dialects
2017-02-15 12:08:34 +02:00
Sanne Grinovero
f2728836af
HHH-11489 Improve the documentation about upgrading WidFly with latest Hibernate ORM modules
2017-02-14 17:39:09 +00:00
Fábio Ueno
54503bf7f4
HHH-11186 - Add examples for all Hibernate annotations
...
- CascadeType.REFRESH and CascadeType.REPLICATE
2017-02-14 15:04:19 +02:00
Galder Zamarreño
8b2a852a92
HHH-11445 - Improve Infinispan second-level cache documentation
...
- Also add a replicated cache example for entity/collection to make it easy for users to switch to that. Since eviction is not recommended for replicate entity caches, it helps to provide a sample configuration.
2017-02-13 15:35:53 +02:00
Fábio Ueno
260b21bd63
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @Cascade
2017-02-13 15:24:56 +02:00
Mark Rotteveel
828fb09eb8
HHH-11482 Update example and documentation to clarify SUBSTRING is 1-based
2017-02-13 10:34:28 +02:00
Vlad Mihalcea
8775007e7c
Add tests to replicate that a @Filter does not apply to direct entity fetching
2017-02-13 09:36:48 +02:00
Chris Cranford
6b2176ab83
HHH-11461: Remove reference to the EnversSchemaGenerator tool in documentation.
2017-02-07 00:15:22 -05:00
Vlad Mihalcea
efc041c9e6
HHH-11453 - Documentation: explain/state find() and Query on a single entity can behave differently
2017-02-06 11:42:27 +02:00
Vlad Mihalcea
a4125ad28e
HHH-11442 - Update documentation for HHH-10858
2017-02-02 14:25:44 +02:00
Vlad Mihalcea
20500f17ae
HHH-11438 - Inconsistencies in the documentation for bytecode enhancement
2017-02-02 09:34:06 +02:00
Sanne Grinovero
5e206666f0
HHH-11439 Switch from Geronimo JTA to Narayana JTA
2017-02-01 19:56:05 -05:00
Andrea Boriero
ec9e8dbdfa
HHH-11436 : SQLTest failure
2017-01-31 18:03:38 +00:00
stonio
536a91dc78
Update Configurations.adoc - Typo org.hibernate.core
...
Missing trailing backtick after org.hibernate.core
2017-01-23 14:57:27 +01:00
Fábio Ueno
f1cdee2612
HHH-11408 - Fixing typos in documentation
2017-01-19 11:26:24 +02:00
Fábio Ueno
380642bc79
HHH-11388 - Fix documentation typos
2017-01-12 12:19:40 +02:00
Fábio Ueno
f87f1d5b79
Added missing backtick
2017-01-11 11:53:51 -05:00
Fábio Ueno
65ab56a827
Added missing double greater than signs
2017-01-11 11:53:51 -05:00
Fábio Ueno
9a62e55a4d
Added missing backtick
2017-01-11 11:53:51 -05:00
Vlad Mihalcea
0bd7b8eac1
HHH-4959 - Concurrent HQL parsing blocks on ReflectHelper.classForName()
...
Exclude JPQL and Criteria API aliases when searching for a Java constant value
2016-12-14 10:05:30 +02:00
opporancisis
d5538fc63b
HHH-11317 - Several typos and style fixes in documentation
2016-12-07 12:57:23 +02:00
Vlad Mihalcea
ab9016306b
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @LazyCollection
2016-12-05 17:30:28 +02:00
Vlad Mihalcea
2f2debb130
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @JoinColumnOrFormula
2016-12-02 15:53:27 +02:00
Vlad Mihalcea
c83efda49b
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @JoinFormula
2016-12-02 13:29:34 +02:00
Vlad Mihalcea
37b2ffc560
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @GenericGenerator
2016-11-30 17:47:46 +02:00
Vlad Mihalcea
8009af3f9b
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @GeneratorType
2016-11-30 13:02:41 +02:00
Vlad Mihalcea
6a69f10f46
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @Generated
2016-11-29 18:15:12 +02:00
Vlad Mihalcea
8f3d58601d
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @FilterJoinTable
2016-11-25 15:50:02 +02:00
Chris Cranford
aa3f913857
HHH-11194 - Add setting to allow enabling legacy 4.x LimitHandler behavior (removed delegation).
...
Fix broken test on SQL Server and propagate the legacy behavior even when we extend the SQL Server of the Ingres base Dialects
2016-11-24 10:49:45 +02:00
Gail Badner
60d420b011
HHH-11083 : clarify that hibernate.cache.keys_factory is only supported when using Infinispan
2016-11-22 22:31:26 -08:00
Radim Vansa
6d8f93c103
Document `hibernate.cache.keys_factory`
2016-11-22 22:00:44 -08:00
Vlad Mihalcea
cc1730fb01
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @Fetch along with SELECT, SUBSELECT, and JOIN FetchMode
2016-11-18 16:50:59 +02:00
Rafael Winterhalter
ba3359fe62
HHH-11152: Added BytecodeProvider based on Byte Buddy
2016-11-16 13:18:46 -06:00
Vlad Mihalcea
4960da8471
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @DynamicInsert
- @DynamicUpdate
- OptimisticLockType
- @SelectBeforeUpdate
2016-11-16 18:02:16 +02:00
Vlad Mihalcea
a2c58aab2c
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @ColumnDefault
- @CreationTimestamp
2016-11-15 18:35:33 +02:00
Vlad Mihalcea
6a6e0f2f6d
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @CollectionType
2016-11-14 13:36:24 +02:00
Vlad Mihalcea
78f8619a7d
HHH-11186 - Add examples for all Hibernate annotations
...
Document more annotations:
- @BatchSize
- @Check
2016-11-11 11:41:43 +02:00
Vlad Mihalcea
672d8fe4ab
HHH-10127 - Allow indication that converted types are immutable
2016-11-10 12:31:36 +02:00
Vlad Mihalcea
66e1ee3851
HHH-11206 - Document all configurations that are not present in AvailableSettings
2016-11-07 16:26:44 +02:00
Vlad Mihalcea
b828db2261
HHH-3674 - Expose SchemaUpdate#haltOnError as a configuration property
2016-11-03 18:22:31 +02:00
Vlad Mihalcea
144e34e249
HHH-2705 - optimistic-lock = "dirty" does not support detached objects
2016-11-03 14:28:57 +02:00
Vlad Mihalcea
02f46cb61f
HHH-4465 - Document @Entity.name != Hibernate entity name
2016-11-02 17:46:18 +02:00
Vlad Mihalcea
dd4046e3a6
HHH-11221 - Add more authors to the User Guide header
2016-11-02 12:55:16 +02:00
Vlad Mihalcea
531ff6e944
HHH-11034 - Query.stream() Javadoc should specify whether the resulting Stream contains resources
2016-11-02 12:25:30 +02:00
Vlad Mihalcea
c0ddfbb3df
HHH-9816 - Document exclude-unlisted-classes and hibernate.archive.autodetection in the manual
2016-11-01 16:29:32 +02:00
Vlad Mihalcea
5629457aa8
HHH-2643 - Improve Session.refresh() Javdoc to clarify contract
...
Instead of writing it in the JavaDocs, it's much more appropriate to document this behavior in the User Guide
2016-10-31 13:54:30 +02:00
Vlad Mihalcea
d126faa7d9
HHH-2123 - clarification on the way interceptors and event system interact.
2016-10-31 12:48:03 +02:00
Vlad Mihalcea
bed3d62f4d
HHH-7424 - document HHH-2576
2016-10-28 09:51:50 +03:00
Vlad Mihalcea
c1e209a6a7
HHH-11171 - Java 8 time types fail Externalization
...
Restrict test execution to H2 only since it uses a DB-specific syntax
2016-10-26 16:00:39 +03:00
Vlad Mihalcea
e469a99c30
HHH-9216 - Add documentation about merging multiple detached representations of the same entity
2016-10-26 14:24:27 +03:00
Andrea Boriero
bf2bc323f6
HHH-11188 - SessionImpl.refresh() throws IllegalArgumentException, 'Entity not managed' for detached instances when JPA bootstrapped
2016-10-26 11:15:31 +03:00
Vlad Mihalcea
8bd6cf6f6b
HHH-11174 - Document that XML file mappings can reside outside of JAR
2016-10-25 17:41:57 +03:00
Christian Beikov
4ec71e2621
Add documentation about the property
2016-10-21 13:44:08 -05:00
Vlad Mihalcea
d02b95a572
HHH-11189 - Remove all links to external blog posts from User Guide
2016-10-21 06:53:54 +03:00
Yordan Gigov
3b196fb2e1
HHH-11171 - Java 8 time types fail Externalization
2016-10-20 16:20:34 +03:00
Vlad Mihalcea
2ecfd488b7
HHH-7010 - Document mapping annotations
...
List and describe all JPA and Hibernate.annotations
2016-10-20 14:03:54 +03:00
Vlad Mihalcea
2ff3fa16b1
HHH-11175 - Remove the Cartesian Product note from JOINED inheritance
2016-10-13 18:00:13 +03:00
Vlad Mihalcea
95ac619bce
HHH-11066 - Documentation regarding the reason @Filter is not supported with @Cache for collections
2016-10-13 14:34:35 +03:00
Vlad Mihalcea
fc1a49b13b
HHH-5037 - Improve documentation for immutable/read-only entity and immutable collection functionality
2016-10-12 16:38:34 +03:00
Vlad Mihalcea
814ea97b85
HHH-11127 - Confused batch processing doc example
2016-10-10 12:15:58 +03:00
Sanne Grinovero
4dbef2fdf0
HHH-5152 typo in previous commit related to this issue
2016-10-07 14:38:47 +01:00
Vlad Mihalcea
5ea187f035
HHH-3771 - Best practice for equals implementation
2016-10-06 15:14:09 +03:00
Vlad Mihalcea
0ba1d69d18
HHH-5152 - Update Configuration chapter (chapter 3) to reflect Hibernate Annotations
2016-10-06 14:53:00 +03:00
Vlad Mihalcea
66f5fd301c
HHH-8512 - Hibernate documentation is not clear what Java/JDBC version is required
...
Add system requirements in the Preface of the User Guide
2016-10-06 12:03:12 +03:00
Vlad Mihalcea
705493d9e8
HHH-10243 - document package registration for Hibernate 5
2016-10-05 17:23:19 +03:00
Vlad Mihalcea
2eca52a316
HHH-11151 - Update Getting Started guide to Hibernate 5.2
2016-10-04 11:38:09 +03:00
Vlad Mihalcea
88bc2db28a
HHH-11142 - Document supported use/implications of @Cache / @Cacheable
2016-10-03 15:19:31 +03:00
Andrea Boriero
de3153a8e1
HHH-11023 - Startup performance regression : schema update/validate
2016-09-28 19:12:46 +01:00
Vlad Mihalcea
cd41d71b06
HHH-11132 - Add a Performance Tuning and Best Practices chapter
...
Add more details related to associations and fix typos
2016-09-28 15:04:54 +03:00
Vlad Mihalcea
a705b48c41
HHH-11132 - Add a Performance Tuning and Best Practices chapter
2016-09-28 12:37:57 +03:00
Steve Ebersole
e3bee9eede
enable build scans;
...
removed bad project dependency on hibernate-gradle-plugin in documentation
2016-09-26 17:33:20 -05:00
Vlad Mihalcea
dda90ef3d0
HHH-11108 - Add test to prove that @Basic( fetch = FetchType.LAZY ) really works as expected
...
Roll back changes since we already have the JpaRuntimeEnhancementTest to prove this works and it does not use build-time enhancement
2016-09-22 12:40:22 +03:00
Vlad Mihalcea
cc21eeb1af
Skip test failing on Java 1.9 using Gradle
2016-09-20 20:01:13 +03:00
Vlad Mihalcea
bd8c3c226d
Disable bytecode enhancement for documentation module as well as the test that makes use of this feature if the JDK version is 1.9
2016-09-20 18:23:45 +03:00
Vlad Mihalcea
2b30cabf2f
HHH-11116 - Improve the JPA bootstrapping section in the User Guide
2016-09-20 16:57:33 +03:00
Vlad Mihalcea
55e175ce31
HHH-11108 - Add test to prove that @Basic( fetch = FetchType.LAZY ) really works as expected
2016-09-15 14:42:06 +03:00
Jaikiran Pai
7247f05a21
HHH-10972 Use UTF-8 charset for reading file content of scripts that are used for initializing databases
2016-09-15 11:52:41 +03:00
Vlad Mihalcea
62e499538c
HHH-10399 - Add support for specifying TimeZone for ZonedDateTime type
...
Add documentation and supply more tests
2016-09-13 13:35:01 +03:00
Vlad Mihalcea
310139dbdc
HHH-11070 - Add the full Hibernate ORM version to the User Guide title
2016-08-30 10:05:15 +03:00
Vlad Mihalcea
d88bf908da
HHH-11069 - Improve documentation regarding GenerationType.AUTO
...
Explain the two IdGeneratorStrategyInterpreter implementations and their relation to how AUTO resolves to an actual identifier strategy
2016-08-29 17:29:41 +03:00
Gail Badner
b3d2c0fc90
HHH-11059 : Improve documentation for JTA configuration in user guide
2016-08-22 19:11:45 -07:00
Vlad Mihalcea
47c171f687
HHH-10523 - 2.3.20. SQL quoted identifiers in User Guide should discuss explicit enclosure in double-quotes (JPA)
2016-08-10 11:02:59 +03:00
Vlad Mihalcea
b6ac8ec1be
HHH-11027 - Document the PASS_DISTINCT_THROUGH Query Hint
2016-08-08 13:18:52 +03:00