Steve Ebersole
|
a03a767866
|
Updating pom versions to 3.6.0.Beta3 for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20169 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-18 18:46:58 +00:00 |
Steve Ebersole
|
cf2cab9e18
|
HHH-1643 - Sub-query as function parameter - either sub-query is missed from SQL or NullPointerException raised
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20163 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-18 17:27:40 +00:00 |
Steve Ebersole
|
39b0774ae3
|
HHH-5469 - HHH-3659 is only half done, due to HHH-4989 (i.e. no HQL performance log when running Java 5)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20161 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-18 17:05:44 +00:00 |
Gail Badner
|
37af87bba0
|
HHH-5473 : Default for CHECK_NULLABILITY does not allow merge retries
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20156 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-17 18:22:38 +00:00 |
Hardy Ferentschik
|
35912c5e36
|
HHH-5485 - Allow entity resolver to handle old and new Hibernate namespace. Using hibernate.sourcefroge.net outputs a warning now
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20155 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-17 15:12:41 +00:00 |
Hardy Ferentschik
|
67a59a3ea6
|
HHH-5485 Move hiberante dtd files from http://hibernate.sourceforge.net to http://www.hibernate.org/dtd
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20154 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-17 14:13:58 +00:00 |
Gail Badner
|
691b5b616b
|
HHH-5180 : StandardQueryCache.get() does not handle EntityNotFoundException for natural key lookups
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20153 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-17 03:28:30 +00:00 |
Steve Ebersole
|
b621e682d7
|
HHH-5426 - HQL update/delete does not invalidate the query cache
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20143 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-13 22:29:41 +00:00 |
Steve Ebersole
|
8a0a4a249c
|
HHH-5449 - Versioned HQL update might issue incorrect SQL
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20140 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-13 16:46:02 +00:00 |
Steve Ebersole
|
f818471115
|
HHH-5477 - Introduce StandardBasicTypes for standard basic type constants
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20138 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-13 16:32:46 +00:00 |
Steve Ebersole
|
f0f82e4f1b
|
HHH-5474 - Clean up usages of now deprecated ExtendedMappings
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20136 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-12 19:13:48 +00:00 |
Steve Ebersole
|
74eb608be6
|
HHH-5300 - Configurable strong and soft reference QueryPlanCache sizes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20135 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-12 17:01:49 +00:00 |
Steve Ebersole
|
609a8d15c2
|
HHH-5451 - deprecate cglib as bytecode provider
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20130 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-09 19:56:25 +00:00 |
Steve Ebersole
|
00a1085b7c
|
Updating pom versions to 3.6.0-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20114 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-04 15:53:09 +00:00 |
Steve Ebersole
|
7ccd261444
|
Updating pom versions to 3.6.0.Beta2 for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20112 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-04 15:52:39 +00:00 |
Strong Liu
|
bb3bf3e012
|
HHH-5349 CriteriaHQLAlignmentTest fails with an error running with the Ingres dialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20110 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-04 13:55:54 +00:00 |
Strong Liu
|
4813b1973b
|
HHH-5435 Add identity column support to the Ingres10Dialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20107 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-04 13:41:58 +00:00 |
Strong Liu
|
7a7d3d8daf
|
HHH-5355 org.hibernate.test.id.uuid.sqlrep.sqlchar.UUIDCharTest errors with IngresDialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20103 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-03 12:23:30 +00:00 |
Sanne Grinovero
|
dc6fe99c37
|
HHH-5259 Invalid reflection optimization configuration property name in Hibernate documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20098 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-02 21:19:55 +00:00 |
Steve Ebersole
|
217898d8aa
|
HHH-5212 - Alter SQLFunction contract to be more flexible
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20097 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-08-02 18:51:45 +00:00 |
Gail Badner
|
fbe7d325e2
|
HHH-2510 HHH-4011 : Override hashCode and equals() in AliasToBeanResultTransformer and make serializable
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20093 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-30 21:28:15 +00:00 |
Steve Ebersole
|
3ecbfeb2b2
|
HHH-5375 - Merge AnnotationConfiguration into Configuration
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20092 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-30 20:02:23 +00:00 |
Gail Badner
|
ef46a4efb7
|
HHH-5424 HHH-5425 : Put ResultTransformer in QueryKey only if data is transformed; PropertyAccessException when caching 1 result per row
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20078 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-30 03:03:41 +00:00 |
Emmanuel Bernard
|
4d9e5c12c7
|
HHH-5423 Provide a JBoss TS TransactionManagerLookup implementation for standalone (non JNDI) usage
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20075 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-29 17:31:28 +00:00 |
Gail Badner
|
7689d5e33c
|
HHH-5163 : added logging and test cases for ClassCastException when caching transformed query results
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20074 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-28 18:55:13 +00:00 |
Strong Liu
|
7e5bae6660
|
HHH-5420 introducing new dialect for ms sql server 2008 with jdbc 3.0 and above
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20073 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-27 16:17:42 +00:00 |
Steve Ebersole
|
84c52c457d
|
HHH-5400 - Blob persistence fails with Hibernate 3.6.0-SNAPSHOT, works with 3.5.3-Final
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20070 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-26 20:03:49 +00:00 |
Steve Ebersole
|
94b394f58d
|
HHH-5415 - org.hibernate.type.descriptor.java.DataHelper dumping "NClob not found" exception to stderr
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20068 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-26 16:53:33 +00:00 |
Steve Ebersole
|
01ba27d700
|
HHH-5246 - Addition of withClause for DetachedCriteria (Shawn Clowater)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20028 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-23 17:41:08 +00:00 |
Steve Ebersole
|
1252346e76
|
HHH-5283 - Add BasicType handling of java.net.URL
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20025 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-23 17:24:15 +00:00 |
Steve Ebersole
|
c508fd2652
|
HHH-5283 - Add BasicType handling of java.net.URL
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20022 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-23 17:00:19 +00:00 |
Steve Ebersole
|
6cd8f776f9
|
HHH-5401 - Update to HHH-5381 HSQLDB new dialect (Fred Toussi)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20019 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-23 16:38:57 +00:00 |
Steve Ebersole
|
4f34ef6907
|
HHH-5331 - Remove reflection calls on SessionFactory for JDK 1.5 detection in relation to Statistics
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20017 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-23 16:33:39 +00:00 |
Steve Ebersole
|
fff88d2182
|
HHH-3908 - Expose way to fully control fetching and result mapping on SQLQuery
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20014 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-22 20:23:08 +00:00 |
Gail Badner
|
be6042d8fe
|
HHH-2350 : second-level cache broken for non-inverse bidirectional one-to-many relation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20013 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-22 19:52:43 +00:00 |
Steve Ebersole
|
ca051ab834
|
Updating pom versions to 3.6.0-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20001 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-21 20:35:55 +00:00 |
Steve Ebersole
|
173817e56a
|
Updating pom versions to 3.6.0.Beta1 for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19999 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-21 20:35:16 +00:00 |
Steve Ebersole
|
6b8d49ca82
|
HHH-5381 - HSQLDB new dialect (Fred Toussi)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19996 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-21 19:04:40 +00:00 |
Steve Ebersole
|
7f815de1a7
|
HHH-3001 - The NoopOptimizer is not thread safe
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19994 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-21 17:31:09 +00:00 |
Gail Badner
|
77a75a94b5
|
HHH-2269 : Many-to-one cascade fails with TransientObjectException if inverse collection is CascadeType.DELETE_ORPHAN
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19969 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-20 01:22:12 +00:00 |
Steve Ebersole
|
1dd65401f3
|
HHH-5384 - HEM should not register its own Synchronization
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19962 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-16 19:04:26 +00:00 |
Steve Ebersole
|
04983c2528
|
HHH-5374 - Upgrade to H2 version 1.2.139
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19952 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-14 18:44:11 +00:00 |
Steve Ebersole
|
f49096641f
|
HHH-5375 - Move AnnotationConfiguration-added methods to Configuration and deprecate AnnotationConfiguration
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19944 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-13 16:53:46 +00:00 |
Steve Ebersole
|
e197d208b6
|
HHH-5373 - Better account for SQLWarnings in temp table creation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19931 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-11 22:16:38 +00:00 |
Steve Ebersole
|
df184979ed
|
HHH-5367 - Move annotations module sources into core module
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19922 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-08 23:56:18 +00:00 |
Steve Ebersole
|
1ca2bc19a5
|
HHH-5367 - Move annotations module sources into core module
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19921 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-08 23:41:23 +00:00 |
Steve Ebersole
|
2075bfc425
|
HHH-5358 - Merge jmx module back into core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19911 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-07 20:00:04 +00:00 |
Sharath Reddy
|
f9f2031241
|
HHH-4250 : @ManyToOne - @OneToMany doesn't work with @Inheritance(strategy= InheritanceType.JOINED)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19894 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-07-04 19:44:44 +00:00 |
Strong Liu
|
41b09cb0f9
|
HHH-4156 c3p0 is not used when only specific hibernate.c3p0.* properties
and code style format
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19855 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-29 08:54:06 +00:00 |
Strong Liu
|
58a3499c4e
|
HHH-5213 Add native SQL Boolean type to Ingres10Dialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19852 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-29 07:24:22 +00:00 |
Strong Liu
|
c6d51a1993
|
correct typo in the javadoc
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19848 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-29 06:52:24 +00:00 |
Strong Liu
|
c251637ed6
|
HHH-3659 statistics: Execution time of a query
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19847 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-29 06:51:14 +00:00 |
Emmanuel Bernard
|
80b0d4d93e
|
Clean import statements
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19806 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-23 22:33:43 +00:00 |
Emmanuel Bernard
|
fe92f84072
|
HHH-5337 support for comma-separated multi-files imports
hibernate.hbm2ddl.import_files=[filename],[filename2],...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19804 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-23 22:33:00 +00:00 |
Emmanuel Bernard
|
5aad112e03
|
HHH-5337 Allow Customization of DML import file name
hibernate.hbm2ddl.import_file=[filename]
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19803 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-23 22:32:15 +00:00 |
Emmanuel Bernard
|
ffe92dacfa
|
HHH-5329 Consider NoClasDefFoundError as a sign of not having Java 5 and concurrent package
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19798 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-23 14:54:25 +00:00 |
Gail Badner
|
6d9c10deab
|
HHH-5195 : FilterImpl.validate() throws NullPointerException on deserialization
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19730 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-15 02:44:40 +00:00 |
Gail Badner
|
3c57a05313
|
HHH-5195 : FilterImpl.validate() throws NullPointerException on deserialization
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19728 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-15 02:15:54 +00:00 |
Steve Ebersole
|
06f9e60a0a
|
HHH-3579 - Support for PostgreSQL UUID data type
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19726 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-14 18:59:10 +00:00 |
Gail Badner
|
0fe85c1194
|
HHH-5220 : Unit tests related to HHH-5063 and HHH-5135 fail on DB2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19723 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-14 05:19:07 +00:00 |
Gail Badner
|
9e6d8be376
|
HHH-5220 HHH-5231 : Fix unit test failures and DB lockups for SELECT COUNT(DISTINCT arg1, arg2) tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19722 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-14 04:27:40 +00:00 |
Gail Badner
|
c53359d468
|
HHH-5251 : NativeSQLQueryReturn impls pre-cache a final hashcode based on non-final fields
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19721 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-13 22:19:34 +00:00 |
Strong Liu
|
e630fde1aa
|
HHH-4036 EntityMetamodel entityNameByInheritenceClassNameMap field used inconsistently
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19717 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-11 18:13:13 +00:00 |
Steve Ebersole
|
5af328cb4a
|
HHH-5262 - Allow UserType and CompositeUserType to be registered with BasicTypeRegistry
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19649 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-02 05:15:54 +00:00 |
Steve Ebersole
|
94f5659503
|
HHH-3579 - Support for PostgreSQL UUID data type
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19647 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-01 19:16:50 +00:00 |
Steve Ebersole
|
7aa8449788
|
HHH-5268 - Support for java.util.UUID properties/generators
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19646 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-06-01 18:34:12 +00:00 |
Steve Ebersole
|
6d01dd07b0
|
HHH-2268 - Skip bridge methods during getter determination (JDK Bug 5062759)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19624 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-26 22:08:33 +00:00 |
Steve Ebersole
|
0d7932c748
|
HHH-5253 - TableHiLoGenerator does not increment hi-value any more when lo-range es exhausted
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19586 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-21 21:20:36 +00:00 |
Steve Ebersole
|
ddac598513
|
HHH-3050 - Convert usage of Hibernate's FastHashMap to ConcurrentHashMap (Java 1.5)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19584 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-21 19:38:04 +00:00 |
Steve Ebersole
|
78c8c6fb6a
|
HHH-5248 - Introduce CompositeType interface (to replace AbstractComponentType interface)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19572 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-20 21:55:28 +00:00 |
Steve Ebersole
|
5aa6ad61ca
|
HHH-5245 - Introduce LobHelper
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19571 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-20 20:37:56 +00:00 |
Steve Ebersole
|
d06e11092d
|
HHH-5245 - Introduce LobHelper
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19570 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-20 20:19:34 +00:00 |
Steve Ebersole
|
460cbf8d96
|
HHH-2277 - bidirectional <key-many-to-one> both lazy=false fetch=join lead to infinite loop
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19563 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-20 05:37:43 +00:00 |
Emmanuel Bernard
|
a58e1ef197
|
Minor JavaDoc typo
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19538 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-18 07:59:51 +00:00 |
Steve Ebersole
|
3d988c6a6d
|
HHH-5230 - Regresion! @SequenceGenerator with allocationSize=1 fails Other allocationSizes appear to be decremented by 1
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19530 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-17 15:39:55 +00:00 |
Gail Badner
|
84f0b00bc6
|
HHH-5231 HHH-5220 : Fixes for DB2 and PostgreSQL unit tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19526 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-16 21:33:05 +00:00 |
Steve Ebersole
|
7690f9a493
|
Fixed problem in hibernate-core test run because of H2 driver not being on classpath
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19522 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-15 13:08:24 +00:00 |
Strong Liu
|
6de4dc800f
|
HHH-3220 Patch to prevent org.hibernate.AssertionFailure: possible non-threadsafe access to the session error caused by stateless sessions
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19518 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-15 08:37:30 +00:00 |
Steve Ebersole
|
dceb92d4a5
|
HHH-5042 - TableGenerator does not increment hibernate_sequences.next_hi_value anymore after having exhausted the current lo-range
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19488 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-12 20:45:00 +00:00 |
Steve Ebersole
|
2c2717013b
|
HHH-5138 - Redesign types + introduce TypeRegistry & TypeResolver
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19484 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-12 19:51:26 +00:00 |
Steve Ebersole
|
a9ba811baf
|
HHH-5138 - Redesign types + introduce TypeRegistry & TypeResolver
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19483 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-12 19:48:43 +00:00 |
Steve Ebersole
|
b0708314a9
|
HHH-5218 - Provide a new "pooled value" based optimizer which interprets the database value as the low boundary instead of upper boundary
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19481 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-12 18:27:16 +00:00 |
Steve Ebersole
|
5211f298f8
|
HHH-5217 - Minimize double sequence value reads in PooledOptimizer
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19478 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-12 15:13:47 +00:00 |
Gail Badner
|
ad8e4340de
|
HHH-1574 : AbstractEntityPersister.getNaturalIdentifierSnapshot doesn't work with many-to-one ids (Alex Burgel)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19472 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-12 02:27:56 +00:00 |
Steve Ebersole
|
ef24b0f556
|
HHH-5042 - TableGenerator does not increment hibernate_sequences.next_hi_value anymore after having exhausted the current lo-range
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19470 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-11 19:27:20 +00:00 |
Strong Liu
|
8e76bf9648
|
HHH-5210 Query Cache effective only after closing the session that created the cache
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19462 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-11 01:41:38 +00:00 |
Steve Ebersole
|
bb8f915859
|
HHH-5200 - Prepare to use H2 as the default testing datbase
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19456 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-10 21:48:24 +00:00 |
Steve Ebersole
|
4ed976e4ba
|
Added javadocs comments wrt postgresql and BLOB handling
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19455 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-10 21:26:04 +00:00 |
Steve Ebersole
|
77fba4df70
|
HHH-5173 - hql - average returns double but looses the decimal part
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19453 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-10 19:41:53 +00:00 |
Gail Badner
|
14bdaec5e7
|
HHH-5207 : Unexpected exception occurs during refresh of a detached immutable entity
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19451 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-10 18:34:22 +00:00 |
Steve Ebersole
|
9d93984ca1
|
HHH-5006 - hibernate.globally_quoted_identifiers=true and Annotations tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19447 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-10 12:29:29 +00:00 |
Sharath Reddy
|
91cbdb8177
|
HHH-4647 Problems with @JoinColumn referencedColumnName and quoted column and table names
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19432 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-09 18:19:56 +00:00 |
Steve Ebersole
|
b4fa90a58b
|
HHH-5200 - Prepare to use H2 as the default testing datbase
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19429 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-08 21:58:15 +00:00 |
Steve Ebersole
|
413666f293
|
HHH-5200 - Prepare to use H2 as the default testing datbase
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19412 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-08 03:34:05 +00:00 |
Steve Ebersole
|
cb51ef1a64
|
HHH-5135 - "Ambiguous column" exception thrown with columns having the same name as a function registered with the dialect (e.g. to_date, floor)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19411 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-07 20:53:34 +00:00 |
Gail Badner
|
0884b16946
|
HHH-5135 : 'Ambiguous column' with columns having the same name as a registered function
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19392 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-06 19:08:18 +00:00 |
Steve Ebersole
|
c8a5adf327
|
HHH-5138 - Redesign types + introduce TypeRegistry & TypeResolver
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19389 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-06 16:23:13 +00:00 |
Steve Ebersole
|
884cbbde06
|
HHH-3377 - Update H2Dialect to use DECIMAL SQL type instead of NUMERIC
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19387 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-06 14:53:09 +00:00 |
Steve Ebersole
|
7c27fc9f2a
|
HHH-5182 - Inject SessionFactory into "non-basic" Types
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19376 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-06 02:36:12 +00:00 |
Steve Ebersole
|
190f2c99d5
|
HHH-5182 - Inject SessionFactory into "non-basic" Types
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19375 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-05-06 01:31:34 +00:00 |