Commit Graph

584 Commits

Author SHA1 Message Date
Gunnar Morling b3e4ba0b62 HHH-9279 Disabling new tests as they don't pass with new meta-model 2014-09-22 16:14:21 +01:00
Gunnar Morling 61eadfcabd HHH-8237 Applying type configured via @ColumnMapping#type() for constructor results 2014-09-22 16:14:21 +01:00
Gunnar Morling fc8a06eb8c HHH-8237 Applying type configured via @ColumnMapping#type() for scalar results 2014-09-22 16:14:21 +01:00
Andrea Boriero 740078eff8 HHH-9142 Commented out not compiling code and marked test @FailureExpected( jiraKey = HHH-9142 ) 2014-09-22 11:58:05 +01:00
Brad Koehn a1b62a63c7 HHH-9142 fixed a bug where joining to a non-class-based entity (EntityMode.MAP) would fail, added regression test. 2014-08-04 16:38:58 -04:00
Henady Zakalusky 80fd1c96e6 HHH-8949 @QueryHint( name="javax.persistence.cache.retrieveMode", value="<valid value>") does not work 2014-08-04 16:04:09 -04:00
Sanne Grinovero 1a14d6772a HHH-9294 move the number checking utility to a separate private utility 2014-07-18 16:28:44 +01:00
barreiro 56d0d480e4 HHH-9294 Reduce throw of NumberFormatException in BaseQueryImpl 2014-07-18 16:28:37 +01:00
Gail Badner 9d67bf3218 HHH-9106 : Merging multiple representations of the same entity (logging)
(cherry picked from commit 31bcb0ea0a)

Conflicts:
	hibernate-core/src/test/resources/log4j.properties
2014-07-03 12:55:29 -07:00
Gail Badner c7c57fc7ee HHH-9106 : Merging multiple representations of the same entity (tests using StrategySelector)
(cherry picked from commit 368cdc1966)
2014-07-03 12:53:07 -07:00
Gail Badner 1472681dc2 HHH-9106 : Merging multiple representations of the same entity (using StrategySelector)
(cherry picked from commit 6203b5da30)
2014-07-03 12:53:06 -07:00
Gail Badner db3fea1ad0 HHH-9106 : Merging multiple representations of the same entity (entitymanager test cases)
(cherry picked from commit 055b0cacae)
2014-06-13 16:59:57 -07:00
Gail Badner caaee7bdab HHH-9106 : Merging multiple representations of the same entity
(cherry picked from commit 2daaf9a196)

Conflicts:
	hibernate-core/src/test/resources/log4j.properties
2014-06-13 16:59:48 -07:00
Gail Badner e010e455c9 HHH-9106 : Merging multiple representations of the same entity merged
(cherry picked from commit 70532259fa)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/ops/MergeTest.java
	hibernate-core/src/test/resources/log4j.properties
