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
Brett Meyer
f815f70f51
HHH-8903 bi-directional fetches in entity graphs
2014-01-28 16:43:52 -05:00
Christian Bauer
fef6c5394a
HHH-8903 Inverse @OneToMany ignored in entity graph
2014-01-28 16:43:52 -05:00
Brett Meyer
cd9819bde1
HHH-8404 test case
2014-01-20 17:28:39 -05:00
Benjamin Tegarden
ddfa5ffe24
HHH-8404: Correctly render 'ListIndexExpression'
2014-01-20 17:28:33 -05:00
Brett Meyer
1f81329fd8
HHH-8855 HHH-8640 corrected EntityGraph loadplan strategy, support inheritance in SubGraphs
2014-01-16 01:04:29 -05:00
Brett Meyer
76e0e42796
HHH-8855 corrected EntityGraph loadplan strategy, testcase cleanup
2014-01-14 19:39:37 -05:00
Christian Bauer
63ecc1c8c3
HHH-8855 Failing test for multiple @ManyToOnes load graph
2014-01-14 19:39:27 -05:00
Steve Ebersole
56e6db38fc
HHH-8812 - JPAOverriddenAnnotationReader and @Convert annotations
2014-01-14 18:29:48 -06:00
Brett Meyer
f58968c0a2
HHH-5289 remove unnecessary security checks in property accessors
2014-01-10 16:06:44 -05:00
Steve Ebersole
945463e3fe
HHH-8735 - Do not log deprecation warning from org.hibernate.ejb.HibernatePersistence#getProviderUtil
2014-01-10 14:30:04 -06:00
Brett Meyer
3e99c23e52
HHH-8756 cleanup
2014-01-10 15:05:38 -05:00
Rune Steinseth
524023deea
HHH-8756 test cases for non select queries when lock mode is set to NONE
2014-01-10 15:05:31 -05:00
Rune Steinseth
924872faef
HHH-8756 relaxed validation on non select queries when lock mode is set to NONE
2014-01-10 15:05:23 -05:00
Brett Meyer
eb764fadcc
HHH-8821 corrected failing test
2014-01-10 15:04:28 -05:00
Brett Meyer
17acc05056
HHH-8821 Scanning for META-INF/orm.xml does not work on Windows in jpa
...
mode
2014-01-10 15:04:20 -05:00
Lukasz Antoniak
553f65a360
HHH-8699 - Multiselect with boolean predicate
2014-01-10 14:56:44 -05:00
Steve Ebersole
6fb5a899bd
HHH-8842 - Hibernate can't handle JodaTime Converters result (possible bug)
2014-01-10 09:35:27 -06:00