Nathan Xu
84b3167f26
HHH-14133 fix obvious example code error for 'second level cache' in user guide
2020-08-10 11:10:53 +01:00
Andrea Boriero
283c3fefb5
Merge remote-tracking branch 'upstream/master' into wip/6.0
2020-08-07 11:23:44 +01:00
Rafi Shamim
4655bdbe12
HHH-13724 Add CockroachDB dialects and configs for testing
2020-07-27 12:49:40 +01:00
Andrea Boriero
4550c70d15
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_47
2020-07-20 10:50:17 +01:00
Nathan Xu
3d4cd3f7b3
port entity graph legacy testing cases
2020-07-20 09:37:15 +01:00
Nathan Xu
5952c0abc3
HHH-14097 fix bug that redundant SQLs might be issued for 'FETCH' entity graph
2020-07-09 14:08:30 +01:00
Andrea Boriero
9ba18b8c5d
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_46
2020-07-07 15:43:17 +01:00
Emmanuel Duchastenier
d17f19d364
HHH-14098 Query plan cache query-level statistics Documentation, used getQueryPlanCacheMissCount instead of getPlanCompilationTotalMicroseconds
2020-07-06 12:19:25 +01:00
Nathan Xu
233b8daffb
import entity graph parsing test cases
2020-06-23 10:11:16 -05:00
Andrea Boriero
cfc1de9de6
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_44
2020-06-16 08:23:55 +01:00
Martin Vietz
180656e9f3
HHH-14064 - Fix documentation for schema-generation
2020-06-09 14:38:55 +01:00
Andrea Boriero
257e479e92
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_39
2020-05-14 10:00:59 +01:00
Jonathan Bregler
fa4ead1baa
HHH-13996: Update documentation for HANA Cloud
2020-05-11 22:39:04 +01:00
Sanne Grinovero
6dd7d09ba0
Revert "HHH-13950 Apply the mass replace script to switch to Jakarta Validation API"
...
This reverts commit 60abc8aa76
.
2020-05-11 18:00:07 +01:00
Andrea Boriero
3bc33221f0
Revert "HHH-13950 Apply the mass replace script to switch to Jakarta Validation API"
...
This reverts commit 60abc8aa76
.
2020-04-24 13:26:37 +01:00
Nathan Xu
686a519680
implement @Filter for HQL/Criteria
2020-04-21 17:08:19 -05:00
Steve Ebersole
ced4f5e602
Various changes around how basic values are handled in terms of mapping consumption for annotations and how value conversions happen
...
* Split BasicType "resolution" into 2 - one used for reading (mapping model) versus one used from writing (legacy persister model)
* @SqlTypeCode, @SqlType, @SqlTypeRegistration
* @JavaType, @JavaTypeRegistration
* @Mutability
* jdbc_mappings.adoc section for DomainModel chapter
[*] At the moment, neither @SqlTypeRegistration nor @JavaTypeRegistration support has been implemented
[*] Still need to make sure @Mutability is propogated properly in all the cases
[*] jdbc_mappings.adoc still needs a lot of attention
2020-04-21 16:09:46 -05:00
Andrea Boriero
88d65adafb
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_35
2020-04-20 13:44:39 +01:00
Andrea Boriero
a0b4566264
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_34
2020-04-20 12:17:22 +01:00
Sanne Grinovero
60abc8aa76
HHH-13950 Apply the mass replace script to switch to Jakarta Validation API
...
For reference, this is the script being applied:
find . -type f -name '*\..java' -o -name '*.\.adoc' -o -name '*.\.gradle' | xargs sed -i 's/javax\.validation/jakarta\.validation/g'
2020-04-20 12:16:36 +01:00
Andrea Boriero
7ced01d303
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_32
2020-04-17 14:39:36 +01:00
Sanne Grinovero
c1423c9cb1
HHH-13952 Amend the WildFly integration documentation to warn the feature is gone
2020-04-17 14:27:19 +01:00
Sanne Grinovero
2b279c6a83
HHH-13952 Remove our ability to build the Wildfly feature pack and run integration tests on WildFly
2020-04-17 14:27:19 +01:00
Jonathan Bregler
95c9526dda
HHH-13917: Add support for HANA Cloud
2020-04-17 13:30:38 +01:00
Andrea Boriero
2ccf7fab9e
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_30
2020-04-16 11:03:49 +01:00
Sanne Grinovero
0b4bcce3fa
HHH-13947 Switch the JPA Javadoc prefix URL to a build parameter
...
Applying the following script, and setting the current value as a
documentation parameter:
find . -type f -name '*.java' -o -name '*.adoc' -o -name '.xml' | xargs sed -i 's/https:\/\/javaee\.github\.io\/javaee-spec\/javadocs\/javax\/persistence\//\{jpaJavadocUrlPrefix\}/g'
Having the script might help re-migrating existing documentation patches,
or forward porting subsequent improvements from previous branches.
The javadocs for JPA 3.0 have not been published yet at this point;
having a parameter will make it easier to leave this single task for
a later point in time.
2020-04-14 23:41:07 +01:00
Yoann Rodière
c906989989
HHH-13682 Remove unnecessary checks around Java 8 compatibility
...
The build requires JDK8+, so we're alwways Java 8 compatible.
2020-04-14 13:36:43 +01:00
Nathan Xu
c23ded50ba
update user guide regarding the new feature of `@SortNatural` by default
2020-04-14 10:48:32 +01:00
Nathan Xu
11c5a1019f
renaming and some legacy code fixing
2020-04-14 10:22:55 +01:00
Andrea Boriero
abe1e656f7
Merge remote-tracking branch 'upstream/master' into wip/6.0
2020-03-03 16:59:30 +00:00
Vlad Mihalcea
d9a335c429
HHH-13872 - Make the Java Stream close the underlying ScrollableResultsIterator upon calling a terminal operation
2020-02-21 06:03:42 -06:00
Arend v. Reinersdorff
3c67d521e1
Fix typo "fare more" -> "far more"
2020-02-20 16:03:52 +00:00
Andrea Boriero
f77fb75639
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_23
2020-02-05 11:37:36 +00:00
Sanne Grinovero
eb524aa3a4
HHH-13809 On more fix in basic_types.adoc
2020-01-31 10:00:43 +00:00
Nathan Xu
19e35b86cc
HHH-13809 Various improvements in the user guidesw
2020-01-31 09:30:28 +00:00
gavinking
95930820af
Support for timezones
...
- add TimestampWithTimeZoneDescriptor and use it in OffsetDateTimeJD
and ZonedDateTimeJD
- add ZoneOffsetJavaDescriptor for ZoneOffset attributes
- clean up string rendering for temporal types using ISO formats;
note that they do not need to implement objectToSQLString()
since they cannot be discriminators
Note that at this time very few databases have meaningful support
for the ANSI-standard TIMESTAMP WITH TIME ZONE type. This limits
the usefulness of TimestampWithTimeZoneDescriptor for now.
Also add in some missing but needed type mappings for temporal types
2020-01-30 14:01:34 -06:00
gavinking
9565d499af
Big merge of my branch with new Hibernate 6 codebase
...
Lots of new functionality here related to HQL functions, SQL
dialects, and date/time handling.
2020-01-30 14:01:33 -06:00
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
Steve Ebersole
1378708088
HHH-11019 - Extend DelayedPostInsertIdentifier support to include checks for FlushMode (EXTENDED PC) - support for testing inside WildFly leveraging Arquilian and hibernate-orm-modules
2016-08-05 10:09:35 -05:00
Vlad Mihalcea
7d14223531
HHH-11017 - Migrate Integration Guide to AsciiDoctor
2016-08-03 13:49:02 +03:00
Vlad Mihalcea
e3bd5a56d2
HHH-11013 - The release task creates two documentation folders for UserGuide
2016-08-01 11:14:02 +03:00
Steve Ebersole
10def48f48
HHH-10896 - Exception thrown when dropping schema with a managed connection
2016-07-30 07:55:38 -05:00
Vlad Mihalcea
e52dab922c
HHH-11002 - Add documentation section about Filter and FilterDef
2016-07-28 15:20:59 +03:00
Dmytro Bondar
fa00cb3f41
HHH-10725 - Hibernate Integrations Guide: an incorrect example LatestAndGreatestConnectionProviderImpl
2016-07-21 16:19:49 +03:00
Vlad Mihalcea
2dcb75e2a5
HHH-10971 - Document flush operation order
2016-07-19 18:00:29 +03:00
Vlad Mihalcea
9b0e7e1c1a
HHH-10966 - Document @DiscriminatorValue NULL and NOT_NULL options
2016-07-18 17:20:35 +03:00
Vlad Mihalcea
f5e10c29eb
HHH-10907 - Fix connection leak problem in hibernate-core tests
2016-07-14 13:55:30 +03:00
Brett Meyer
da4f5e1a57
HHH-10947 Add @Repeatable to Hibernate-owned annotations
2016-07-11 15:33:35 -04:00
Vlad Mihalcea
825ab02723
HHH-10945 - Move TransactionUtil from documentation to hibernate-testing
2016-07-11 16:58:06 +03:00
Steve Ebersole
6cc9f6242a
HHH-10899 - Provide module ZIP file for upgrading WildFly to latest Hibernate
2016-06-29 15:49:50 -05:00
Gunnar Morling
94389ee6b4
HHH-10812 Addressing review remarks
2016-06-29 15:49:50 -05:00
Gunnar Morling
62b5cf6eac
HHH-10812 Adding documentation
2016-06-29 15:49:50 -05:00
Andrea Boriero
a8bcedecbf
HHH-10877 - Fix Introduce a configuration option to allow out of transaction updates
2016-06-29 14:55:56 +02:00
Andrea Boriero
1dc2fe1789
HHH-10837 - Updated documentation
2016-06-28 15:52:12 +02:00
Vlad Mihalcea
de584076ec
Document 5.2.1 follow-on-locking changes
2016-06-23 17:49:25 +03:00
Vlad Mihalcea
9ac93156a0
Update the Locking documentation
...
- add a side-by-side comparison of LockMode and LockModeType
- describe the follow-on-locking behavior
2016-06-23 16:01:07 +03:00
Vlad Mihalcea
69ee03a79c
HHH-10826 Auxiliary Database Object no longer documented
...
HHH-10334 @Formula annotation javadoc contains database dependent sample usage
Created a new section related to automatic schema generation
2016-06-20 13:26:34 +03:00
Steve Ebersole
3040030bd8
HHH-10864 - Allow ORM to be built with Java 9
2016-06-17 19:15:08 -05:00
Vlad Mihalcea
757f51d298
Update Query#stream documentation to match the single type matching logic
2016-06-15 12:30:00 +03:00
Chris Cranford
e2343f873a
HHH-10824 - Fix query stream API to support returning R rather than Object[] when selecting one type.
2016-06-14 10:51:08 -05:00
Chris Cranford
61e767c4bf
HHH-9128 - Correct documentation regarding EnversHibernateToolTask.
2016-06-13 17:20:33 -05:00
Vlad Mihalcea
4d9cd0a32d
HHH-10808 - Update documentation according to 5.2 changes
...
Document Session-level JDBC batch size setting and add a new example for fetching a projection using Query.stream
2016-06-08 11:40:52 +03:00
Vlad Mihalcea
4d02a61999
HHH-10361 - Child module osgi does not exist in hibernate-tutorials
2016-06-07 17:15:18 +03:00
Vlad Mihalcea
5963183c4a
HHH-10808 - Update documentation according to 5.2 changes
2016-06-07 16:14:34 +03:00
Louis Jacomet
cab099c59a
HHH-10770 JCache provider documentation
2016-05-31 23:55:23 -05:00
Vlad Kuznetsov
bf9b3f524d
HHH-6781 - Class level @Where annotation is not enforced on collections of that class
2016-05-26 16:23:34 +03:00
Vlad Mihalcea
0834ab6b1d
HHH-10052 - documentation about hashCode and equals not up to date
2016-05-25 13:00:33 +03:00
Chris Cranford
6be82328b5
HHH-10762 - Document relation traversal api.
2016-05-23 20:13:58 -05:00
Vincent Ricard
c947187748
HHH-10765 Some links in the user guide are broken
...
HHH-10522 Invalid reference to naming chapter in user guide
HHH-10524 Invalid reference wrt composite identifiers
HHH-10525 Invalid reference to bytecode enhancement in User Guide
2016-05-23 18:03:11 +03:00
Vincent Ricard
13b278b663
HHH-10535 Documentation: hibernate.order_updates configuration property
2016-05-22 18:15:18 +02:00
Vlad Mihalcea
b9f99b5bca
Fix layout issue in documentation due to improper use of spacing for preformatted text
2016-05-18 10:06:25 +03:00
Vlad Mihalcea
231484662b
HHH-10689 - Fix tests failing when switching to Oracle
2016-05-17 17:44:32 +03:00
Vlad Mihalcea
25c75eed6f
HHH-10691 - Fix tests failing when switching to PostgreSQL
...
HHH-10696 - Add a new CatalogFilterTest
2016-05-13 15:26:47 +01:00
Chris Cranford
dc44ef9378
HHH-8070 - Updated documentation to reflect the 'in' operator usage.
2016-05-12 11:00:14 -05:00
Naros
5331b32a60
HHH-10688 - Update user guide and migration document regarding envers deprecated settings.
2016-05-06 20:40:33 -05:00
Steve Ebersole
89e63ebc4f
HHH-10664 - Prep 5.2 feature branch
2016-05-06 13:38:48 -05:00
Andrea Boriero
9ae57a6f7a
remove hibernate-entitymanager project
2016-05-06 13:13:29 -05:00
Steve Ebersole
f826b7d5e8
HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (test fixup)
2016-05-06 13:12:38 -05:00
Steve Ebersole
9ecb2a3deb
HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (fix test failures)
2016-05-06 13:12:37 -05:00
Steve Ebersole
b67b5866ac
HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (fix test failures)
2016-05-06 13:12:37 -05:00
Steve Ebersole
8a746b98a7
HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (stored procedure queries)
2016-05-06 13:12:36 -05:00
Steve Ebersole
76bac3268a
HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (continued fixing of hibernate-core test failures)
2016-05-06 13:12:33 -05:00
Steve Ebersole
87e3f0fd28
HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (first sucessful full compile of consolidated hibernate-core)
2016-05-06 13:12:32 -05:00
Karel Maesen
5c8c794553
Updates Spatial Documentation
2016-04-19 08:38:47 +03:00
Vlad Mihalcea
9570f110a1
User Guide grammatical corrections
2016-03-31 15:33:15 +03:00
Vlad Mihalcea
da5aae74e6
Add JPA-related configuration properties in the new User Guide
2016-03-31 12:23:08 +03:00
Vlad Mihalcea
849c4d21f6
Document available Hibernate configurations
2016-03-30 17:52:56 +03:00
Vlad Mihalcea
9608b3904a
Apply the database configuration testing to the documentation module
2016-03-22 15:16:21 +02:00
Vlad Mihalcea
68af365916
Convert basic chapter examples to unit tests for quoting, column transformers, and @Any mappings
2016-03-09 12:50:12 +02:00
Vlad Mihalcea
22f620ced5
HCANN-63 - Property name beginning with at least two uppercase characters has odd functionality in HQL
2016-03-07 14:48:12 +02:00
Steve Ebersole
54a763809d
HHH-10585 - Fix discussion in "Roots" section of criteria query chapter
2016-03-03 18:15:04 -06:00
Vlad Mihalcea
b44af7cf16
Migrate Date/Time and AttributeConverter User Guide examples to unit tests
2016-03-03 18:07:22 +02:00
Vlad Mihalcea
e99b60cbb6
Migrate Enums, Clob, Blob, and Nationalized User Guide examples to unit tests
2016-03-03 16:48:34 +02:00
Vlad Mihalcea
bdf8fb48b4
Remove scroll from admonition blocks
2016-03-02 16:58:10 +02:00
Vlad Mihalcea
10cfd7caa8
Break hibernate.css in three distinct parts, fix the blurry-effect and the recurring sub-section chained-image header
2016-03-02 16:49:49 +02:00
Vlad Mihalcea
360d0abae8
Fix User Guide images that were missing after moving CSS files into css folder
2016-03-02 15:16:13 +02:00
Vlad Mihalcea
28199a8e66
DESIGN-737 - Asciidoctor styling for Hibernate outputs.
2016-03-02 14:40:27 +02:00
Vlad Mihalcea
2abcab0501
Migrate BasicType and UserType User Guide examples to unit tests
2016-03-02 14:38:24 +02:00
Vlad Mihalcea
38a6f08897
HHH-10573 - Add discussion of @ValueGenerationType to UserGuide
2016-03-01 11:26:10 +02:00
Vlad Mihalcea
8f24d0458b
Fix broken Multitenancy test
2016-03-01 07:23:36 +02:00
Vlad Mihalcea
eb6faaa55c
Review Multitenancy User Guide chapter and migrate all examples to unit tests
2016-03-01 07:17:10 +02:00
Vlad Mihalcea
5d1608717e
HHH-10566 - linking to specific 'stable' doc urls from versioned docs
2016-02-29 14:22:34 +02:00
Vlad Mihalcea
19e035c788
Add Hibernate Spatial User Guide chapter
2016-02-25 10:48:45 +02:00
Steve Ebersole
7d4ab7d53b
HHH-10505 - jboss logging only auto detects slf4j if it is using logback
2016-02-24 21:15:17 -06:00
Vlad Mihalcea
ab4c9258af
HHH-10552 - Gradle plugin section of Bytecode Enhancement should specify how to apply the plugin
2016-02-23 16:27:41 +02:00
Steve Ebersole
020ca4aa39
HHH-7405 - BatchBuilder service does not properly define JMX MBean
2016-02-23 07:09:17 -06:00
Vlad Mihalcea
8eae88d6a4
Update custom CRUD in the User Guide Native chapter
2016-02-23 13:14:39 +02:00
Vlad Mihalcea
6b79bde099
Add support for matrix testing for User Guide examples
2016-02-18 11:16:46 +02:00
Vlad Mihalcea
af083e92ce
Update stored procedures User Guide chapter
2016-02-16 17:58:33 +02:00
Andrea Boriero
31cda52178
Fix Documentation typos
2016-02-13 18:46:50 +00:00
Cash Costello
85e9f8b206
added missing back quote
2016-02-12 17:35:23 +02:00
Cash Costello
5e6d751bbf
fixed formatting - was mix of spaces and tabs
2016-02-12 17:30:15 +02:00
Steve Ebersole
81b1baa8c4
HHH-10520 - Update doc publishing
2016-02-11 15:59:13 -06:00
Vlad Mihalcea
2167b442a4
Migrate User Guide Native chapter extras to test folder up to stored procedures
2016-02-10 18:07:48 +02:00
Vlad Mihalcea
500d74c35d
Corrections to the Criteria chapter and add a multi-from example
2016-02-09 10:13:00 +02:00
Vlad Mihalcea
5eb4f1c834
Migrate User Guide Criteria chapter extras to test folder
2016-02-08 17:37:01 +02:00
Vlad Mihalcea
85cec6ba33
Fix test that fails due to timezone offsets causing the result set to vary between 1 and 2
2016-02-05 12:33:35 +02:00
Vlad Mihalcea
c1b3b2a43c
Add User Guide examples for HQL functions
2016-02-04 13:25:35 +02:00
Vlad Mihalcea
120ac5ed27
Try to fix broken test and change Bootstrap test structure
2016-02-04 11:56:51 +02:00
Vlad Mihalcea
20b446b0ec
Unify Batch and HQL test models
2016-02-04 11:36:33 +02:00
Vlad Mihalcea
9b60354e3e
Migrate User Guide HQL chapter extras to test folder
2016-02-04 10:57:48 +02:00
Vlad Mihalcea
3642bb63cd
Migrate User Guide Events chapter extras to test folder
2016-02-01 16:40:44 +02:00
vladmihalcea
f3386c37da
Migrate User Guide Batching chapter extras to test folder
2016-01-28 16:50:17 +02:00
vladmihalcea
03eb9fd276
Document entity graphs in Fetching chapter
2016-01-28 10:33:50 +02:00
vladmihalcea
d30bdcef0d
Migrate User Guide Fetching chapter extras to test folder
2016-01-27 16:27:22 +02:00
vladmihalcea
aeac516eeb
Migrate User Guide Locking chapter extras to test folder and old xml mapping to the Legacy appendix
2016-01-27 13:06:14 +02:00
vladmihalcea
f8e7799848
Migrate User Guide Transactions chapter extras to test folder
2016-01-27 12:05:58 +02:00
vladmihalcea
6793d0deb9
HHH-10479 Document that hibernate.jdbc.batch_versioned_data default value is true in 5.0
2016-01-27 08:26:23 +02:00
vladmihalcea
cd9ff725ae
Migrate Bytecode Enhancement User Guide chapter extras to test folder
2016-01-26 17:01:47 +02:00
vladmihalcea
96c96f2e94
Migrate Persistence Context User Guide chapter code snippets from extras to test folder
2016-01-26 16:09:06 +02:00
vladmihalcea
b23784647d
Move User Guide Bootstrap chapter code snippets from extras to test folder
2016-01-26 11:13:40 +02:00
Radim Vansa
af59f6a556
Update documentation of second-level-caches
2016-01-25 13:39:05 +01:00
vladmihalcea
dc991d29d9
Cherry pick spelling corrections from https://github.com/hibernate/hibernate-orm/pull/1238
2016-01-25 11:36:25 +02:00
vladmihalcea
a8ee683280
Move user guide tests to org.hibernate.userguide and sql snippets to extras
2016-01-25 10:40:11 +02:00
Steve Ebersole
92bce3913b
documentation improvements on top of Vlad's work - naming
2016-01-21 12:05:13 -06:00
vladmihalcea
d769308785
Fill in the TODO sections for the Locking and Caching chapters
2016-01-21 16:50:53 +02:00
vladmihalcea
90b7f9e07c
Add Flushing chapter and JPQL section for batch updates
2016-01-19 15:42:44 +02:00
vladmihalcea
97ba351c2a
UserGuide uses examples from existing test cases
2016-01-18 15:18:23 +02:00
Bogdan Calmac
2bad69f66a
Document that StatelessSession does not support lazy loading
...
While experimenting with StatelessSession I discovered that it does not
support lasy loading. I think this isn't imediately obvious and worth to
be included in the documentation.
See also http://stackoverflow.com/questions/34800788/does-statelesssession-support-lazy-loading
2016-01-15 16:26:46 -08:00
vladmihalcea
68446ca029
Move User Guide tests to the documentation folder, so the hibernate-entitymanager does not depend on Java 1.8
2016-01-14 17:16:27 +02:00
vladmihalcea
c2ece0108e
Migrate User Guide from Docbook to Asciidoctor
2016-01-11 18:07:58 +02:00
barreiro
1590ad145b
HHH-10359 - Have consistent configuration of bytecode enhancement
2015-12-16 15:55:31 -06:00
Steve Ebersole
f8e359db2b
HHH-10267 - Support defining lazy attribute fetch groups
2015-11-18 09:48:13 -06:00
Steve Ebersole
e6e87517d1
HHH-10267 - Support defining lazy attribute fetch groups
2015-11-16 17:26:23 -06:00
Andrea Boriero
3147a2894d
HHH-10270 - Hibernate User Guide transactions chapter examples are not properly rendered
2015-11-12 14:26:24 +00:00
Andrea Boriero
77bb57e8ab
HHH-10064 - Fix Broken documentation page link in User guide
2015-08-28 16:38:06 +01:00
Brett Meyer
5af5966756
removed obsolete caveats from OSGi guide
2015-08-20 14:06:48 -04:00
Brett Meyer
300aa418fb
HHH-10041 doc correction
2015-08-20 12:18:17 -04:00
Brett Meyer
2505f61613
HHH-10041 features.xml generation: collapse 3 mains into one hibernate-orm
2015-08-20 11:38:01 -04:00
Brett Meyer
3bd3f54634
HHH-9919 Re-write hibernate-osgi user guide based on published features.xml and ORM 5.0
2015-08-19 15:17:11 -04:00
Steve Ebersole
a8a367ba0d
HHH-10022 - Continue documentation TLC (part 2)
2015-08-19 14:02:07 -05:00
Steve Ebersole
25799c6678
HHH-10022 - Continue documentation TLC (part 2)
2015-08-19 09:46:21 -05:00
Steve Ebersole
6fdc4cab8d
HHH-10022 - Continue documentation TLC (part 2)
2015-08-07 19:56:56 -05:00
Steve Ebersole
9b007f6d91
HHH-10022 - Continue documentation TLC (part 2)
2015-08-07 15:15:28 -05:00
Steve Ebersole
9268a6917f
HHH-10022 - Continue documentation TLC (part 2)
2015-08-07 15:14:13 -05:00
Steve Ebersole
800df6f44c
HHH-10022 - Continue documentation TLC (part 2)
2015-08-06 20:38:36 -05:00
Steve Ebersole
85dbceac20
HHH-10022 - Continue documentation TLC (part 2)
2015-08-06 14:59:25 -05:00
Steve Ebersole
8dc14436af
HHH-10022 - Continue documentation TLC (part 2)
2015-08-06 14:08:10 -05:00
Steve Ebersole
603a410fdc
HHH-9998 - Continue documentation TLC - natural-id
2015-08-05 13:09:35 -05:00
Steve Ebersole
b0cf427c21
HHH-9998 - Continue documentation TLC
2015-08-05 08:00:32 -05:00
Steve Ebersole
46a629382e
HHH-9503 - Consistently accept numeric value or Connection constant field name for configuring transaction isolation
2015-08-04 19:55:51 -05:00
Steve Ebersole
f8b523f3de
HHH-10013 - Adjust default for hibernate.id.new_generator_mappings to true
2015-08-04 15:06:24 -05:00
Steve Ebersole
6974744092
HHH-9998 - Continue documentation TLC
2015-08-03 19:05:46 -05:00
Steve Ebersole
4fadceca43
HHH-9998 - Continue documentation TLC - mapping identifiers
2015-08-03 18:29:16 -05:00
Steve Ebersole
4f725332af
HHH-9998 - Continue documentation TLC - mapping basic-types
2015-08-02 14:07:26 -05:00
Steve Ebersole
84987f46b7
HHH-9998 - Continue documentation TLC - mapping compositions & collections
2015-08-01 13:51:46 -05:00
Steve Ebersole
7a67f39e38
HHH-9998 - Continue documentation TLC - mapping compositions & collections
2015-08-01 13:49:56 -05:00
Steve Ebersole
c1af6433c2
HHH-10006 - Document configuration of JndiService
2015-07-31 09:26:50 -05:00
Steve Ebersole
8f4c2d5182
HHH-10006 - Document configuration of JndiService;
...
HHH-10007 - Audit Services chapter in Integrations Guide
2015-07-31 09:21:59 -05:00
Steve Ebersole
2036280fa0
HHH-9981 - Document the "transaction system";
...
HHH-10007 - Audit Services chapter in Integrations Guide
2015-07-30 16:42:32 -05:00
Steve Ebersole
5b09dcb446
HHH-9986 - Fix reference manual inconsistencies for 5.0
2015-07-29 10:28:36 -05:00
barreiro
6ac234eb01
HHH-9938 - field access parameter on gradle plugin
2015-07-29 09:26:26 -05:00
barreiro
088b15f451
HHH-9938 - field access parameter on maven enhacement plugin
2015-07-29 09:26:26 -05:00
Steve Ebersole
ff565fddb0
HHH-9986 - Fix reference manual inconsistencies for 5.0
2015-07-29 08:47:10 -05:00
Steve Ebersole
e2d681380a
HHH-9986 - Fix reference manual inconsistencies for 5.0
2015-07-28 15:36:10 -05:00
Steve Ebersole
7990630ae4
HHH-9986 - Fix reference manual inconsistencies for 5.0;
...
HHH-9987 - HikariCPConnectionProvider TLC
2015-07-27 17:08:21 -05:00
Emmanuel Bernard
1ade555321
Clarify that LEGACY is the default value for batch size style
2015-07-17 14:46:31 +02:00
Steve Ebersole
56448fafa2
HHH-9916 - Update quickstarts and tutorials for 5.0 + convert to asciidoc(tor)
2015-07-14 14:46:35 -05:00
Andrea Boriero
5c7360c69a
HHH-9757 - Fix Incorrect image path generated in HTML rendering removing useRelativeImageUris = false from devguide task, fixing image urls
2015-06-10 15:24:51 +01:00
Belev
5c8d1ac500
Fixed typos in Chapter 5. Basic O/R Mapping
...
Fixed typo in Chapter 5 - 5.1.1 Entity.
Fixed key-property column name.
Added missing parameters in set methods.
Fixed typos.
Fix typo
Removed wrong whitespace.
Fixed section associations to many to one as used in the section.
Removed wrong whitespace.
Fix typo
Removed 'with' duplication.
2015-06-05 00:45:28 -04:00
vydn
4309d518e9
Update preface.xml
...
Change link from caveatemptor.hibernate.org (not working)
to http://downloads.jboss.org/hibernate/caveatemptor/ (working)
2015-06-05 00:43:31 -04:00
Laurent Martelli
f17c525c03
Missing space
2015-06-05 00:27:49 -04:00
Steve Ebersole
9e063ffa25
HHH-9837 - Remove reliance during annotation binding on org.hibernate.internal.util.ClassLoaderHelper
...
HHH-9841 - Redesign org.hibernate.property.PropertyAccessorFactory
2015-06-04 14:12:17 -05:00
Gail Badner
53a8b18ca8
HHH-9844 : org.hibernate.cache.spi.access.AccessType enum names are not valid values for hibernate.cache.default_cache_concurrency_strategy
2015-06-03 13:59:14 -07:00
Steve Ebersole
1d8327f8ba
HHH-9697 - Complete documentation of new approach and APIs for SessionFactory building
2015-05-27 15:11:49 -05:00
barreiro
73c5d576e7
HHH-9813 - Documentation for the Hibernate Enhance Maven Plugin
2015-05-27 12:03:22 -05:00
Steve Ebersole
1812bb2ef3
HHH-9809 - Improve Hibernate Gradle plugin
2015-05-21 00:24:56 -05:00
Steve Ebersole
bd256e4783
HHH-9803 - Checkstyle fix ups - headers
2015-05-18 23:25:14 -05:00
Steve Ebersole
8826a311cb
HHH-9697 - Complete documentation of new approach and APIs for SessionFactory building
2015-04-27 20:22:20 -05:00
Steve Ebersole
7715fccd04
HHH-9697 - Complete documentation of new approach and APIs for SessionFactory building
2015-04-27 13:26:28 -05:00
Steve Ebersole
76d732d53a
HHH-9727 - Slight redesign to bootstrapping APIs to allow for OGM bootstrapping
2015-04-16 14:19:11 -05:00
Brett Meyer
410a785dfe
HHH-9680 updated OSGi quickstarts, added necessary contracts to Envers blueprint, corrected a few uses of ReflectionManager
2015-03-30 15:36:57 -04:00
Steve Ebersole
212f61a24c
HHH-9668 - Document new SessionFactory approach and APIs
2015-03-30 13:24:44 -05:00
barreiro
81d30aa037
HHH-9679 - Fix hibernate-enhance-maven-plugin buid script
2015-03-26 13:03:16 -05:00
Steve Ebersole
3b9b2eaa91
HHH-9668 - Document new SessionFactory approach and APIs
2015-03-26 12:28:29 -05:00
Steve Ebersole
599c10cd5a
HHH-9492 - Migrate to new bootstrap API (MetadataSources, etc)
2015-03-26 09:57:49 -05:00
Steve Ebersole
a4b5cf4597
HHH-9668 - Document new SessionFactory approach and APIs
2015-03-24 22:16:22 -05:00
Andrea Boriero
37b4aeb7c9
Fix javadoc for Java 8
2015-03-25 01:38:39 +00:00
Steve Ebersole
63a0f03c5a
HHH-9654 - Adjust envers for 5.0 APIs + JAXB
2015-03-18 20:22:26 -05:00
David Pilato
91aee82b07
buildSessionFactory() should return a sessionFactory
...
The example does not compile for obvious reason :)
2015-03-05 09:04:29 +01:00
Kamil Szymanski
f46fe0ff25
HHH-9601 ordering column name fix in table schema in example 7.8
2015-02-20 11:14:16 -05:00
Kamil Szymanski
033f084e9a
HHH-9600 remove outdated info about cache concurrency strategies support
2015-02-20 11:13:58 -05:00
Steve Ebersole
66ce8b7fb5
HHH-9466 - Drop metamodel package from source
2014-10-30 07:43:55 -05:00
Andrea Boriero
0f047187fd
HHH-9251 Removed AsciiDoc from aggregateJavadocs gradle task
2014-07-26 12:13:24 +01:00
Brett Meyer
43d8751e96
HHH-8904 minor edits
2014-05-27 22:06:47 -04:00
Jeremy Whiting
9fe3862e55
HHH-8904 documentation for build time bytecode enhancements
2014-05-27 22:06:45 -04:00
bleporini
0b202af8f4
HHH-9039 Update collection_mapping.xml typos
2014-03-12 14:37:18 -04:00
Evan Severson
bb622e167f
HHH-8815 Updated example code for session scoped interceptor
2014-03-12 13:22:56 -04:00
Brett Meyer
cfcf5089be
HHH-8674 - fixed usage of deprecated method
...
Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:34 -05:00
akotlyarov
ef8efc7ae6
HHH-8674 - fixed usage of deprecated method Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:28 -05:00
Steve Ebersole
7f8d791943
HHH-8865 - Create topical guide for logging
...
(cherry picked from commit fa4f0850c3
)
2014-01-16 11:38:46 -06:00
Steve Ebersole
d0a699de68
HHH-8865 - Create topical guide for logging
...
(cherry picked from commit 2d26135a5a
)
2014-01-15 12:44:01 -06:00
Brett Meyer
94753eae57
HHH-3453 updated list of Dialects in docs
2014-01-06 19:12:19 -05:00
Brett Meyer
99a6fc07b6
HHH-8790 added @Filter deduceAliasInjectionPoints info and examples to
...
user guide
2014-01-02 17:44:36 -05:00
Brett Meyer
3de5e65b63
HHH-3541 minor xml tag correction in docs
2013-12-12 14:14:39 -05:00
Brett Meyer
75f209aa35
HHH-8763 osgi quickstart updates
2013-12-06 15:54:45 -05:00
Brett Meyer
7ee5fa104d
HHH-8763 osgi quickstart updates
2013-12-06 14:58:44 -05:00
Brett Meyer
5b01205107
HHH-8761 corrected osgi doc failure
2013-12-04 10:30:33 -05:00
Steve Ebersole
055a750a53
HHH-8733 - General build cleanup
2013-12-02 20:57:57 -06:00
Brett Meyer
5acd232e10
HHH-8761 Hibernate OSGi 4.3.0.CR1 can't discover services
2013-12-02 14:24:58 -05:00
Steve Ebersole
c1612fe004
HHH-8733 - General build cleanup
2013-11-22 14:53:24 -06:00
Steve Ebersole
6f25adcfd2
HHH-8734 - Update to Gradle 1.9
2013-11-21 13:46:40 -06:00
Steve Ebersole
7deda8c34b
HHH-8720 - Create an index for the topical guides
2013-11-20 11:32:11 -06:00
Steve Ebersole
4e6f3a9753
HHH-8692 - Document value generation feature
2013-11-19 17:30:16 -06:00
Steve Ebersole
475aba7c0f
HHH-8720 - Create an index for the topical guides
2013-11-19 17:30:16 -06:00
Steve Ebersole
da6ee1e5bc
HHH-8693 - asciidoc is not integrated into release workflow
2013-11-18 14:48:10 -06:00
Hardy Ferentschik
0d643af4f5
HHH-8483 Adding creation of metamodelgen ascidoc to the build. Removing obsolete docbook files
2013-11-11 20:08:18 +08:00
Hardy Ferentschik
197ef85ef7
HHH-8483 Converting the docbook documentation for metamodelgen to ascidoc
2013-11-11 20:08:17 +08:00
Hardy Ferentschik
f25ea58750
HHH-8483 Moving metamodelgen documentation into documentation module
2013-11-11 20:08:17 +08:00
Brett Meyer
11152ea06f
HHH-8528 correct docs and quickstarts to support stopping/restarting a
...
client bundle
2013-10-28 14:34:49 -04:00
Steve Ebersole
11ce89e0ff
HHH-8607 - Start Topical Guide - Service Registries
2013-10-15 16:00:32 -05:00
Steve Ebersole
67ee00a422
HHH-8607 - Start Topical Guide - Service Registries
2013-10-15 15:54:54 -05:00
Steve Ebersole
7df8873e87
HHH-8607 - Start Topical Guide - Service Registries
2013-10-14 20:12:47 -05:00
Steve Ebersole
cb58851b9f
HHH-8607 - Start Topical Guide - Service Registries
2013-10-14 20:11:53 -05:00
Steve Ebersole
a96cc4bfbd
HHH-8607 - Start Topical Guide - Service Registries
2013-10-14 14:12:33 -05:00
Steve Ebersole
efd1278447
HHH-8607 - Start Topical Guide - Service Registries
2013-10-14 09:21:14 -05:00
Steve Ebersole
162c41f9b7
HHH-8607 - Start Topical Guide - Service Registries
2013-10-11 16:07:16 -05:00
Steve Ebersole
2cc6b08ff2
HHH-8607 - Start Topical Guide - Service Registries
2013-10-11 10:31:30 -05:00
Strong Liu
d476eb7e16
HHH-8601 remove slf4j infavor of log4j
2013-10-10 01:14:26 +08:00
Brett Meyer
20756e3f9d
HHH-3812 minor fix in envers docs
2013-10-02 15:52:27 -04:00
Brett Meyer
9e5ba931fb
HHH-8553 hibernate-osgi needs to support alternative locations for
...
hibernate.cfg.xml
2013-09-24 23:58:16 -04:00
Brett Meyer
feaac3b917
HHH-4910 docs, javadocs, formatting, minor refactoring
2013-09-18 12:27:01 -04:00
Darren Evenson
a745f93bfa
HHH-8427 Typo in documentation - Basic Mapping
2013-08-06 12:10:33 -04:00
Darren Evenson
b7975a65fb
HHH-8055 error in docs - associations and joins - meaning is opposite of intended meaning
2013-08-06 12:08:58 -04:00
Darren Evenson
38e2d37d39
HHH-4141 Typo: "declared" incorrectly spelled ("decalred")
2013-08-06 12:00:17 -04:00
Lukasz Antoniak
456dfd83f9
HHH-7807 - Cascade delete revisions
...
Conflicts:
documentation/src/main/docbook/devguide/en-US/Envers.xml
hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
2013-08-05 23:42:05 -04:00
Lukasz Antoniak
dd1bec53fb
HHH-8280 - Identifiers reuse option
2013-08-01 13:13:39 +02:00
Brett Meyer
3102edba8b
HHH-8399 corrected javassist in hibernate-osgi test
2013-07-31 14:42:12 -04:00
Brett Meyer
33b7e9f441
HHH-8388 Updated OSGi quickstarts and unit test for JPA 1.0.0.Final
2013-07-30 11:58:46 -04:00
Strong Liu
a9978a7c85
simple doc typo
2013-07-16 12:22:20 +08:00
Lukasz Antoniak
f2d435ddc1
HHH-8174 - Envers support for @NotFound
2013-06-11 09:08:56 -07:00
Brett Meyer
d283a6fc77
HHH-8112 Added additional caveats to OSGi devguide
2013-06-07 11:19:37 -04:00
Brett Meyer
e2922ca5f5
HHH-8265 Documented the reasoning for importing o.h.proxy and
...
javassist.util.proxy in the quickstarts. Added a load proxy test.
2013-06-05 18:44:06 -04:00
Brett Meyer
adcd61f0e1
HHH-8112 quickstart tutorial chapter
2013-06-03 16:15:23 -04:00
Brett Meyer
ab11440331
HHH-8112 osgi devguide
2013-06-03 16:15:16 -04:00
Brett Meyer
51834421c5
HHH-8273 Incorrect "unique-key" naming comment in docs
2013-05-25 20:29:09 -04:00
Brett Meyer
ad103b1c30
HHH-8112 added note about JPA 2.1 Aries fork
2013-05-21 19:55:02 -04:00
Brett Meyer
f2073113fc
HHH-8112 removed variables from POMs -- not supported by docbook
2013-05-21 18:06:28 -04:00
Brett Meyer
04c8e8c87a
HHH-8112 OSGi quickstart tutorial projects
2013-05-21 15:17:16 -04:00
Strong Liu
3e160b9343
HHH-8186 Typo in docs, Caching section nonstrict != nontrict
2013-04-16 12:41:24 +08:00
Lukasz Antoniak
f2b9ab8278
HHH-8171 - Cleanup
2013-04-14 22:27:05 +02:00
Kristoffer Lundberg
4796553a3f
HHH-8171 - SETORDINAL to support set of embeddables
2013-04-14 22:27:03 +02:00
Steve Ebersole
54bc9fbf9d
HHH-8163 - Deprecate @IndexColumn and add @ListIndexBase
2013-04-10 12:26:33 -05:00
Lukasz Antoniak
5cc051e1df
HHH-7944 - Separation of Envers API, SPI and internal packages
2013-04-08 14:43:29 +02:00
Strong Liu
1b05455d1e
HHH-7667 docs
2013-03-28 11:32:06 +08:00
Strong Liu
06e3313f23
HHH-7746 - docs
2013-03-28 11:31:58 +08:00
Strong Liu
3c6f27a5dd
HHH-7872 docs
2013-03-28 11:31:49 +08:00
Strong Liu
89fd64bc2e
HHH-7978 - Document new feature from HHH-5869
2013-03-13 14:42:26 +08:00
Sanne Grinovero
e5f8039f31
HHH-8044 Remove mention of unsupported cache providers from documentation
2013-03-02 20:35:49 +00:00
Lukasz Antoniak
51a7df596e
HHH-6613 - Support for audited @ElementCollection
2013-02-28 13:22:14 +01:00
Aleksander Blomskøld
e0cfc6bf2e
HHH-6736 Added support for SELECT ... FOR UPDATE SKIP LOCKED
2013-02-20 08:49:30 -06:00
Steve Ebersole
6599f710bb
HHH-7965 - Redesign DialectResolver contract
2013-02-03 14:23:59 -06:00
Lukasz Antoniak
3bb0f246fc
HHH-465 - Support for NULLS FIRST/LAST
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/cfg/Settings.java
hibernate-core/src/main/java/org/hibernate/criterion/Order.java
2013-01-28 14:07:53 -05:00
Strong Liu
c1cf5cd6e6
HHH-7947 remove not maintained 2LC from doc
2013-01-28 13:30:38 +08:00
Kamyar Sajjadi
80128705fb
Changed the URL to maven.apache.org insted of maven.org
2013-01-24 13:16:25 -05:00
Kamyar Sajjadi
234c491523
HHH-4562 - Fixed the typo in chapter 7.3.1. Added bigint after personId
2012-12-12 10:47:23 -05:00
Kamyar Sajjadi
c0011f1cc6
HHH-5973 - Replaced , with + in AuditInterceptor.java and in events.xml
2012-12-12 10:39:31 -05:00
Kamyar Sajjadi
669ec5002f
HHH-7029 - prependListeners changed to appendListeners in chapter 7.9.1. Integrator use-cases example
2012-12-12 10:39:18 -05:00
brmeyer
d34e409f41
HHH-7811 grammar error in devguide for HB
2012-12-07 12:12:49 -05:00
Kamyar Sajjadi
47ddaad98d
HHH-7813 - Fixed the mistakes in code examples. All the examples was in chapter 4 (Batch processing).
2012-12-07 12:04:43 -05:00
Lukasz Antoniak
da32690828
HHH-7827 - Documentation
2012-12-05 10:27:37 +01:00
Steve Ebersole
1176477e6a
HHH-7758 - Write fetching Developer Guide chapter on fetching
2012-11-06 00:38:56 -06:00
Steve Ebersole
094c08cd08
HHH-7575 - Hibernate Getting Started Guide refers to incorrect tutorial directory for annotations tutoral
2012-09-06 08:41:37 -05:00
Steve Ebersole
37542fe1f1
HHH-6823 - Short-name config values
2012-08-29 10:49:06 -05:00
Steve Ebersole
4ad49a02c9
HHH-7556 - Clean up packages
2012-08-28 14:12:15 -05:00
Steve Ebersole
5739392572
HHH-6823 - Short-name config values : transactions
2012-08-16 11:28:41 -05:00
Strong Liu
7a82349f75
HHH-7385 change to use gradle 1.1
2012-08-08 17:09:11 +08:00
Gail Badner
9a7d3ee81c
HHH-7493 : Documentation still refers to dom4j as an entity mode
2012-08-08 00:32:35 -07:00
Martin Eisenhardt
886cf9157d
Added missing word.
2012-06-05 12:23:14 +02:00
Martin Eisenhardt
95050f5d5a
Fixed typo.
2012-06-04 11:59:23 +03:00
Strong Liu
99cd8455a1
HHH-7350 update the docs
2012-05-31 14:19:22 +08:00
Steve Ebersole
7ed87233a9
HHH-7306 - Allow use of CurrentTenantIdentifierResolver in normal session opening
2012-05-23 11:49:38 -05:00
Strong Liu
d92e91bb4d
HHH-7346 Tests fail on Postgresql due to failure in typecasts
2012-05-23 21:28:57 +08:00
Steve Ebersole
a2a55d8ab6
HHH-7274 - Developer Guide reverses discussion of CMTTransactionFactory and JTATransactionFactory
2012-05-02 22:07:48 -05:00
Lukasz Antoniak
cfa729d8b3
HHH-6790 - Sequence per entity for enhanced SequenceStyleGenerator
2012-04-21 12:32:42 +02:00
Lukasz Antoniak
95ec3457af
HHH-7187 - Renaming and documenting enhanced revision entity
2012-04-19 23:49:41 +02:00
Strong Liu
5714a59e5e
doc typo
2012-04-11 17:08:47 +08:00
Andre Azevedo
7ed63c282a
Translating and correcting wrong white-spaces at the end of the string.
2012-04-10 16:50:38 +08:00
Baptiste Mathus
280751e118
transactionel -> transactionnel
2012-04-09 17:20:16 +08:00
Steve Ebersole
6193c73191
HHH-7221 - Document natural-id improvements as well as load-access APIs
2012-04-04 07:25:23 -05:00
Steve Ebersole
09538ec20d
HHH-7221 - Document natural-id improvements as well as load-access APIs
2012-04-03 18:04:23 -05:00
Strong Liu
d3b640cb75
HHH-7197 reimport imports
2012-03-26 16:17:45 +08:00
Strong Liu
e4a82a0b6b
HHH-7197 - update build scripts to not use deprecated gradle apis and change manual's xml declation to use doc namespace
2012-03-26 15:12:10 +08:00
Strong Liu
476fd2fca7
rollback org.jboss.pressgang: to 3.0.0
2012-03-15 22:04:57 +08:00
Strong Liu
2c85cbefa3
change org.jboss.pressgang:pressgang-jdocbook-style version to 3.0.1-SNAPSHOT, since there is no 3.0.0-SNAPSHOT available
2012-03-14 18:42:14 +08:00
Steve Ebersole
0e88fdd909
HHH-7153 - Update to newest jDocBook tool chain versions
2012-03-07 20:40:42 -06:00
Lukasz Antoniak
7c60f01f2d
HHH-7106 - Fix, test and documentation
2012-03-03 10:27:35 +01:00
Steve Ebersole
7861fdee44
HHH-7067 - Update build to work with Gradle m8
2012-02-15 16:33:45 -06:00
Steve Ebersole
6702688c1f
HHH-7011 - Document multi-tenancy
2012-02-07 08:14:58 -06:00
Steve Ebersole
40dc88e6c1
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:29:42 -06:00
Steve Ebersole
30deb20ff1
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:22:46 -06:00
Steve Ebersole
591364409e
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:22:46 -06:00
Steve Ebersole
102c31497b
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:22:46 -06:00
Steve Ebersole
8352ab39fb
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:22:45 -06:00
Steve Ebersole
c4b7538ae3
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:22:45 -06:00
Steve Ebersole
c6fa7d3f23
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:22:45 -06:00
Steve Ebersole
0e3cfbde55
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:22:45 -06:00
Steve Ebersole
3cf41ee3dc
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:22:45 -06:00
Steve Ebersole
955f21eca9
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2012-02-07 00:22:45 -06:00
Steve Ebersole
9b304942cc
HHH-6082 - Integrate EntityManager documentation into dev guide
2012-02-07 00:22:45 -06:00
Steve Ebersole
2b356317ce
HHH-7011 - Document multi-tenancy
2012-02-01 12:23:47 -06:00
Steve Ebersole
feba0bf949
HHH-7011 - Document multi-tenancy
2012-02-01 12:22:06 -06:00
Steve Ebersole
8bead4f084
HHH-7011 - Document multi-tenancy
2012-01-31 19:59:37 -06:00
Steve Ebersole
a2a1775c87
HHH-6656 - Document org.hibernate.service.classloading.spi.ClassLoaderService
2012-01-23 09:26:32 -06:00
Adam Warski
a00f23c6f6
Merge remote-tracking branch 'origin/master'
...
Conflicts:
hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOneNotOwningMapper.java
hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/ToOneIdMapper.java
2012-01-20 20:52:41 +01:00
Adam Warski
b109633b66
HHH-6605: Merging changes by Michal Skowronek. Thanks! Merge remote-tracking branch 'mskowron/change_info'
...
Conflicts:
hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/ComponentMetadataGenerator.java
hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/MetadataTools.java
hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/AuditedPropertiesReader.java
hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ComponentPropertyMapper.java
hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/MultiPropertyMapper.java
hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/PropertyMapper.java
hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SinglePropertyMapper.java
hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SubclassPropertyMapper.java
hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractCollectionMapper.java
hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOneNotOwningMapper.java
hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversCollectionEventListener.java
hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AuditProperty.java
hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/AddWorkUnit.java
hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/CollectionChangeWorkUnit.java
hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/DelWorkUnit.java
hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/FakeBidirectionalRelationWorkUnit.java
hibernate-envers/src/main/java/org/hibernate/envers/tools/Tools.java
hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
2012-01-20 20:47:12 +01:00
Steve Ebersole
fbc71652b8
HHH-6969 - Reference manual discusses removed SessionFactory.openSession(Interceptor) method
2012-01-13 15:51:35 -06:00
Steve Ebersole
7899d34ca4
Merge branch 'master' of github.com:hibernate/hibernate-core
2012-01-11 12:14:26 -06:00
Adam Warski
ad65da80ed
Adding a note that listeners are no longer needed in 4.x
2012-01-11 15:34:07 +01:00
Steve Ebersole
0481dad403
HHH-6657 - Document org.hibernate.integrator.spi.IntegratorService
2012-01-10 13:03:42 -06:00
lukasz-antoniak
0efd1dd886
Merge pull request #244 from lukasz-antoniak/HHH-4439
...
HHH-4439 - Override auditing behavior of properties defined in @MappedSuperclass
2012-01-09 12:43:45 -08:00
Steve Ebersole
e0f7d8fb17
HHH-6933 - Developer's guide has strange markup in Chapter 1
2012-01-09 11:10:59 -06:00
Lukasz Antoniak
0a08780e13
HHH-4439 - Deprecate Audited.auditParents
2012-01-06 14:14:07 +01:00
Steve Ebersole
f6dec69c8c
HHH-6909 - "Getting Started Guide" example code cannot be run successfully
2011-12-30 12:15:23 -06:00
Lukasz Antoniak
a49e02b239
HHH-4439 - Patch and test
2011-12-25 18:42:08 +01:00
Steve Ebersole
d02864bac6
HHH-6903 - add building of hem and manual docs
2011-12-16 09:13:45 -06:00
Lukasz Antoniak
72b2af3b0a
HHH-2403 - Documentation, formatting
2011-11-10 12:08:50 -06:00
Lukasz Antoniak
00e32f5e7f
HHH-2403 - New configuration parameter, documentation
2011-11-10 12:08:50 -06:00
Strong Liu
dbbb3cb0d3
some documentation improvements
2011-10-30 22:14:59 +08:00
Lukasz Antoniak
cbbc786f18
HHH-6766 - Documentation
2011-10-26 23:15:14 +08:00
Strong Liu
bdba5898c9
clean up imports
2011-10-24 16:26:37 +08:00
Michal Skowronek
07a0b2931c
HHH-6605 - Added documentation for the Mod Flags feature
2011-10-11 20:19:44 +02:00
Lukasz Antoniak
45f3ced6da
HHH-6696 - RevisionListener class configuration parameter
2011-09-29 20:50:07 +02:00
Steve Ebersole
f4fa176255
HHH-6683 - Consolidate (consistency) building of service registries
2011-09-27 11:49:17 -05:00
Steve Ebersole
8c691d5fcd
HHH-6663 - Proof/edit Services.xml in devguide
2011-09-27 11:04:16 -05:00
Steve Ebersole
4a3db930d6
HHH-6660 - Edit Transactions.xml in devguide
2011-09-27 11:04:16 -05:00
Steve Ebersole
1d0740484f
HHH-6641 - Document services
2011-09-14 21:11:33 -05:00
Steve Ebersole
0fd15e1f37
HHH-6645 - Fix entity information
2011-09-13 20:15:03 -05:00
Steve Ebersole
9f214d8018
HHH-6640 - Add ability for Integrator to prepare ServiceRegistryBuilder and MetadataImplementor as part of lifecycle
2011-09-13 18:46:28 -05:00
Steve Ebersole
050e42fb51
HHH-6641 - Document services
2011-09-08 17:11:29 -05:00
Steve Ebersole
f4506a4fd9
HHH-6641 - Document services
2011-09-08 16:51:28 -05:00
Steve Ebersole
db7cdb95a8
HHH-6641 - Document services
2011-09-08 16:41:40 -05:00
Alex Snaps
b2cae5b120
HHH-5478 Updated docs for ehcache transactional & clustered support
2011-07-19 13:42:46 +02:00
Alex Snaps
f62e5256c1
HHH-5478 Adapted to new FQCN and added reference to cluster support
2011-07-19 13:42:46 +02:00
Strong Liu
e8b682b405
HHH-6386 sybase improvement
2011-07-05 12:32:42 +08:00
Adam Warski
913f95f8df
Merge pull request #114 from lukasz-antoniak/HHH-5580-v1.2
...
HHH-5580 - Moving query API
2011-06-30 23:47:13 -07:00
Adam Warski
33a4694fea
HHH-5917: improving documentation
2011-06-29 18:27:35 +02:00
Adam Warski
9129cf38ce
Merge pull request #112 from lukasz-antoniak/HHH-5917
...
HHH-5917 - Adding @Audited(auditedParents={classes})
2011-06-29 09:19:19 -07:00
Lukasz Antoniak
1f0149378b
HHH-5580 - Renaming EntitiesChangedInRevisionManager to CrossTypeRevisionChangesReader
2011-06-29 09:28:35 +02:00
Lukasz Antoniak
1c1e333487
HHH-5917 - Split test cases and updated documentation
2011-06-27 21:52:40 +02:00
Lukasz Antoniak
587c228973
HHH-5580 - Moving queries from AuditReader to EntitiesChangedInRevisionManager
2011-06-26 12:46:10 +02:00
Lukasz Antoniak
13c9fd4f9d
HHH-5580 - Persisting entity name by default
2011-06-12 13:55:00 +02:00
Strong Liu
92ad3eed80
HHH-6297 remove legacy cache api
2011-06-09 12:18:59 +08:00
adamw
945d9376a2
HHH-6078: documenting how to implement conditional auditing
2011-06-02 15:25:18 +02:00
adamw
789bf60427
HHH-5580: some documentation fixes
2011-06-02 11:07:11 +02:00
adamw
f865be9739
Merge branch 'HHH-5580-POC' of git://github.com/lukasz-antoniak/hibernate-core
...
Conflicts:
hibernate-envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java
2011-06-02 10:00:36 +02:00
Lukasz Antoniak
4022571196
HHH-5580 - Naming and EntitiesModifiedAtRevisionQuery tests
2011-05-28 17:01:26 +02:00
Lukasz Antoniak
c2e53061f2
HHH-5580 - Cleanup
2011-05-21 12:49:37 +02:00
Lukasz Antoniak
1878b23850
HHH-5580 - Naming
2011-05-16 19:18:30 +02:00
Lukasz Antoniak
b36b095c3c
HHH-5580 - Refactoring
2011-05-14 23:47:34 +02:00
Lukasz Antoniak
d1e092b471
HHH-5580 - Documentation update
2011-05-07 23:23:15 +02:00
Steve Ebersole
360317eedf
HHH-6200 - Split org.hibernate.hql package into api/spi/internal
2011-05-04 18:49:35 -05:00
Steve Ebersole
4ee0d4237d
HHH-6198 - Split org.hibernate.event package into api/spi/internal
2011-05-04 18:20:53 -05:00
Steve Ebersole
3090fe9c1d
HHH-6193 - Split org.hibernate.context package into api/spi/internal
2011-05-04 15:25:39 -05:00
Steve Ebersole
c930ebcd7d
HHH-6191 - repackage org.hibernate.cache per api/spi/internal split
2011-05-04 14:43:04 -05:00
Steve Ebersole
33b33ca7dc
HHH-5652 - Create "Take It Further" tasks for the JPA chapter of the GSG
2011-05-04 09:20:57 -05:00
Steve Ebersole
a1974db607
HHH-5887 - Document typo hibernate.hbm2ddl.import_files
2011-05-04 08:55:26 -05:00
Lukasz Antoniak
98342a7e2d
HHH-5580 - Tracking entity names in revision
2011-04-27 23:49:22 +02:00
Steve Ebersole
70d2e3848b
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2011-04-19 08:50:31 -05:00
Steve Ebersole
28a3e38f7a
HHH-6073
2011-04-19 08:50:31 -05:00
Steve Ebersole
5c4f817255
HHH-6082 - Incorporate EntityManager documentation into main dev guide
2011-04-19 08:50:31 -05:00
Steve Ebersole
6504cb6d78
HHH-6098 - Slight naming changes in regards to new logging classes
2011-04-08 09:44:13 -05:00
Steve Ebersole
a616a83d8e
HHH-6097 - Review log levels, especially related to i18n messages
2011-04-07 12:50:06 -05:00
adamw
33cc3f3f62
HHH-6036: Removing old Envers docs
2011-03-31 15:59:36 +02:00
adamw
e71762a313
HHH-6036: Adding a basics chapter to introduce Envers concepts
2011-03-31 15:50:28 +02:00
adamw
e9c555b214
HHH-6036: As the Envers docs are merged into the dev guide adding me as one of the authors :)
2011-03-31 14:35:44 +02:00
adamw
ce4faca528
HHH-6036: Moving the "links" chapter of Envers docs
2011-03-31 14:31:11 +02:00
adamw
02e06265e8
HHH-6036: Moving the "configuration" chapter of Envers docs - creating a new section on Envers mapping annotations
2011-03-31 14:27:41 +02:00
adamw
e72fa13bd4
HHH-6036: Some corrections to the "revision log" chapter of Envers docs
2011-03-31 14:16:13 +02:00
adamw
a16177035a
HHH-6036: Moving the "query" chapter of Envers docs
2011-03-31 14:02:36 +02:00
adamw
9758c63354
HHH-6036: Moving the "schema" and "tables" chapters of Envers docs
2011-03-31 13:57:34 +02:00
adamw
6c7ec667a0
HHH-6036: Moving the "partitioning" chapter of Envers docs
2011-03-31 13:53:47 +02:00
adamw
61bd52fb34
HHH-6036: Moving the "mapping exceptions" chapter of Envers docs
2011-03-31 13:49:44 +02:00
David Mansfield
5b5ec673b4
HHH-3646 - documentation for Criteria query of collection-of-component and collection-of-scalar functionality
2011-03-30 12:23:20 -05:00
David Mansfield
90fdca9053
HHH-3646 - throw a better exception when criteria is placed directly on component
...
In the CriteriaQueryTranslator, we process the path given by
a SubCriteria object looking for the entity name for the property. If
the SubCriteria was mistakenly created on a component type, we will exit
the loop using the owning entity, and will eventually end up failing
(throwing an exception) trying to lookup up the restricted property
against the entity, instead of against the component. Fix this by
throwing a more informative exception, and modify the documentation to
be explicit about how to do this properly.
2011-03-30 12:23:20 -05:00
adamw
e0431adca9
HHH-6023: a citation pointing to the Envers User Guide in "take it further"
2011-03-30 19:01:19 +02:00
adamw
7501fdea53
HHH-6023: "take it further" for Envers
2011-03-30 17:59:48 +02:00
Strong Liu
801e59e606
HHH-6058 - Error in mapping file in Event.hbm.xml file for documentation in download
2011-03-30 19:03:05 +08:00
Strong Liu
8a7d14203d
HHH-6057 documentation, hibernate.cfg.xml references wrong hbm path
2011-03-30 18:58:08 +08:00
Steve Ebersole
ba71fe0132
HHH-6036 - integration documentation generation
2011-03-29 15:14:09 -05:00
Manuel Bernhardt
93569a6c82
HHH-5947 Clarifying the documentation
2011-03-28 15:13:10 +02:00
Manuel Bernhardt
cf9391f40d
HHH-5947 Clarifying the documentation
2011-03-28 15:13:09 +02:00
Steve Ebersole
753b95729a
HHH-5913 - Implement set of event listeners as a service
2011-03-28 08:03:11 -05:00
Strong Liu
d55e33c919
HHH-6036 - ignore publican temp output directory
2011-03-24 16:10:21 +08:00
Strong Liu
8c56875fc5
HHH-6036 integration documentation generation
2011-03-22 23:39:53 +08:00
Steve Ebersole
0af3a39c86
HHH-5650 - Pull documentation building into 'release' module
2011-03-18 14:05:51 -05:00
Steve Ebersole
fcc4593eb3
HHH-5650 - Pull documentation building into 'release' module
2011-03-18 12:39:01 -05:00
Misty Stanley-Jones
29a90c3aa8
Adding Dev Guide
2011-03-16 02:29:48 +10:00
Emmanuel Bernard
a829d9c1c7
Clean documentation
2011-02-23 15:38:45 -06:00
Emmanuel Bernard
77c8d31ee1
HHH-5916 Add doc for PersisterClassProvider
2011-02-23 15:38:45 -06:00
Gail Badner
078dc94055
HHH-4878 : document materialized blob/clob, text/image and minor corrections
2011-02-23 15:18:44 -06:00
Strong Liu
cc4055d50c
merge https://github.com/hibernate/hibernate-core/pull/20
2010-12-03 22:39:38 +08:00
Strong Liu
12a0baeaa4
update document for the new adding dialect and also updated some steal dialect info
2010-12-03 22:30:51 +08:00
Erik-Berndt Scheper
fb8ec5e3f9
HHH-5761 - Update source repository links in Envers documentation
2010-12-02 15:56:30 +01:00
Erik-Berndt Scheper
de1d2a6247
HHH-5371 - Document sql table partitioning for audit tables
2010-11-24 13:58:54 +01:00
mstanleyjones
70f53da5da
Edited Envers chapter
2010-10-13 14:27:28 +10:00
mstanleyjones
e34e464103
Edited the JPA chapter.
2010-10-13 14:12:31 +10:00
mstanleyjones
5d6317e715
Edit the Annotations tutorial.
2010-10-13 13:35:50 +10:00
Misty Stanley-Jones
8c809ab976
Edits to Getting Started Guide
2010-10-13 11:36:27 +10:00
Erik-Berndt Scheper
6c6e6ab193
HHH-5371 Support revend timestamp to enable audit table partioning by time
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20775 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-04 18:11:33 +00:00
Steve Ebersole
4b84e848dd
Updating pom versions to /home/steve/projects/hibernate/core/trunk for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20753 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 20:56:44 +00:00
Steve Ebersole
909ff003bd
Updating pom versions to /home/steve/projects/hibernate/core/trunk for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20751 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 20:55:58 +00:00
Hardy Ferentschik
d4f8eddc1a
HHH-5190 added documentation
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20750 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 12:50:23 +00:00
Emmanuel Bernard
4e2887c0c0
HHH-4510 Rename @ReadWriteExpression to @ColumnTransformer
...
It relates to the ResultTransformer we have but at the column level
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20748 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 09:44:15 +00:00
Emmanuel Bernard
768088881b
HHH-4510 Allow forColumn to be left if a property has a single column
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20746 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 09:12:51 +00:00
Erik-Berndt Scheper
558d9469e0
HHH5371 - Rollback until after 3.6.0 release as per Adam's request via IM
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20745 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 23:50:53 +00:00
Erik-Berndt Scheper
b258e58e69
HHH-5371 - Add support for REVEND_TSTMP which will enable audit table partitioning
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20744 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 22:24:09 +00:00
Hardy Ferentschik
5fc7e88533
HHH-5205 Updated documentation about @Source
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20742 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 16:39:06 +00:00
Emmanuel Bernard
7d167768d2
HHH-4510 Merge @ReadExpression and @WriteExpression in @ReadWriteExpression
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20729 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-27 22:09:02 +00:00
Emmanuel Bernard
51bf38d4b0
HHH-4510 Add support for column-levle custom read/write expression
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20728 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-27 22:07:44 +00:00
Erik-Berndt Scheper
122d54fee8
HHH-5560 - Rename Envers ValidAuditTimeStrategy to ValidityAuditStrategy
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20718 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-26 19:56:28 +00:00
Adam Warski
dde16433ad
Minor corrections to the tutorial
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20665 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-20 13:44:04 +00:00
Strong Liu
d90cc02c06
HHH-5568 correct wrong format in document
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20648 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-16 06:36:49 +00:00
Steve Ebersole
3eb9c70d44
Updating pom versions to 3.6.0-SNAPSHOT for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20644 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-15 18:26:18 +00:00
Steve Ebersole
743dd39cc9
Updating pom versions to 3.6.0.CR1 for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20642 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-15 18:25:47 +00:00
Steve Ebersole
be7fc3798c
HHH-5441 - Create "Getting Started Guide"
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20639 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-15 17:25:58 +00:00
Steve Ebersole
dedd57ef71
HHH-5468 - Write a chapter about setting up database access
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20624 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-11 19:18:58 +00:00
Steve Ebersole
7803cb5b81
HHH-5468 - Write a chapter about setting up database access
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20623 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-11 19:18:00 +00:00
Steve Ebersole
9a3e4229fd
HHH-5446 - Write an envers tutorial guide
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20345 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-10 20:19:35 +00:00
misty
6299d0845b
Edits to the Getting Started Guide
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20307 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-03 06:55:53 +00:00
Steve Ebersole
ea855dc9b2
Updating pom versions to 3.6.0-SNAPSHOT for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20302 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-01 17:03:05 +00:00
Steve Ebersole
39369ad100
Updating pom versions to 3.6.0.Beta4 for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20300 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-01 17:02:23 +00:00
Steve Ebersole
2078334548
HHH-5466 - Create "Developer Guide"
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20298 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-01 15:33:30 +00:00
Steve Ebersole
0b6e54aa82
HHH-5441 - Create "Getting Started Guide"
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20293 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 18:19:55 +00:00
Steve Ebersole
e79afeb588
HHH-5445 - Write a jpa/entitymanager tutorial guide
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20292 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 17:59:31 +00:00
Steve Ebersole
8176661952
HHH-5444 - Write annotations tutorial chapter
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20287 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 13:03:19 +00:00
Steve Ebersole
2778bcd212
HHH-5442 - Write native tutorial chapter
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20286 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 12:43:29 +00:00
Steve Ebersole
df3b5147c7
HHH-5442 - Write native tutorial chapter
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20285 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 11:09:44 +00:00
Steve Ebersole
b4ac7275e5
HHH-5441 - Create "Getting Started Guide" - separate tutorial project for bundling
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20278 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-27 21:44:31 +00:00
Steve Ebersole
1532e22327
HHH-5441 - Create "Getting Started Guide" - separate tutorial project for bundling
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20277 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-27 21:44:03 +00:00
Steve Ebersole
f5194940ec
HHH-5464 - Write a chapter about obtaining Hibernate
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20258 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-24 17:19:03 +00:00
Steve Ebersole
034c7b77c1
HHH-5444 - Write annotations tutorial chapter
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20255 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-24 17:15:42 +00:00
Steve Ebersole
adc1ab6c02
HHH-5442 - Write native tutorial chapter
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20249 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-24 15:45:32 +00:00
Adam Warski
1065aa72a7
HHH-5197:
...
quickstart covers also direct Hibernate usage
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20217 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-22 10:28:50 +00:00
misty
d3998b672e
Rolling back to the last version Steve worked on (20171)
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20202 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-20 05:23:28 +00:00
misty
ca1f02f4c9
HHH-5541
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20200 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-20 01:01:03 +00:00
misty
0c5c9874e6
HHH-5541 Edited Native tutorial to clarify options. Left some comments for questions I have.
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20199 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-20 00:30:53 +00:00
Steve Ebersole
fa587d4da7
Updating pom versions to 3.6.0-SNAPSHOT for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20171 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-18 18:47:29 +00:00
Steve Ebersole
a03a767866
Updating pom versions to 3.6.0.Beta3 for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20169 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-18 18:46:58 +00:00
Hardy Ferentschik
67a59a3ea6
HHH-5485 Move hiberante dtd files from http://hibernate.sourceforge.net to http://www.hibernate.org/dtd
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20154 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-17 14:13:58 +00:00
Steve Ebersole
c2e3712ddc
HHH-5441 - Create "Getting Started Guide"
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20152 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-16 21:10:23 +00:00
Steve Ebersole
54ae3b1dae
HHH-5441 - Create "Getting Started Guide"
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20151 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-16 18:42:39 +00:00
misty
5c8aa8b292
File naming error
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20150 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-16 06:43:06 +00:00
misty
1ec99eab12
Adding CDATA to the XML examples
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20149 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-16 06:39:11 +00:00
misty
c4e630364a
Line edits regarding HHH-5441
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20148 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-15 23:30:30 +00:00
misty
916a6ecb3e
Line edits regarding HHH-5441
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20147 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-15 23:30:03 +00:00
Steve Ebersole
4857ccd369
HHH-5466 - Create "Developer Guide"
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20146 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-15 15:51:53 +00:00
Steve Ebersole
f31242f769
HHH-5441 - Create "Getting Started Guide"
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20144 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-15 15:36:50 +00:00
Steve Ebersole
5decc14492
HHH-5441 - Create "Getting Started Guide"
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20137 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-13 13:15:52 +00:00
Steve Ebersole
31ef7e5f7a
HHH-5468 - Write a chapter about setting up database access
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20134 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-11 20:37:49 +00:00
Steve Ebersole
6003d708b0
HHH-5466 - Create "Developer Guide"
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20133 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-11 19:18:05 +00:00
Steve Ebersole
13ca84e6c4
HHH-5442 - Create a "quick start" guide
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20132 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-11 16:06:22 +00:00
Steve Ebersole
8c9c64b1eb
HHH-5442 - Create a "quick start" guide
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20131 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-10 20:57:50 +00:00
Steve Ebersole
43537cf45e
HHH-5438 - Skip deployment of "irrelevant" modules
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20119 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-06 22:00:52 +00:00
Steve Ebersole
99b111d613
HHH-5442 - Create a "quick start" guide
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20118 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-06 21:34:44 +00:00
Steve Ebersole
00a1085b7c
Updating pom versions to 3.6.0-SNAPSHOT for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20114 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-04 15:53:09 +00:00
Steve Ebersole
7ccd261444
Updating pom versions to 3.6.0.Beta2 for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20112 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-04 15:52:39 +00:00
Sanne Grinovero
dc6fe99c37
HHH-5259 Invalid reflection optimization configuration property name in Hibernate documentation
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20098 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-02 21:19:55 +00:00
Emmanuel Bernard
baa9e9854a
Rename 'JBoss' to 'JBoss AS'
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20076 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-29 17:31:57 +00:00
Emmanuel Bernard
4d9e5c12c7
HHH-5423 Provide a JBoss TS TransactionManagerLookup implementation for standalone (non JNDI) usage
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20075 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-29 17:31:28 +00:00
Steve Ebersole
c508fd2652
HHH-5283 - Add BasicType handling of java.net.URL
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20022 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-23 17:00:19 +00:00
Steve Ebersole
ca051ab834
Updating pom versions to 3.6.0-SNAPSHOT for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20001 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 20:35:55 +00:00
Steve Ebersole
173817e56a
Updating pom versions to 3.6.0.Beta1 for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19999 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 20:35:16 +00:00
Steve Ebersole
48a5e04caa
HHH-5397 - Odds and ends from documentation merge : fixed <programlisting/> rendering issue
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19991 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 06:00:52 +00:00
Steve Ebersole
0303d88761
HHH-5397 - Odds and ends from documentation merge
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19989 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 05:44:34 +00:00
Steve Ebersole
f7af0da1ce
HHH-5397 - Odds and ends from documentation merge : architecture.xml - removed duplicated discussion of object states
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19988 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 05:39:40 +00:00
Steve Ebersole
1d434437d5
HHH-5397 - Odds and ends from documentation merge : had types.xml in wrong position
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19986 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 05:33:45 +00:00
Steve Ebersole
d7443d7517
HHH-5397 - Odds and ends from documentation merge : architecture.xml + POT and PO
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19983 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 05:27:58 +00:00
Steve Ebersole
5857f0dfc5
HHH-5397 - Odds and ends from documentation merge : types.xml + POT and PO
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19982 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 04:36:05 +00:00
Steve Ebersole
2e284f6287
HHH-5397 - Odds and ends from documentation merge : types.xml + POT and PO
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19981 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 04:34:02 +00:00
Steve Ebersole
b9540230a0
HHH-5397 - Odds and ends from documentation merge : initial POT and PO synchs
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19980 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 01:13:45 +00:00
Steve Ebersole
57e91ccacb
HHH-5397 - Odds and ends from documentation merge : initial POT and PO synchs
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19979 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 01:11:34 +00:00
Steve Ebersole
249127b8c0
HHH-5397 - Odds and ends from documentation merge : persistent_classes.xml
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19978 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 00:58:10 +00:00
Hardy Ferentschik
0b1c720ef6
HHH-5389
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19964 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-16 20:53:11 +00:00
Hardy Ferentschik
12bf2c4ec6
HHH-5153 Added @Filter and @FilterDef to filtering chapter
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19963 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-16 19:46:12 +00:00
Hardy Ferentschik
207a95a49a
HHH-5388 Added annotation documentation for named (native) queries, tuplizers and fetch profiles
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19961 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-16 15:27:49 +00:00
Hardy Ferentschik
01a0729cf3
HHH-5155 Added additional modules as chapter 22
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19960 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-16 15:24:32 +00:00
Hardy Ferentschik
03f6f7fdd8
HHH-5380 Added annotations in the cache configuration mix
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19956 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-15 15:58:43 +00:00
Hardy Ferentschik
6a2d575382
HHH-5379 Added CascadeTypes for annotations
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19954 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-14 19:31:59 +00:00
Hardy Ferentschik
29c16a5ff3
HHH-5150 Added the properties hibernate.id.new_generator_mappings and hibernate.cache.default_cache_concurrency_strategy to the configuration poroperties section
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19942 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-13 13:55:32 +00:00
Steve Ebersole
d40d1edb09
cleanup unused directories
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19913 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-07 20:30:20 +00:00
Adam Warski
bf9ef75d06
HHH-3764, HHH-3765:
...
documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19891 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-02 12:57:18 +00:00
Hardy Ferentschik
db16c3f29a
HHH-5149 Reviewing the collection mapping chapter
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19859 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-30 11:50:41 +00:00
Strong Liu
e7a5de444c
HHH-5340 Typo in tutorial at web site
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19829 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-28 09:47:17 +00:00
Strong Liu
d8a70268b8
HHH-5272 Typo in tutorial at web site
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19817 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-24 06:31:48 +00:00
Emmanuel Bernard
11b3b84308
HHH-5337 Documentation for hibernate.hbm2ddl.import_files
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19805 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-23 22:33:24 +00:00
Hardy Ferentschik
41c0622e83
HHH-5149
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19782 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-22 16:36:45 +00:00
Hardy Ferentschik
55de9e8e5f
HHH-5149 Updated collection mapping to take annotatons into consideration
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19725 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-14 12:34:32 +00:00
Emmanuel Bernard
d77d703ebe
HHH-5149 Reorganise sections of basic O/R mappings
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19713 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:22:34 +00:00
Emmanuel Bernard
10fc436d8a
HHH-5149 Add documentation for to one associations sharing primary keys
...
Move shared orthogonal options like lazy / eager fetching to the super section
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19712 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:21:56 +00:00
Emmanuel Bernard
7916197774
HHH-5149 Add documentation for to one associations with foreign key
...
Describe foreign key and association table options.
Describe various configurations like fetch lazy and co.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19711 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:21:22 +00:00
Emmanuel Bernard
74a5e4b405
HHH-5149 fix text not wrapping up in html rendering
...
Was due to a itemizedlist embedded in a para
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19710 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:20:43 +00:00
Emmanuel Bernard
1eaf80e3a9
HHH-5148 add JAVA role to a programlisting
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19709 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:13:06 +00:00
Emmanuel Bernard
b58d3be7dc
HHH-5149 remove typo
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19708 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:12:27 +00:00
Emmanuel Bernard
3dd364c716
HHH-5268 Add documentation for uuid and uuid2 identifier generators
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19648 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-01 23:23:40 +00:00
Steve Ebersole
94f5659503
HHH-3579 - Support for PostgreSQL UUID data type
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19647 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-01 19:16:50 +00:00
Steve Ebersole
7aa8449788
HHH-5268 - Support for java.util.UUID properties/generators
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19646 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-01 18:34:12 +00:00
Emmanuel Bernard
3af3e38b53
HHH-5149 mark multiple mapping of the same entity as XML only
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19622 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:22:31 +00:00
Emmanuel Bernard
3c9c1c598f
HHH-5149 Merge doc for generated properties and quoted elements
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19621 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:21:56 +00:00
Emmanuel Bernard
c906bc9780
HHH-5149 remove alternative mapping section
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19620 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:21:22 +00:00
Emmanuel Bernard
89b2659331
HHH-5149 Merge embedded object / component documentations
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19619 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:20:43 +00:00
Emmanuel Bernard
7c5f43737e
HHH-5149 merge natural id documentation
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19618 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:20:08 +00:00
Emmanuel Bernard
d5e59832f2
HHH-5149 Merge <properties> section with annotations own construct
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19617 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:19:35 +00:00
Emmanuel Bernard
74874857d4
HHH-5149 move xml specific constructs to its dedicated section
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19616 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:19:02 +00:00
Emmanuel Bernard
f50d19fc7c
HHH-5149 Merge @Any documentation
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19615 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:18:28 +00:00
Emmanuel Bernard
a0edae6efa
HHH-5149 Merge property documentation
...
I've decided to keep the split because the annotation concepts are layered fairly differently than
the xml ones on properties.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19614 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:17:33 +00:00
Emmanuel Bernard
f42826502b
Fix typo on doc
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19613 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:16:55 +00:00
Steve Ebersole
c952c87ab4
HHH-5263 - Improve preface
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19612 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 15:54:28 +00:00
Steve Ebersole
db5b3a4c0a
HHH-5263 - Improve preface
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19609 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-25 20:45:26 +00:00
Steve Ebersole
a05dc9066a
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19607 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-25 19:07:43 +00:00
Emmanuel Bernard
76059f0215
HHH-5233 revert incorrect pom.xml change
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19536 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-18 07:12:45 +00:00
Emmanuel Bernard
58fa9e2e0f
HHH-5233 add test on @FetchProfile and multiple @FetchOverride
...
Clean some more
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19535 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-18 07:05:32 +00:00
Adam Warski
1a722dfd97
Making it clear that a revision entity must be mapped
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19473 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-12 06:25:42 +00:00
Emmanuel Bernard
8f4401349f
HHH-5149 documentation for versioning
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19407 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-07 15:36:30 +00:00
Emmanuel Bernard
3dce2f17de
HHH-5149 add @o.h.a.T description in @SecondaryTable
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19372 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-05 17:51:27 +00:00
Emmanuel Bernard
23db0f4de0
HHH-5149 convert inheritance sections
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19362 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-04 16:29:05 +00:00
Emmanuel Bernard
4c764f0294
HHH-5149 finish identifier and generator documentation
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19330 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-30 15:53:27 +00:00
Emmanuel Bernard
9d1ce4e486
HHH-5149 start converting the id section with new functional structure
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19296 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-26 18:16:39 +00:00
Emmanuel Bernard
593064b71f
HHH-5152 @Entity description
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19286 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-23 17:09:47 +00:00
Emmanuel Bernard
bf2dab5479
HHH-5149 start injecting annotations in mapping section
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19283 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-22 17:20:04 +00:00
Steve Ebersole
37d40d4aa4
[maven-release-plugin] prepare release Branch_3_5
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19256 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-21 01:58:27 +00:00
Steve Ebersole
4470ebcd4d
Updating pom versions to 3.5.2-SNAPSHOT for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19238 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-14 20:54:44 +00:00
Steve Ebersole
9a5dfa9ff8
Updating pom versions to 3.5.1-Final for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19236 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-14 20:54:13 +00:00
Steve Ebersole
c47267d3bb
HHH-5059 - callouts and programlistings with highlighting
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19232 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-14 16:27:11 +00:00
Steve Ebersole
6fdc0c0c69
Updating pom versions to 3.5.1-SNAPSHOT for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19149 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-31 17:39:24 +00:00
Steve Ebersole
adffa64173
Updating pom versions to 3.5.0-Final for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19147 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-31 17:38:40 +00:00
misty
bd1a05ac93
Propagaged changes for JIRA HHH-5047
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19142 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-31 00:52:35 +00:00
misty
3de7cb68ad
Fixed some DOS line endings which were breaking the jDocBook build
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19138 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-30 03:24:37 +00:00
misty
26516fb559
Taking away test file
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19135 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-30 00:56:45 +00:00
misty
4cea1a1460
Testing commit access
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19134 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-30 00:56:14 +00:00
Strong Liu
d9cbeeaa04
change the encoding to utf-8
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19113 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-25 07:46:55 +00:00
Strong Liu
3cf67d5714
HHH-4940 added po and pot files and a minor correct
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19112 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-25 06:51:01 +00:00
Gail Badner
039bb48ccf
HHH-4940 : Document immutable/read-only entity and immutable collection functionality
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19108 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-24 18:19:00 +00:00
ldelima
3a4e26bcc0
in progress
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19032 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-19 05:49:48 +00:00
A Garcia
0de0aeb24b
completed jus comitting
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19031 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-19 02:58:59 +00:00
A Garcia
776072e2cf
completed jus comitting
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19030 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-19 02:05:31 +00:00
Strong Liu
84e07a2b63
HHH-5022 Small documentation improvements
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19024 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-18 21:11:29 +00:00
xhuang
7ea9c8fe76
update
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19003 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-16 01:42:26 +00:00
xhuang
c937d0a393
update
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18997 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-15 05:29:05 +00:00
xhuang
f13430e23f
update po
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18991 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:11:45 +00:00
xhuang
ebcbd113a2
update po
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18990 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:10:45 +00:00
xhuang
144a55038d
update po
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18989 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:09:51 +00:00
xhuang
48479984b7
update po
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18988 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:09:03 +00:00
xhuang
3fd9a83aa9
update po
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18987 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:08:20 +00:00
xhuang
841550dd3c
update po
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18986 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:07:44 +00:00
Strong Liu
93a01fed25
HHH-5000 correct duplicate words in document
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18981 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-10 22:20:03 +00:00
Steve Ebersole
97444b2d2d
Updating pom versions to 3.5.0-SNAPSHOT for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18879 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-25 03:50:02 +00:00
Steve Ebersole
9bba4e970b
Updating pom versions to 3.5.0-CR-2 for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18877 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-25 03:49:36 +00:00
Steve Ebersole
be58b6b386
HHH-4951 - Correct DTD entities for injecting version and date into docs
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18876 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-25 03:20:01 +00:00
Steve Ebersole
ec8aa8bc93
HHH-4936 - Document JPA criteria queries
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18867 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-24 07:31:58 +00:00
Hardy Ferentschik
6a2843f98a
Removed core/trunk/documentation/manual/src/main/docbook/de-DE/Author_Group.po
...
File conflicted with author_group.po on Mac
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18802 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-15 14:35:46 +00:00
Richard Wilding
3fda092751
HHH-4918: updated pom with de-DE translation goal
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18800 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-15 01:32:56 +00:00
Richard Wilding
1677384530
'HHH-4918: updated de-DE preface with translated strings; deleted old book master file'
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18799 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-15 00:41:59 +00:00
Steve Ebersole
8514f5a15e
removed conflictingly named file
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18793 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-12 15:38:20 +00:00
Richard Wilding
bdc3b50493
'added publican compatibility to envers docs'
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18778 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-11 07:27:00 +00:00
Richard Wilding
19758fe9c2
'adding translations from Core 3.3.2.GA branch and updated po files for ko-KR'
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18777 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-11 07:20:33 +00:00
Richard Wilding
9400bc277c
'converted docs for publican compatibility and added translations from Core 3.3.2.GA branch'
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18776 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-11 07:04:06 +00:00
Steve Ebersole
7d0258ec55
prepare 3.5.0-CR-1 ++ dev
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18771 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-10 19:42:49 +00:00
Steve Ebersole
7a9b5f1781
prep 3.5.0-CR-1 release
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18769 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-10 19:17:55 +00:00
Strong Liu
e2fc86d5d5
HHH-4824 localpath appeared in the doc xml
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18685 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-03 06:51:48 +00:00
Gail Badner
0530b809d8
setting the version number on trunk back to 3.5.0-SNAPSHOT
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18668 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-29 00:57:52 +00:00
Gail Badner
18ed315b62
prep 3.5.0-Beta-4
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18666 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-29 00:46:30 +00:00
Hardy Ferentschik
373e4f13a8
HHH-4823 Reordered module list in top level pom. Also renamed some of the project names. now all project names start with "Hibernate" ;-)
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18595 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-20 20:31:29 +00:00
Hardy Ferentschik
79bb60ea89
setting the version number on trunk back to 3.5.0-SNAPSHOT
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18552 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-14 02:01:24 +00:00
Hardy Ferentschik
1f8019b3fc
Version upgrade for preperation of 3.5.0-Beta-3 release
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18550 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-14 01:34:37 +00:00
JongDae Kim
6015123700
translated!
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18514 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-12 14:38:09 +00:00
JongDae Kim
59ced3a04e
translated!
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18513 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-12 12:01:32 +00:00
JongDae Kim
a44a126de6
translated!
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18512 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-12 11:36:49 +00:00
Adam Warski
446ac0e0df
Updating links in docs
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18255 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-17 08:49:02 +00:00
Adam Warski
ab3ee1998a
HHH-4694:
...
- updating docs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18238 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-16 13:05:17 +00:00
Adam Warski
25343680c9
HHH-4645:
...
- shortening the names of the default schema/default catalog properties
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18156 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-07 12:43:06 +00:00
Adam Warski
cd7a5cac7b
HHH-4645:
...
- renaming properties from camel case to use _ to separate words, as is the Hibernate convention
- old property names are still supported
- updating documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18152 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-07 08:55:15 +00:00
Adam Warski
49f7b49bdc
HHH-4608:
...
- options to specify default schema/catalog name for audit tables
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18035 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-24 16:19:58 +00:00
Adam Warski
8855e85040
HHH-4540:
...
- updating docs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18033 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-24 15:36:49 +00:00
Steve Ebersole
a8e34f0066
HHH-2308 - Adding predicates to the join condition using Criteria Query
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18012 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-20 05:20:28 +00:00
Steve Ebersole
aa8ad85ce4
HHH-4550 - Document that update-timestamps cache region should not be configured for expiry.
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17950 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-10 20:00:14 +00:00
Steve Ebersole
61b9b2575c
HHH-4000 - Utlize jhighlight hooks for rendered syntax coloration of XML and Java based programlisting docbook elements
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17916 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-04 23:32:27 +00:00
Steve Ebersole
9b8b82b549
HHH-4006 - Document fetch profiles
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17915 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-04 22:28:47 +00:00
Steve Ebersole
5ecfeb5cb8
prep 3.5.0-Beta-2 by hand because maven rocks
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17892 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-02 18:20:40 +00:00
Steve Ebersole
c42e871b95
prep 3.5.0-Beta-2 by hand because maven rocks
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17890 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-02 18:09:43 +00:00
Steve Ebersole
cb34e79283
HHH-4440 : column-level read/write fragment support
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17821 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-22 20:02:10 +00:00
Brian Stansberry
f5a280bc5b
Reference EAP instead of JEMS
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17723 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-13 15:30:21 +00:00
Brian Stansberry
7ca0f71ee1
Update for use with JBC 3
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17672 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-09 03:56:07 +00:00
Brian Stansberry
c27da172ab
Typo
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17663 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-09 02:25:15 +00:00
Adam Warski
5985c879e6
HHH-4100: fixing the colum number in Envers docbook, uncommenting the Envers docbook module build
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17382 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-21 06:57:04 +00:00
Steve Ebersole
85c34f356a
restting pom versions to SNAPSHOT after manual tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17373 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-19 21:10:09 +00:00
Steve Ebersole
122aa3f7e4
[maven-release-plugin] prepare branch hibernate-3.5.0.Beta-1
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17371 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-19 19:24:23 +00:00
Steve Ebersole
cb337e6f2c
[maven-release-plugin] rollback the release of hibernate-3.5.0.Beta-1
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17370 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-19 19:04:32 +00:00
Steve Ebersole
677ed6f9c9
[maven-release-plugin] prepare release hibernate-3.5.0.Beta-1
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17369 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-19 19:00:59 +00:00
Steve Ebersole
8e9f38cd19
HHH-4099 : Doc build error ( http://jira.codehaus.org/browse/MNG-1323 );
...
HHH-4100 : Problems with Envers docbook sources
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17367 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-19 18:15:21 +00:00
Steve Ebersole
271ecdea6e
HHH-4099 : Doc build error ( http://jira.codehaus.org/browse/MNG-1323 )
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17366 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-19 18:14:33 +00:00
Steve Ebersole
0fd2762c6e
removed unmaintained releasenotes module
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17365 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-19 15:05:56 +00:00
Steve Ebersole
b94e505fc4
fix typos and PO issues
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17342 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-17 21:50:41 +00:00
Steve Ebersole
a29a67a3b8
Sigh maven is again requirng the style be defined in both the plugin dependencies and the project dependencies
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17341 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-17 21:27:47 +00:00
Steve Ebersole
eb8f85aab9
missed commits for translation PO files
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17329 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-16 16:35:27 +00:00
Adam Warski
5d08386293
HHH-4010:
...
- applying patch: allow audited relations to non-audited entities
- doc update
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17248 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-08-06 18:21:38 +00:00
Steve Ebersole
54ddb119a4
HHH-4037 - applied changes out to pot/po files
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17091 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-14 20:58:00 +00:00
Steve Ebersole
d98f0fe9ff
HHH-4037 - Fixing build errors in documentation/manual
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17086 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-13 23:36:34 +00:00
Steve Ebersole
e36b0c677e
HHH-4028 - Move current cache-jbosscache2 module content to cache-jbosscache
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17024 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-07 17:39:21 +00:00
Adam Warski
8165b1d70c
HHH-3819:
...
- adding an option to store the data when an entity is deleted in the revision (instead of having to read the last-but-one revision)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16981 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-30 15:56:49 +00:00
Steve Ebersole
1eddb94e93
HHH-3981 - Upgrade to jDocBook 2.2.0
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16889 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-23 06:16:45 +00:00
Steve Ebersole
733855552f
HHH-3944 - Document known database portability strategies
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16877 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-23 05:46:17 +00:00
Steve Ebersole
b295044275
fixed issue with xml syntax
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16753 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-10 20:48:54 +00:00
Steve Ebersole
f7eedd7577
HHH-3944 - Document known database portability strategies
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16751 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-10 18:46:15 +00:00
Steve Ebersole
d3f7642a25
minor changes; added biblio references for JPwH
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16750 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-10 18:44:15 +00:00
Steve Ebersole
94f74b5c22
added a definition of UoW
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16744 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-10 18:33:44 +00:00
Steve Ebersole
1bfc2dc123
HHH-3953 - Update tutorial chapter
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16741 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-10 17:17:48 +00:00
Steve Ebersole
9d2b288c45
HHH-3804 - Cleanup usage of deprecated APIs in testsuite (Session#find, etc)
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16536 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-05-11 21:13:36 +00:00
Adam Warski
5a9becf04a
HHH-3823:
...
- updating documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16486 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-04-30 07:42:39 +00:00
Adam Warski
01a818a0ec
HHH-3879:
...
- updating the docs with information on default listeners that should be included so that ejb3 lifecycle callback methods work
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16484 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-04-30 05:53:15 +00:00
Steve Ebersole
8095d02454
HHH-3214 - Update unit tests and config files to use non-depracated Oracle dialects
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16100 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-03-06 18:42:49 +00:00
Adam Warski
639d4ddd1d
Documentation updates
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16085 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-03-05 15:36:46 +00:00
Steve Ebersole
e34c0d7007
change versions from 3.4 to 3.5
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16050 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-28 04:45:24 +00:00
Steve Ebersole
a1263d35b3
HHH-3760 : document EntityNameResolver
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15932 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-10 21:44:48 +00:00
Steve Ebersole
4bd552cfdb
HHH-3742 : documentation corrections
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15831 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-01-29 20:06:25 +00:00
Adam Warski
76c4685117
HHH-3633: classes can be audited also if they don't contain any properties (w/ test)
...
Some corrections in the manual
Performance tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15722 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-12-22 19:16:28 +00:00
Adam Warski
a499ae2273
Adding the missing chapter on queries
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15590 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-19 13:49:52 +00:00
Adam Warski
a91681858e
HHH-3564: updating the manual
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15572 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-17 07:34:10 +00:00
Adam Warski
e67a384aad
HHH-3556: minor corrections
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15516 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-05 08:59:14 +00:00
Adam Warski
e3611638b5
HHH-3556: migration docs
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15515 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-05 08:42:01 +00:00
Adam Warski
46b1ca8267
HHH-3556: Envers documentation partially migrated
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15502 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-04 18:11:28 +00:00
Adam Warski
137585b17f
HHH-3556: Envers documentation partially migrated
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15501 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-04 17:44:43 +00:00
Adam Warski
7e04164b24
HHH-3556: Envers documentation partially migrated
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15500 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-04 17:31:43 +00:00
Adam Warski
c2e7ba6e86
HHH-3556: Envers documentation partially migrated
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15499 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-04 17:31:01 +00:00
Adam Warski
b9284c5e7c
HHH-3556: Envers documentation partially migrated
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15498 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-04 17:07:01 +00:00
Adam Warski
371e532e0e
HHH-3556: Envers documentation partially migrated
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15497 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-11-04 17:06:23 +00:00
Steve Ebersole
8f3ce7a6e7
[maven-release-plugin] prepare release Branch_3_3
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15071 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-14 15:58:54 +00:00
Steve Ebersole
c5a315f163
prep for rebranching 3.3
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15068 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-14 15:57:31 +00:00
Steve Ebersole
3a37ce40d5
undo fixes for HHH-3080,HHH-3190,HHH-2976,HHH-3397
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15067 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-14 15:35:40 +00:00
Steve Ebersole
f47cbced6f
undo fixes for HHH-3080,HHH-3190,HHH-2976,HHH-3397
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15066 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-14 15:28:13 +00:00
Steve Ebersole
5705431a07
undo fixes for HHH-3080,HHH-3190,HHH-2976,HHH-3397
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15064 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-14 14:03:09 +00:00