Hardy Ferentschik
60c1b23c7b
HHH-6271 Introducing Byteman in order to really test that a certain log message gets never called.
2012-03-19 23:19:46 +08:00
Strong Liu
b51b2ff4cb
HHH-7156 Make Hibernate ORM compile and run tests using JDK 7 (and JDK 6)
2012-03-13 21:58:48 +08:00
Steve Ebersole
dceda48ff1
HHH-7162 - Use concise artifact syntax in build scripts
2012-03-09 13:40:26 -06:00
Steve Ebersole
a889b6cca1
HHH-7097 - Entity load event doesn't result in naturalId->pk caching
2012-03-01 13:22:09 -06:00
Eric Dalquist
c0b66d5298
HHH-7097 Cache naturalId mapping on load event
2012-02-21 11:15:21 -06:00
Eric Dalquist
1569e6194b
HHH-6974 Complete second level caching of natural id resolution
2012-02-07 08:34:23 -06:00
Eric Dalquist
c473520585
HHH-6974 Class level naturalId cache and stats
...
Add class level @NaturalIdCache annotation to denote if second level natualId caching should be done
Flush out stats model for naturalId cache related stats
Add ehcache support classes for naturalId region
2012-02-07 08:34:23 -06:00
Eric Dalquist
72fe79a3f2
HHH-6974 Addition of NaturalIdRegion SPI
...
Adds NaturalIdRegion to RegionFactory
Adds creation of NaturalIdRegions to SessionFactoryImpl setup
Basic copy of collection cache region behavior for first pass at naturalId region support in ehcache
2012-02-07 08:34:23 -06:00
Steve Ebersole
e75b8a77b1
HHH-6967 - HHH-6906 - Clean up javadoc warnings
2012-01-13 11:17:34 -06:00
Steve Ebersole
9ca985ccd1
HHH-6940 - Ability (easier) to run bits of code in a timeout protected way
2012-01-06 08:21:04 -06:00
Steve Ebersole
86f3f3c347
HHH-6940 - Ability (easier) to run bits of code in a timeout protected way
2012-01-05 16:38:19 -06:00
Strong Liu
d7f3042e5b
HHH-6851 DB2 doesn't support NotNullUnique causes org.hibernate.test.annotations.uniqueconstraint.UniqueConstraintTest.testUniquenessConstraintWithSuperclassProperty fail
2011-11-30 11:00:04 +08:00
Strong Liu
ba764816b9
HHH-6827 correct testing 2L cache impl, mostly are copied from ehcache impl
2011-11-21 20:09:34 +08:00
Strong Liu
15a46a9661
HHH-6827 correct testing 2L cache impl, mostly are copied from ehcache impl
2011-11-21 20:09:15 +08:00
Strong Liu
8a800a1bc0
HHH-6827 correct timeout in BaseRegion
2011-11-21 20:04:41 +08:00
Strong Liu
f8e347dabd
HHH-6827 code format and javadoc, logging
2011-11-21 20:02:09 +08:00
renj
c575f6e5f5
HHH-6807 skip this test for Sybase ASE
2011-11-14 13:08:13 +08:00
Strong Liu
70bd57bcff
HHH-6792 connection leaks due to service registry is not destroyed
2011-11-02 17:37:05 +08:00
Strong Liu
27e9957f9e
HHH-6773 test fails on sybase
2011-10-26 22:46:50 +08:00
John Verhaeg
dfd718418c
HHH-6765: Toggled reversed Boolean value returned from DialectChecks.SupportsExistsInSelectCheck.supportsExistsInSelect()
2011-10-24 14:49:13 -05:00
Strong Liu
98e68aab4b
HHH-6742 move unit tests back to src/test
2011-10-18 21:47:19 +08:00
Steve Ebersole
e14e47968f
HHH-6683 - Consolidate (consistency) building of service registries
2011-09-27 12:45:07 -05:00
Steve Ebersole
f4fa176255
HHH-6683 - Consolidate (consistency) building of service registries
2011-09-27 11:49:17 -05:00
Strong Liu
bd54fe08f5
HHH-6677 skip @BeforeClassOnce / @AfterClassOnce if test is ignored
2011-09-27 01:00:49 +08:00
Steve Ebersole
9f214d8018
HHH-6640 - Add ability for Integrator to prepare ServiceRegistryBuilder and MetadataImplementor as part of lifecycle
2011-09-13 18:46:28 -05:00
Strong Liu
e941eca2d5
HHH-6618 running hibernate functional test cases on DB matrix
2011-08-30 14:06:13 +08:00
Steve Ebersole
c7ae4477ae
HHH-6453 - Enable new metamodel in BaseCoreFunctionalTestCase
2011-07-20 18:16:24 -05:00
Gail Badner
2b8f4bad7c
HHH-6453 : Enable new metamodel in BaseCoreFunctionalTestCase
2011-07-19 14:15:38 -07:00
Gail Badner
ba56266dec
HHH-6453 : Enable new metamodel in BaseCoreFunctionalTestCase
2011-07-19 10:59:55 -07:00
Steve Ebersole
e339dac91e
HHH-6371 - Develop metamodel binding creation using a push approach
2011-07-13 09:08:31 -05:00
Steve Ebersole
66bd796063
HHH-6371 - Develop metamodel binding creation using a push approach
2011-07-13 08:54:31 -05:00
Emmanuel Bernard
671a273e75
HHH-6406 Move JBoss Transaction dependency to 4.15.1
2011-07-06 22:49:10 +02:00
Hardy Ferentschik
d1eec59c08
HHH-6381 Adding a actual assertion which tests the optional part. Also applying formatting styles.
2011-07-06 14:46:07 +02:00
Strong Liu
11f83b0373
HHH-6297 remove legacy cache api
2011-06-09 12:18:59 +08:00
Strong Liu
92ad3eed80
HHH-6297 remove legacy cache api
2011-06-09 12:18:59 +08:00
Steve Ebersole
fb44ad936d
HHH-6196 - Split org.hibernate.engine package into api/spi/internal
2011-05-04 17:15:47 -05:00
Steve Ebersole
c930ebcd7d
HHH-6191 - repackage org.hibernate.cache per api/spi/internal split
2011-05-04 14:43:04 -05:00
Steve Ebersole
85094bddbf
HHH-6144 - Introduce ServiceRegistryBuilder
2011-04-23 16:12:37 -05:00
Steve Ebersole
f07b88c75f
HHH-6150 - JBoss AS7 integration work
2011-04-22 17:42:07 -05:00
Steve Ebersole
16e86687c9
HHH-6150 - JBoss AS7 integration work
2011-04-22 17:42:07 -05:00
Steve Ebersole
53e0439880
HHH-6144 - Introduce ServiceRegistryBuilder
2011-04-20 15:58:10 -05:00
Steve Ebersole
6504cb6d78
HHH-6098 - Slight naming changes in regards to new logging classes
2011-04-08 09:44:13 -05:00
Steve Ebersole
484d5e2fbb
prepare 4.0.0.Alpha2 release
2011-04-06 16:28:39 -05:00
Steve Ebersole
df9d8939bb
HHH-2860 - Consolidate Session creation options/parameters
2011-03-31 15:22:01 -05:00
Steve Ebersole
3ff0288da5
HHH-5697 - Support for multi-tenancy
2011-03-25 18:31:04 -05:00
Steve Ebersole
815baf4348
HHH-6051 - Create a sessionfactory scoped ServiceRegistry
2011-03-24 22:18:38 -05:00
Steve Ebersole
731d00fd6d
HHH-6047 - allow nesting of ServiceRegistry
2011-03-24 14:38:58 -05:00
JPAV
7767dfbc06
HHH-5615 Replaced slf4j references with jboss-logging for a few classes that fell through the cracks
2011-03-22 14:11:59 -05:00
Steve Ebersole
3402ba3a67
HHH-6028 - Remove o.h.classic.Session/Validatable
2011-03-19 08:16:33 -05:00
Steve Ebersole
0a908cb518
HHH-5942 - Migrate to JUnit 4
2011-03-17 18:30:33 -05:00
Steve Ebersole
a4562f4da1
HHH-5942 - Migrate to JUnit 4
2011-03-17 18:30:33 -05:00
Steve Ebersole
718d56e267
HHH-6013 - Consolidate on single JTA impl for testing
2011-03-16 13:38:14 -05:00
Steve Ebersole
df4df47b95
HHH-5942 - Migrate to JUnit 4
2011-03-14 13:14:07 -05:00
Steve Ebersole
20a120ef6c
HHH-5942 - Migrate to JUnit 4
2011-03-14 13:14:07 -05:00
Steve Ebersole
1c203f35ec
HHH-5942 - Migrate to JUnit 4
2011-03-14 13:14:07 -05:00
Steve Ebersole
fd3fb8b316
HHH-5942 - Migrate to JUnit 4
2011-03-14 13:14:07 -05:00
Steve Ebersole
03ada52204
HHH-5942 - Migrate to JUnit 4
2011-03-14 13:14:06 -05:00