Gail Badner
f7fda73168
HHH-5968 : Deprecate nullSafeGet()/nullSafeSet() methods with no SessionImplementor argument from UserType and AbstractSingleColumnStandardBasicType
2011-02-25 14:11:13 -08:00
Emmanuel Bernard
2d6b6b0c46
HHH-5916 Use PersisterClassProvider in Binders
2011-02-14 19:19:34 +01:00
Emmanuel Bernard
3c3179a081
HHH-5916 Expose PersisterClassProvider configuration
2011-02-14 19:19:33 +01:00
Emmanuel Bernard
b31754d18b
HHH-5916 Add contract for custom default persister class provider
2011-02-14 19:19:33 +01:00
Strong Liu
3815ad36ee
Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
2011-02-09 20:37:36 +08:00
Strong Liu
1479a69fdd
HHH-5907 change to use autobox instead of create new object everytime to get minor improvement
2011-02-09 20:20:09 +08:00
Strong Liu
d9dc1c9125
HHH-5907 derby does not support materialize a LOB locator outside the transaction in which it was created
2011-02-09 20:00:56 +08:00
Emmanuel Bernard
117a8120bc
HHH-5906 make AbstractEntityPersister#getPropertyUniqueness public
2011-02-09 10:19:07 +01:00
Gail Badner
42a38cfefa
update version to 3.6.2-SNAPSHOT
2011-02-02 19:17:56 -08:00
Gail Badner
8fe9ef6ed6
Update version to 3.6.1.Final
2011-02-02 19:00:17 -08:00
Gail Badner
8e832d82a3
HHH-5659 HHH-4617 : PostgreSQL and Oracle LOBs
2011-02-02 00:45:46 -08:00
Emmanuel Bernard
4f1830e12b
HHH-5879 Expose getPropertyUniqueness from AbstractEntityPersister
2011-01-27 18:43:34 -06:00
Emmanuel Bernard
64f6dca494
HHH-5879 Open Core ComponentType metamodel
...
Add a getter to isKey
2011-01-27 18:21:43 -06:00
Emmanuel Bernard
d515cbc561
HHH-5879 Improve AbstractEntityPersister to allow better subclassing in the loader area
...
Make use of a getLoader() getter which is protected
2011-01-27 18:20:52 -06:00
Emmanuel Bernard
b2e08eb32a
HHH-5879 Make property protected for use by the OGM persister
2011-01-27 18:20:11 -06:00
Emmanuel Bernard
d5539db522
HHH-5879 expose getPropertyColumnUpdateable getPropertyColumnInsertable
2011-01-27 18:17:50 -06:00
Emmanuel Bernard
c6d0cef046
HHH-5879 Expose SessionFactory observer as SessionFactoryImplementor contract
2011-01-27 18:08:44 -06:00
Gail Badner
ac2dcd9c55
HHH-5126 : "in" expression and column-valued-input-parameter
2011-01-21 12:43:32 -08:00
Steve Ebersole
13b3222a5c
HHH-5823 - Poor multithread performance in UpdateTimestampsCache class
2011-01-21 12:39:59 -06:00
Steve Ebersole
82aea1ba45
HHH-5824 - Poor multithread performance in SessionFactoryImpl.getQueryCache method
2011-01-21 12:09:46 -06:00
Steve Ebersole
a1266b9103
HHH-5550 - Hibernate.createBlob() fails when used in current_session_context_class=thread mode
2011-01-21 11:07:10 -06:00
Steve Ebersole
bbc338c053
HHH-5853: Problem loading cachable collections defined with a property-ref key
2011-01-20 13:01:13 -06:00
Hardy Ferentschik
3cfb1904e5
HHH-5843 Adding a log.isTraceEnabled call before the actual log call
...
Not really related to the HQL parsing, but it is also a small logging performance change
2011-01-19 10:13:49 +01:00
Sanne Grinovero
bfa3a0e32b
HHH-5843 - Avoid useless branches during HQL parsing when trace logging is disabled
2011-01-19 10:13:49 +01:00
Gail Badner
1968662e4a
HHH-5359 : Derived entity use case fails when the association is bidirectional
2011-01-17 12:15:20 -08:00
Emmanuel Bernard
c970435b74
HHH-5280 Fix excessive caching of the owner
...
An entity can have more than one owner
(eg 2 unidirectional collections pointing to same object)
Make the cache filter by type
2011-01-14 15:34:46 +01:00
Gail Badner
76d7f9bf3c
HHH-5826 : SerializationHelper.resolveClass() never tries loader3
2011-01-11 16:25:44 -08:00
Gail Badner
5c236d66a3
HHH-5717 : LockOptions not set correctly for queries
2011-01-07 15:54:48 -08:00
Emmanuel Bernard
dad565b22b
HHH-5816 Expose list of modified properties in PostUpdateEvent
2011-01-04 16:02:18 +01:00
Hardy Ferentschik
6b635a1472
Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
2011-01-03 18:37:18 +01:00
Hardy Ferentschik
a2a2e64361
HHH-5800 Applying Hibernate code formatting style
2011-01-03 18:06:22 +01:00
davidmc24
1911629741
HHH-5800 Fix override handling for associations as per chapter 12 of the JPA 2.0 specification.
...
Some subelements should merge with Java annotations in some contexts (such as directly within an entity) but not in others (such as in an association mapping). The methods to handle these elements were enhanced to be aware of these two different modes through the use of a boolean flag.
2011-01-03 18:06:22 +01:00
davidmc24
f577191be3
HHH-5800 Add tests for element-collection orm XML support
2011-01-03 18:06:22 +01:00
davidmc24
9ae8e5f1d4
Attempt to match Hibernate code conventions
2011-01-03 18:06:20 +01:00
davidmc24
57f5dce48c
HHH-5800 Add tests and fixes for many-to-one orm XML support
2011-01-03 18:06:20 +01:00
Gail Badner
3973bf3d53
HHH-5791 : NPE merging transient entity with non-nullable property set to null with delayed insert if check_nullability set to false
2010-12-17 16:58:52 -08:00
Hardy Ferentschik
c109bec708
HHH-5794 Adding/Updating license headers
2010-12-16 16:15:21 +01:00
David M. Carr
e739e47219
HHH-5794 More changeset cleanup.
2010-12-16 16:15:03 +01:00
David M. Carr
a750936158
HHH-5794 Tidy up the changeset a little.
2010-12-16 16:14:55 +01:00
David M. Carr
0c23e5870c
HHH-5794 Enhance the test to cover additional mapping elements, and implement support for them.
2010-12-16 16:14:44 +01:00
David M. Carr
ce9343bbd2
HHH-5794 Add support for map-key-class in orm.xml
2010-12-16 16:14:33 +01:00
Strong Liu
570581a514
HHH-5727 Collection member declaration not handling optional AS in HQL.
2010-12-14 04:34:11 +08:00
Emmanuel Bernard
77f6e9c05e
Fix minor typos in the Dialect JavaDocs
2010-12-10 14:33:27 +01:00
Strong Liu
5b318b4aaf
HHH-5725 rollback SqlServerDialect
2010-12-03 23:39:03 +08:00
Strong Liu
722a1b3851
HHH-5726 update test case
2010-12-03 23:25:32 +08:00
Strong Liu
7f1ba74947
update StandardDialectResolver to return correct dialect for ms sql server
2010-12-03 23:25:31 +08:00
Yoryos Valotasios
6bd9bb8ba2
SQLServer2005Dialect: Made some comments more specific
2010-12-03 23:25:31 +08:00
Yoryos Valotasios
5cfdbc7c22
SQLServer2005Dialect: removed useless commented code
2010-12-03 23:25:31 +08:00
Yoryos Valotasios
8040c6e32d
SQLServer2005Dialect: Moved the small methods on top of the class
2010-12-03 23:25:31 +08:00
Yoryos Valotasios
91e93fd617
Added some comments
2010-12-03 23:25:31 +08:00