2014-06-13 16:57:20 -07:00
Brett Meyer a252d322b5 HHH-8885 @FailureExpectedWithNewMetamodel 2014-05-27 13:23:42 -04:00
Dimitris Mandalidis ed9b1af83f HHH-8885 MapJoin.key() produces unusable Path object 2014-05-27 13:08:49 -04:00
Brett Meyer 2faa0b2244 HHH-8893 corrected expected failures 2014-05-21 20:33:12 -04:00
Steve Ebersole f410417f25 HHH-9143 - Build baseline Jandex as part of scanning 2014-05-08 13:19:20 -05:00
Steve Ebersole 4b443069fd HHH-9143 - Build baseline Jandex as part of scanning 2014-04-28 17:00:33 -05:00
Steve Ebersole 3cec19a274 HHH-9143 - Build baseline Jandex as part of scanning 2014-04-24 16:27:28 -05:00
Steve Ebersole bd7605da01 HHH-9055 - Binding support for IdClass and MapsId needs a complete review 2014-04-24 15:31:55 -05:00
Jocki Hendry b6a8352406 HHH-9080 - Can't add attribute node declared in superclass (inheritance) in EntityGraph 2014-04-21 09:05:43 -04:00
Julien Fourment d591a3fd52 HHH-9093 - Fixed typo in error message when no implicit selection could
be found
2014-04-21 08:57:09 -04:00
Steve Ebersole efa5dc2f6c HHH-4700 - ClassCastException with parameter in CaseNode.getFirstThenNode() 2014-04-03 08:35:44 -05:00
Steve Ebersole 920e3cf2ab HHH-6747 - ClassCastException when rendering SimpleCaseExpression 2014-04-02 14:44:06 -05:00
Brett Meyer c1cb05935f HHH-9092 QueryBuilderTest.testMultiselectWithPredicates failing on
most databases
2014-03-31 10:29:59 -04:00
Brett Meyer cabc23e116 HHH-8966 corrected failing test in hibernate-entitymanager 2014-03-26 16:02:52 -04:00
Steve Ebersole b9c0edbbdd HHH-9073 - TREAT downcasting and result restrictions
(cherry picked from commit 4bb7966102)
2014-03-26 13:37:55 -05:00
Scott Marlow 7be9fb7aab HHH-9073 - TREAT downcasting and result restrictions
(cherry picked from commit 4a9057f31c)
2014-03-26 13:37:55 -05:00
Steve Ebersole bab7fc6a47 HHH-9077 - org.hibernate.metamodel.source.spi TLC 2014-03-25 21:09:42 -05:00
Gail Badner 24ff8d6eae HHH-7490 - Integrate Envers with Metamodel 2014-03-21 12:44:06 -07:00
Guillaume Smet 4f0cd27ccc HHH-9067 Make HibernatePersistenceProvider easier to extend
The ultimate goal is to be able to instantiate easily an HibernatePersistenceProvider
with a Spring managed interceptor.
(cherry picked from commit 1c0841180d)
2014-03-20 22:34:36 -05:00
Steve Ebersole 4933a266f2 HHH-9059 - JPA 2.1 @NamedStoredProcedureQuery binding in metamodel 2014-03-18 09:58:30 -05:00
Steve Ebersole 8945e9e590 HHH-9060 - JPA 2.1 ContructorResult binding in metamodel 2014-03-17 18:31:42 -05:00
Steve Ebersole c06a45a636 HHH-8966 - Redo the MetadataBuilder process;
HHH-8956 - TLC for annotation pre-processor;
HHH-8962 - Create a set of light reflection classes;
HHH-8932 - Need to integrate JPA 2.1 AttributeConverters into new metamodel binding
2014-03-17 13:07:31 -05:00
Gail Badner 97ee747907 HHH-8962 : Fix compile failures and remove @FailureExpectedWithNewMetamodel from passing test 2014-02-17 12:54:05 -08:00
Steve Ebersole 351039553f HHH-8962 - Create a set of light reflection classes - hook in + suggestions from hardy and gunnar 2014-02-15 10:52:30 -06:00
Brett Meyer 993de9060d HHH-8969 corrected test failures 2014-02-14 13:52:37 -05:00
Steve Ebersole c5cbf662b4 HHH-8962 - Create a set of light reflection classes 2014-02-12 15:34:39 -06:00
Hardy Ferentschik 77b497be98 HHH-8960 Re-introducing a Properties instance variable and apply it when the session factory is built. This allows for Configuration#getProperties to return writable properties
Re-enabling tests which were based on the change in Configuration
2014-02-12 21:22:06 +01:00
Gail Badner bd17dab1b0 HHH-8959 : Change values of type ValueHolder<Class> to JavaClassReference 2014-02-12 02:15:06 -08:00
Gail Badner 79379d598e HHH-8959 : Change values of type ValueHolder<Class> to JavaClassReference 2014-02-12 01:58:15 -08:00
Steve Ebersole 31cf1a9ab6 HHH-8897 - Integrate org.hibernate.metamodel from metamodel branch into master 2014-02-10 17:30:40 -06:00
Steve Ebersole f8020670d0 HHH-8934 - MetadataSources needs to index (Jandex) classes referenced in xml files 2014-02-05 15:40:01 -06:00
Steve Ebersole 7fdf40c693 HHH-8894 - Use an "upgrade" approach to validate and bind (JAXB) mapping XML 2014-02-05 09:09:03 -06:00
Steve Ebersole 79368d2c39 HHH-7164 - Finish out SessionFactoryBuilder api;
HHH-8934 - MetadataSources needs to index (Jandex) classes referenced in xml files
2014-02-05 00:29:00 -06:00
Steve Ebersole 70e965d750 HHH-8893 - Develop Hibernate mapping XSD extending the JPA mapping (orm) XSD;
HHH-7556 - Clean up packages;
HHH-7164 - Finish out SessionFactoryBuilder api
2014-02-01 11:37:21 -06:00
Gail Badner 62631f7a58 HHH-8897 : Corrected DataSourceInjectionTest 2014-01-30 13:36:29 -08:00
Brett Meyer fdc3b3b009 HHH-8914 double negation broken on JPA criteria 2014-01-30 13:15:50 -05:00
Gail Badner 513f8ca869 HHH-8897 : Integrate org.hibernate.metamodel from metamodel branch into master 2014-01-29 11:59:18 -08:00