Emmanuel Bernard
efabd6fa49
HHH-5879 Make property protected for use by the OGM persister
2011-02-02 19:05:56 +01:00
Emmanuel Bernard
83196824d7
HHH-5879 expose getPropertyColumnUpdateable getPropertyColumnInsertable
2011-02-02 19:05:56 +01:00
adamw
d8772c04a8
HHH-5883: Fixing - @Lob annotated field throws MappingException when the field type is serializable
2011-01-31 12:35:11 +01:00
Hardy Ferentschik
595f919e4c
HHH-5880 Added username and password for authentication of deploys into remote repos
2011-01-28 17:51:52 -06:00
Sanne Grinovero
9f992cd6d0
HHH-5880 needs to use classifier "tests" not "test"
2011-01-28 16:36:19 -06:00
Hardy Ferentschik
79e9a77d4e
HHH-5880 Changed gradle build for for to push testing jar
2011-01-28 15:49:39 -06:00
Galder Zamarreño
5dfcdae14d
HHH-5859 - Upgraded to 4.2.0.CR1
...
Apart from upgrading Infinispan, test transaction manager code has been
changed so that read only transactions are not committed twice.
2011-01-25 11:33:48 +01:00
Gail Badner
f26e8cdd2c
HHH-4878 : document materialized blob/clob, text/image and minor corrections
2011-01-21 14:04:22 -08:00
Gail Badner
0013a90d20
HHH-5126 : "in" expression and column-valued-input-parameter
2011-01-21 13:05:54 -08:00
Steve Ebersole
140059528b
HHH-5821 - JPA EntityType's (or ManagedType's) getSingularAttributes() returns the version attribute with isVersion set to false.
2011-01-21 14:05:16 -06:00
Steve Ebersole
ccd23dbd3d
HHH-5823 - Poor multithread performance in UpdateTimestampsCache class
2011-01-21 12:39:25 -06:00
Steve Ebersole
4d6a68c2d0
HHH-5824 - Poor multithread performance in SessionFactoryImpl.getQueryCache method
2011-01-21 12:10:18 -06:00
Steve Ebersole
0c48de6474
HHH-5550 - Hibernate.createBlob() fails when used in current_session_context_class=thread mode
2011-01-21 11:07:59 -06:00
Steve Ebersole
e79eae88bc
HHH-5853: Problem loading cachable collections defined with a property-ref key with a versioned owner
2011-01-20 15:12:52 -06:00
Hardy Ferentschik
cb7cd71fdf
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:05:37 +01:00
Hardy Ferentschik
3bf6625ab1
Merge branch 'HHH-5843' of git://github.com/Sanne/hibernate-core into Sanne-HHH-5843
2011-01-19 09:27:21 +01:00
Gail Badner
126592a55d
HHH-5695 : Test case for derived ID with bidirectional one-to-one
2011-01-17 13:50:39 -08:00
Gail Badner
a6d19f257b
Merge branch 'master' of github.com:hibernate/hibernate-core
2011-01-17 12:26:43 -08:00
Gail Badner
15cc1e7493
HHH-5359 : Derived entity use case fails when the association is bidirectional
2011-01-17 12:25:16 -08:00
Sanne Grinovero
adbe3920f1
HHH-5843 - Avoid useless branches during HQL parsing when trace logging is disabled
2011-01-14 16:31:01 +00:00
Emmanuel Bernard
60857d3966
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 16:03:44 +01:00
Emmanuel Bernard
0600527a6b
HHH-5280 Add test failing on multiple owners
2011-01-14 15:52:43 +01:00
Sanne Grinovero
af81f187b4
HHH-5838 - Proxool connection pool should only close pools it opened
2011-01-13 18:34:48 +00:00
Sanne Grinovero
90bb8634df
HHH-5838 - Proxool connection pool should only close pools it opened
2011-01-13 11:49:42 +00:00
Sanne Grinovero
3fab254606
HHH-5839 - non-utf8 characters in AuditReaderImpl
2011-01-13 11:46:15 +00:00
Galder Zamarreño
04da27507e
HHH-5793 - All put/remove calls should skip cache load and remote get
2011-01-12 15:14:21 +01:00
Gail Badner
e024adebe7
HHH-5817 : Passing char[] or byte[] to equal function of CriteriaBuilder throws ClassCastException (Vyacheslav Dimitrov)
2011-01-11 18:18:17 -08:00
Gail Badner
1c158b0bb7
HHH-5826 : SerializationHelper.resolveClass() never tries loader3
2011-01-11 17:21:08 -08:00
Gail Badner
ca057ccb4c
HHH-5717 : LockOptions not set correctly for queries
2011-01-07 16:35:26 -08:00
Galder Zamarreño
0a9e201a01
HHH-5793 - Apply skip cache load optimization to timestamp updates
2011-01-07 16:40:03 +01:00
Gail Badner
35bf5300c3
Merge branch 'HHH-5811-ByteArrayLob'
2011-01-04 12:59:24 -08:00
Gail Badner
a45ada43e2
HHH-5811 : flush causes update on unchanged Byte[] field
2011-01-04 12:58:09 -08:00
Emmanuel Bernard
20f8a8e2d3
HHH-5816 Expose list of modified properties in PostUpdateEvent
2011-01-04 15:45:02 +01:00
Hernán Chanfreau
0541cbf966
Adding 'serviceRegistryHolder' instance variable due to changes commited on master for Configuration class
2011-01-04 09:36:55 +01:00
Hernan
83b1f22ea9
Removing isNotAudited() method.
2011-01-04 09:36:55 +01:00
Hernan
1a081d29cb
Replacion deprecated AnnotationConfiguration with Configuration.
2011-01-04 09:36:55 +01:00
Hernan
fe31aeda16
- Creating abstract test with one session-per-test
...
- Fixing typo error.
2011-01-04 09:36:54 +01:00
Hernan
102faba8f4
Removing isEntityClassNotAudited() and isEntityNameNotAudited() method for later discussion.
2011-01-04 09:36:54 +01:00
Hernan
323d9dd16e
Removing isEntityClassNotAudited() and isEntityNameNotAudited() method for later discussion.
2011-01-04 09:36:54 +01:00
Hernan
89393c5e9e
HHH-5588
...
Removing EnversExeption and using HibernateException instead.
2011-01-04 09:36:54 +01:00
Hernan
c981bef5c1
HHH-5588: Improve support for entityNames in envers
...
Extending test cases for testing resolution for entityNames for entities retrieved previously by envers
2011-01-04 09:36:54 +01:00
Hernan
80ef651e4a
Let the subclasses redefine the configuration file name overriding getHibernateConfigurationFileName() method.
2011-01-04 09:36:54 +01:00
Hernan
188ec620e8
Creating a generic envers exception
2011-01-04 09:36:53 +01:00
Hernan
46660fd045
Resolving HHH-5588: Improve support for entityNames in envers.
...
When instantiating an historic entity, envers put its entityName on the cache for future uses.
2011-01-04 09:36:53 +01:00
Hernan
7ec8c11327
Resolving HHH-5588: Improve support for entityNames in envers.
...
Adding isNotAudited for determine if an entity is marked as @Audited(NOT_AUDITED)
2011-01-04 09:36:53 +01:00
Hernan
eaeb4f8343
Resolving HHH-5588: Improve support for entityNames in envers.
...
Adding entityNameCache for resolving entityNames in envers.
2011-01-04 09:36:53 +01:00
Hernan
328c098ab9
Resolving HHH-5588: Improve support for entityNames in envers.
...
Adding methods for knowing if an entityName is marked to be resolved by core (@Audited(targetAuditMode='NOT_AUDITED')
isEntityNameNotAudited()
Adding method to resolve the entityName for an entity retrieved previously by envers.
getEntityName()
2011-01-04 09:36:53 +01:00
Hardy Ferentschik
dc91727742
HHH-5800 This test now also derives from HibernateTestCase. This way the test is aligned with the tests added for this issue.
2011-01-03 16:58:46 +01:00
Hardy Ferentschik
95c23b6f50
HHH-5800 Applying Hibernate code formatting style
2011-01-03 16:55:30 +01:00
davidmc24
bde29a52d2
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-01 18:34:11 -05:00