Commit Graph

68 Commits

Author SHA1 Message Date
Chris Bredesen 79919d20a4 HHH-3111 fixed TM.getStatus() to delegate to getTransaction().getStatus(), or return STATUS_NO_TRANSACTION
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14395 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-03-06 17:04:50 +00:00
Gail Badner 5414f6bf99 HHH-2616 : added owner ID and name getters to collection events; added partial support for property-refs; added Javadoc
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14363 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-25 21:06:19 +00:00
Steve Ebersole 4a30d2b836 HHH-3131 : ActionQueue.hasAfterTransactionActions
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14356 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-25 18:03:45 +00:00
Steve Ebersole a9a8353b57 HHH-3084 : DialectFactory detection of Ingres metadata information
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14317 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-07 02:21:24 +00:00
Steve Ebersole 1e9deb3f04 HHH-1956 : Interceptor.afterTransactionCompletion() and JTA
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14314 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-07 02:08:26 +00:00
Steve Ebersole 7ee7140744 HHH-2957 : ActionQueue insertions sorting performance
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14307 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-03 05:56:39 +00:00
Gail Badner 5fe0a801a0 HHH-2616 : collection recreate/remove/update events and listeners
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14297 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-28 22:18:35 +00:00
Gail Badner 2d7b7a38bc HHH-2645 : Synchronization bottleneck in EntityModeToTuplizerMapping
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14271 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-10 05:55:30 +00:00
Diego Plentz 856b9dd3b4 [HHH-2948] QueryStatistics.executionMinTime always = 0
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14250 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-20 03:05:05 +00:00
Steve Ebersole 4deba14a0f upgrade the antlr plugin version used 2.0-SNAPSHOT -> 2.1-SNAPSHOT
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14243 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-12 22:40:03 +00:00
Steve Ebersole a15cab0911 HHH-2863 : isolate cache integration testing
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14216 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-06 20:28:10 +00:00
Gail Badner 069c575e36 HHH-952 : corrected formatting from previous version in trunk
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14210 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-29 01:39:53 +00:00
Steve Ebersole 6807914f13 update antlr plugin version based on their latest SVN
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14206 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-28 17:37:22 +00:00
Steve Ebersole a9fe7f15a3 HHH-2833 : insert-select query fails with NPE when select includes join
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14200 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-16 20:25:59 +00:00
Diego Plentz 369ec6da34 [HHH-2016] Oracle9Dialect registers last_day() function as "lastday"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14189 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-06 02:09:45 +00:00
Steve Ebersole 40fbb3d31e HHH-2928 : synchronize enhanced id gen optimizers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14183 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-02 16:18:14 +00:00
Steve Ebersole 0705b2ca78 HHH-1753 : db2 current_timestamp
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14178 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-02 14:46:10 +00:00
Diego Plentz 34c7ec1cd3 [HHH-1916] param values in generator element should be trimmed during HbmBinding
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14156 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-28 16:51:03 +00:00
Gail Badner a0cdfe599e HHH-2627 : Generated and lazy properties leak prepared statements
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14103 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-18 22:31:39 +00:00
Gail Badner b0beac4acd HHH-1312 : Unclosed ResultSet when using Identity
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14099 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-18 06:20:04 +00:00
Steve Ebersole 0a6a160709 HHH-2826 : (HQL) <component> is [not] null
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14096 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-17 20:59:18 +00:00
Steve Ebersole 2af0d5b70b HHH-2669 : MySQL + LOB sizes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14093 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-17 05:23:28 +00:00
Steve Ebersole aaaf973515 HHH-2864 : merge non-inverse collection when 'owner' is already proxied
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14091 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-17 05:07:24 +00:00
Steve Ebersole 06f3515244 HHH-2857 : assume schema support in HSQLDialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14086 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-16 21:09:37 +00:00
Steve Ebersole 12cf197f2f HHH-2892 : natural id caching
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14083 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-16 21:04:09 +00:00
Gail Badner bbc9029b29 HHH-1593 - StackOverflow when calling configuration.setListener(null)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14066 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-06 01:52:54 +00:00
Diego Plentz 16c411c137 [HHH-1696] Add outer join support for aliases on DetachedCriteria
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14064 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-05 13:54:14 +00:00
Diego Plentz ec267130cd [HHH-2598] Mapping a collection of entities from two different classes with the same collection name results in duplicate backref property exception if collection keys are not null
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14062 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-05 12:55:35 +00:00
Steve Ebersole 6d31022c4a HHH-2822 : added functions for SAPDBDialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14056 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-03 06:16:46 +00:00
Steve Ebersole c74c196e20 HHH-2861 : validation of delete-orphan for to-one association cascading
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14055 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-03 05:44:41 +00:00
Steve Ebersole 5bb94e2362 HHH-2593 : filter conditions using UNION (or MINUS) subqueries
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14052 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-03 04:54:42 +00:00
Steve Ebersole 430a94b5ab HHH-2159 : NullPointerException in FromElement#findIntendedAliasedFromElementBasedOnCrazyJPARequirements
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14050 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-03 03:50:47 +00:00
Steve Ebersole 4a7615fd42 HHH-2070: expanded DB2Dialect auto-discovery support
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14048 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-03 03:09:34 +00:00
Steve Ebersole dc43624359 HHH-2682 : H2 dialect auto-discovery support
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14047 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-03 02:57:00 +00:00
Steve Ebersole d43a3d7d96 HHH-2839 : HSQLDB and sequences
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14044 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-03 02:50:59 +00:00
Steve Ebersole 75d63553c3 general code cleanup
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14043 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-03 02:25:50 +00:00
Steve Ebersole 9c2eb65d2f HHH-2849 : IdentifierGeneratorFactory error logging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14041 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-03 02:12:41 +00:00
Diego Plentz e47d267b52 [HHH-2261] Setting hibernate.hbm2ddl.auto=validate causes problems on mySQL with numeric fields
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14037 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-09-29 19:38:53 +00:00
Diego Plentz 33ad68f239 [HHH-2852] Better error messages when schema validation fails
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14035 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-09-29 17:20:17 +00:00
Diego Plentz e5e59ed2f2 [HHH-1329] SchemaValidator fail when views are involved
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14031 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-09-28 03:18:02 +00:00
Steve Ebersole 9d406f51d2 HHH-2859 : work api
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14029 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-09-27 16:37:27 +00:00
Chris Bredesen 45667c1c79 HHH-2816 avoid re-selecting state for READ_ONLY in checkNaturalId
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14015 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-09-20 21:58:27 +00:00
Diego Plentz b8d21487bf [HHH-925] DetachedCriteria.createCriteria not working with alias
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14006 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-09-08 21:24:22 +00:00
Steve Ebersole e95686015d antlr version override for antlr-maven-plugin (broken in maven <= 2.0.7)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@13984 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-31 19:55:54 +00:00
Gail Badner 9e08a9b134 HHH-2728 : session.clear() while retrieving objects via an iterator fix that should work for all dialects
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@13962 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-29 23:00:41 +00:00
Gail Badner 50a010566b HHH-2728 : session.clear() while retrieving objects via an iterator
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@13957 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-29 00:50:12 +00:00
Gail Badner 072b3cf623 HHH-2563 : Reversed log messages in LoadContexts.locateLoadingCollectionEntry(CollectionKey key)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@13952 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-27 21:48:51 +00:00
Gail Badner d2d2c1c13e HHH-2795 : CollectionLoadContext processing for empty collections
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@13937 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-19 23:09:11 +00:00
Gail Badner 7694c7f349 HHH-2503 : Throws JDBCExceptionHelper.convert() in AbstractEntityPersister.processGeneratedProperties()
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12950 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-15 23:00:16 +00:00
Gail Badner 06f0676e20 HHH-2320 : Update detached entity with null joined properties changed to non-null
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12946 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-15 20:23:35 +00:00