Commit Graph

525 Commits

Author SHA1 Message Date
Steve Ebersole 30e4a6fbfb HHH-530 : followup on parameter handling
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15270 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-10-08 04:28:51 +00:00
Steve Ebersole 53dc224aed HHH-3515 : EntityNameResolver
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15269 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-10-08 04:20:21 +00:00
Steve Ebersole fb3d82af85 HHH-3510 : backout problematic change
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15256 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-10-03 22:16:43 +00:00
Steve Ebersole 73625c07f8 HHH-3481 : minor bug in previous JTATransactionFactory patch
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15250 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-10-03 03:02:25 +00:00
Steve Ebersole 3766446175 HHH-530 : fixed use of auto-boxing in testcase
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15249 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-10-02 21:14:24 +00:00
Steve Ebersole 43056f021c HHH-530 : filters + subqueries;
HHH-3506 : filters + HQL update/delete

git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15240 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-10-01 19:32:11 +00:00
Steve Ebersole 9c37f6ad83 HHH-3216 : ParameterParser + escaped function call syntax
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15239 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-10-01 19:03:53 +00:00
Gail Badner 92e4a0413f HHH-3483 : DB2 does not support position queries on TYPE_FORWARD_ONLY ResultSets
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15203 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-09-16 20:22:22 +00:00
Steve Ebersole ce1b3ef600 HHH-3216 : ParameterParser + escaped function call syntax
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15202 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-09-16 15:59:40 +00:00
Steve Ebersole abe9ca390b HHH-3450 : SingletonEhCacheProvider
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15187 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-09-12 04:38:43 +00:00
Steve Ebersole 16de7ab0fe test suite cleanups
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15180 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-09-10 17:56:19 +00:00
Steve Ebersole a426b1412b HHH-3471 : add NumericBooleanType
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15162 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-09-09 18:46:01 +00:00
Steve Ebersole 00bdcbb69e HHH-3424 : concat function on Derby
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15159 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-09-08 19:50:44 +00:00
Steve Ebersole c9b6e2ba40 HHH-3456 : enhanced.SequenceStyleGenerator extensibility
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15149 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-29 18:39:39 +00:00
Steve Ebersole d01172ac37 HHH-3454 : allow segment value default to be the entity table name
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15146 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-29 14:48:38 +00:00
Steve Ebersole 202de56484 HHH-2686 : enhanced.TableGenerator - generator table PK;
HHH-3231 : enhanced.TableGenerator - improper SELECT ... FOR UPDATE OF building;
HHH-3249 : enhanced.TableGenerator - extensibility;
HHH-3454 : enhanced.TableGenerator - allow segment value default to be the entity table name

