3662 Commits

Author SHA1 Message Date
Strong Liu
07bfbbfa1e fixing org.hibernate.metamodel.internal.source.annotations.xml.OrmXmlParserTests#testSimpleOrmVersion1 test failure 2012-02-14 05:54:00 +08:00
Steve Ebersole
0e746d2723 HHH-7058 - Remove concept of org.hibernate.metamodel.spi.relational.Tuple 2012-02-13 13:06:34 -06:00
John Verhaeg
a2480c6f08 HHH-7048: Removed XXXResolver classes that are no longer referenced 2012-02-13 12:17:17 -06:00
John Verhaeg
3e96b29a3a HHH-7048: Moved logic in resolvers to Binder and changed Binder.processMappings to receive all entity hierarchies at once to enable one-pass resolution of all entities and attributes. 2012-02-13 11:58:45 -06:00
Steve Ebersole
50166f79bc HHH-7057 - Create Fetchable/Cascadeable split in o.h.metamodel.spi.source 2012-02-12 18:41:13 -06:00
Steve Ebersole
6803e63460 HHH-7049 - Add tests of org.hibernate.metamodel.internal.source stuff 2012-02-12 18:39:07 -06:00
Steve Ebersole
01eec1fbd2 HHH-7049 - Add tests of org.hibernate.metamodel.internal.source stuff 2012-02-10 17:56:46 -06:00
Hardy Ferentschik
da2eac71ed HHH-7037 Renaming ColumnValues to Column and adding support for JoinColumn
Renaming JpaCallbackClass to JpaCallbackSource
2012-02-10 17:32:00 -06:00
Steve Ebersole
51b619626e HHH-7049 - Add tests of org.hibernate.metamodel.internal.source stuff 2012-02-10 16:32:36 -06:00
Steve Ebersole
107444ef61 HHH-7049 - Add tests of org.hibernate.metamodel.internal.source stuff 2012-02-10 16:28:57 -06:00
Gail Badner
b0f5c9758f HHH-7052 : Bind PluralAttributeKeyBinding 2012-02-10 11:26:36 -06:00
Steve Ebersole
eae715584b HHH-7049 - Add tests of org.hibernate.metamodel.internal.source stuff 2012-02-10 08:25:33 -06:00
Steve Ebersole
26ecd26ac0 HHH-7049 - Add tests of org.hibernate.metamodel.internal.source stuff 2012-02-09 17:30:44 -06:00
Hardy Ferentschik
8cad8a487b HHH-7037 inverse foreign key name 2012-02-09 17:21:59 -06:00
Steve Ebersole
94480b6905 HHH-7042 - Clean up MetadataSources 2012-02-09 15:34:37 -06:00
Hardy Ferentschik
f475dc096b HHH-7037 Dealing with @OrderBy 2012-02-09 12:16:57 -06:00
Hardy Ferentschik
3fc75c8f4d Merge branch 'metamodel' of github.com:hibernate/hibernate-orm into metamodel 2012-02-09 10:56:20 -06:00
Steve Ebersole
6efab8895e HHH-7042 - Clean up MetadataSources 2012-02-09 01:37:01 -06:00
Steve Ebersole
ffb8432548 HHH-7042 - Clean up MetadataSources 2012-02-08 18:06:27 -06:00
Hardy Ferentschik
1d0679c77b HHH-7037 Introducing PluralAssociationAttribute 2012-02-08 18:02:21 -06:00
Steve Ebersole
a93dc7e59e HHH-7038 - Define sources for filters, filter-defs, type-defs, fetch-profiles 2012-02-08 16:03:26 -06:00
Steve Ebersole
dc8afc67ce HHH-7038 - Define sources for filters, filter-defs, type-defs, fetch-profiles 2012-02-08 16:00:35 -06:00
Hardy Ferentschik
3c90169c6b HHH-7037 Implement FetchStyle and FetchTiming for toOne associations 2012-02-08 14:52:40 -06:00
Hardy Ferentschik
07970d0e13 HHH-7037 Formatting and applying license headers 2012-02-08 14:51:36 -06:00
Hardy Ferentschik
3c7f784635 HHH-7037 Renaming FetchStyle.EXTRA_LAZY to FetchStyle.EXTRA_DELAYED 2012-02-08 14:50:24 -06:00
Hardy Ferentschik
afb190257d HHH-7037 Adding package.html for documentation 2012-02-08 14:46:24 -06:00
Steve Ebersole
b847b0598a HHH-7038 - Define sources for filters, filter-defs, type-defs, fetch-profiles 2012-02-08 13:12:28 -06:00
Strong Liu
a096b1c874 HHH-7031 TableSpecification.locateForeignKey impl 2012-02-08 12:05:11 -06:00
Steve Ebersole
c134154f59 HHH-7031 - Improve JavaDocs to give better insight into intent 2012-02-07 22:00:01 -06:00
Strong Liu
2342318514 HHH-6561 plural attribute java type detecition, not perfect, but works 2012-02-07 17:13:34 -06:00
Strong Liu
d73420424e HHH-6561 resolve attribute type in binder when the entity class is not a javabean 2012-02-07 16:31:09 -06:00
Strong Liu
ab578c78a5 HHH-6558 Bind @org.hibernate.annotations.Source 2012-02-07 15:56:02 -06:00
Strong Liu
9c243a0c68 HHH-6558 Bind @org.hibernate.annotations.Source 2012-02-07 15:25:37 -06:00
Strong Liu
0e36f65852 HHH-7028 move Binder to source package, makes more sense 2012-02-07 15:20:43 -06:00
Hardy Ferentschik
dd97c20b39 HHH-7028 Fixing hbm based test 2012-02-07 13:12:59 -06:00
Hardy Ferentschik
14c0339fdd HHH-7028 Fixing annotation based tests (refactoring of sources) 2012-02-07 13:07:33 -06:00
Hardy Ferentschik
b27462fe5f HHH-7028 Fixing test failures 2012-02-07 12:46:11 -06:00
Steve Ebersole
383a130a9c HHH-7028 - Repackage org.hibernate.metamodel.source 2012-02-07 12:23:44 -06:00
Steve Ebersole
be840465d3 HHH-7028 - Repackage org.hibernate.metamodel.source 2012-02-07 11:16:11 -06:00
Steve Ebersole
eaf8c4816a HHH-7027 - Refine plural attribute binding information 2012-02-06 19:57:25 -06:00
Eric Dalquist
780305d861 HHH-7009 HHH-7014 : Reorg dialiect class names per Jira feedback and deprecate PostgreSQLDialect
Primary dialects are now versioned with the non-versioned
dialect class remaining but deprecated for compatibility
2012-02-06 10:18:05 -06:00
Eric Dalquist
b72923070e HHH-7009 Create new PostgreSQL 8.2 Dialect
Create dialect for Postgres 8.2 and later which supports "if exists"
in drop statements. Update resolver to return the correct dialect
version.
2012-02-06 09:57:21 -06:00
Lukasz Antoniak
5448e8b628 Merge pull request #263 from lukasz-antoniak/HHH-6738
HHH-6738 - Hardcoded alias causing problems
2012-02-04 03:41:24 -08:00
Lukasz Antoniak
c29711f11b HHH-6738 - Alias change 2012-02-04 12:27:40 +01:00
Strong Liu
a512ede38b code format and simple improvement 2012-02-03 05:34:39 +08:00
Galder Zamarreño
13c9dbfc21 HHH-7007 Evict all should work now in multi-region factory environments 2012-02-02 11:12:05 +01:00
Galder Zamarreño
5eee526234 HHH-1706 Support evictAll for LOCAL second level cache environments 2012-02-02 11:06:49 +01:00
Steve Ebersole
2b356317ce HHH-7011 - Document multi-tenancy 2012-02-01 12:23:47 -06:00
Steve Ebersole
feba0bf949 HHH-7011 - Document multi-tenancy 2012-02-01 12:22:06 -06:00
Steve Ebersole
8bead4f084 HHH-7011 - Document multi-tenancy 2012-01-31 19:59:37 -06:00