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