git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15144 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-29 06:22:14 +00:00
Steve Ebersole b32e5f9f0a fixed validation of failure expected results
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15104 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-18 19:04:40 +00:00
Chris Bredesen db86871ba0 HHH-2694 moved connectionProvider.close() after schemaExport.drop()
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15101 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-18 18:19:09 +00:00
Steve Ebersole 5e1a485f4e HHH-2604 : Isolator.JdbcDelegate connection releasing
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14999 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-07-31 15:10:43 +00:00
Steve Ebersole 1d89a18d2d HHH-3409 : ResultTransformer uniqueing
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14997 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-07-31 14:58:28 +00:00
Steve Ebersole 437b0cafea HHH-3309 : AbstractLazyInitializer + serialization
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14900 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-07-09 03:38:33 +00:00
Steve Ebersole 1295812ac5 HHH-3283 : protection on vm-based timestamps where dialect does not support params in INSERT ... SELECT
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14663 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-05-14 14:48:24 +00:00
Steve Ebersole c5cee56f1e HHH-3282 : DB2Dialect#supportsLobValueChangePropogation == false
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14660 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-05-14 14:06:47 +00:00
Gail Badner e94b243e72 HHH-3229 : Added test cases for modifying an entity with multiple paths to associated entities
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14502 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-04-11 04:47:54 +00:00
Gail Badner d83703123c HHH-2801 : changes so tests work on all tested dialects
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14492 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-04-03 03:43:21 +00:00
Chris Bredesen 9f2f00f1ee 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/branches/Branch_3_2@14394 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-03-06 17:03:03 +00:00
Steve Ebersole 74c3e54757 HHH-3131 : ActionQueue.hasAfterTransactionActions
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14357 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-25 18:05:14 +00:00
Gail Badner b434e67bb8 HHH-2801 : added tests for removing and adding equal element to many-to-many with association class
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14345 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-20 17:57:19 +00:00
Steve Ebersole 19c8fc3587 HHH-3085 : missed removing entry for JCA connector.jar
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14320 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-07 03:36:01 +00:00
Steve Ebersole 4218359f79 prep 3.2.6
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14318 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-07 02:34:08 +00:00
Steve Ebersole a3a3e4238a HHH-3084 : DialectFactory detection of Ingres metadata information
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14316 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-07 02:21:02 +00:00
Steve Ebersole 16e37893ea HHH-1956 : Interceptor.afterTransactionCompletion() and JTA
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14315 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-07 02:08:56 +00:00
Gail Badner 83f06c38ba HHH-2616 : added getter for owner entitity name to collection events
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14313 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-06 07:46:52 +00:00
Gail Badner 914e233f90 HHH-2616 : added owner ID getter to collection events; added partial support for property-refs; added Javadoc
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14312 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-05 23:55:35 +00:00
Steve Ebersole cd8d359c0a HHH-2957 : ActionQueue insertions sorting performance
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14308 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-02-03 05:57:08 +00:00
Gail Badner 48154c5d84 HHH-2616 : backed out of changes that provide the affected owner ID from collection events due to unit test failures
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14303 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-31 03:02:51 +00:00
Gail Badner bc6708fcf6 HHH-2616 : add new collection events to hibernate-configuration-3.0.dtd; added accessor for affected owner ID to AbstractCollectionEvent
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14302 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-31 01:13:44 +00:00
Steve Ebersole 3813841cff HHH-3085 & HHH-3086 : remove unnecessary jars
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14295 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-28 20:16:36 +00:00
Steve Ebersole 1c34ba1d37 HHH-3085 & HHH-3086 : remove unnecessary jars
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14294 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-28 20:16:15 +00:00
Gail Badner 8ffe8fb94b HHH-2616 : collection recreate/remove/update events and listeners
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14290 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-25 02:34:41 +00:00
Gail Badner dbfcafa8bf HHH-952 : subqueries with joins using DetatchedCriteria
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14209 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-29 01:36:04 +00:00
Gail Badner 012bf08a0d HHH-2627 : Generated and lazy properties leak prepared statements
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14102 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-18 22:28:23 +00:00
Gail Badner 0b38fa21ce HHH-1312 : Unclosed ResultSet when using Identity
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14098 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-18 06:17:56 +00:00
Steve Ebersole 45e29dd47c HHH-2826 : (HQL) <component> is [not] null
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14097 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-17 20:59:49 +00:00
Steve Ebersole 0fe95705fe HHH-2857 : assume schema support in HSQLDialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14085 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-16 21:09:15 +00:00
Steve Ebersole be5cc9d364 HHH-2892 : natural id caching
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14084 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-16 21:04:41 +00:00
Gail Badner b065556fba HHH-2269 : added tests for bidirectional one-to-many associations with both sides cascading; one test fails with TransientObjectException if the inverse collection is marked CascadeType.DELETE_ORPHAN
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14068 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-08 23:04:31 +00:00
Gail Badner 9a2948d047 HHH-1593 - StackOverflow when calling configuration.setListener(null)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@14065 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-10-06 01:52:08 +00:00
Gail Badner ffd2bb0cb0 HHH-2503 : Throws JDBCExceptionHelper.convert() in AbstractEntityPersister.processGeneratedProperties()
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@12949 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-15 22:59:54 +00:00
Gail Badner e5bff29736 HHH-2320 : Update detached entity with null joined properties changed to non-null
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@12945 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-15 20:21:22 +00:00