Steve Ebersole
|
907a2750b6
|
HHH-8138 - Log SQLException in DatabaseTarget with cause of schema export CREATE statement failure
|
2013-04-04 07:51:18 -05:00 |
Steve Ebersole
|
2a96ed865d
|
HHH-8137 - Javadoc generation is currently not playing nicely with Java7 javadoc changes
|
2013-04-04 07:47:43 -05:00 |
Steve Ebersole
|
2c5cb697e1
|
4.3.0.Beta1 release
|
2013-04-03 12:17:58 -05:00 |
Steve Ebersole
|
485a5314e9
|
4.3.0.Beta1 release
|
2013-04-03 11:39:14 -05:00 |
Steve Ebersole
|
442c3268b3
|
HHH-8113 - Persistence.createEntityManagerFactory() should run schema export if JPA properties are set
|
2013-04-03 11:20:52 -05:00 |
Steve Ebersole
|
2f40949719
|
HHH-8129 - Unify BaseQueryImpl and AbstractQueryImpl hierarchies
|
2013-04-03 10:52:52 -05:00 |
Brett Meyer
|
e17819ed61
|
HHH-8136 Correct "to_char" function in HSQL
|
2013-04-03 11:16:20 -04:00 |
Brett Meyer
|
47443bcf57
|
HHH-8127 Corrected failing test
|
2013-04-03 10:29:12 -04:00 |
Strong Liu
|
bae5a85c26
|
HHH-8127 OutOfMemoryError when running tests
Conflicts:
hibernate-core/src/test/java/org/hibernate/cfg/beanvalidation/ApplySchemaConstraintTest.java
hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
|
2013-04-03 10:27:38 -04:00 |
Steve Ebersole
|
ea8f587800
|
HHH-8121 - Make property-able JPA settings defined in persistence.xml available in EMF.getProperties()
|
2013-04-02 20:39:37 -05:00 |
Steve Ebersole
|
076e17e5b1
|
HHH-7957 - Integrate Latest draft(s) of the JPA 2.1 spec
|
2013-04-02 20:10:44 -05:00 |
Steve Ebersole
|
8316367683
|
HHH-8113 - Persistence.createEntityManagerFactory() should run schema export if JPA properties are set
|
2013-04-02 14:55:19 -05:00 |
Steve Ebersole
|
84520cd6e3
|
HHH-7957 - Integrate Latest draft(s) of the JPA 2.1 spec
|
2013-04-02 14:46:08 -05:00 |
Steve Ebersole
|
04a9701f8b
|
HHH-7714 - Add support for EntityMode.MAP to JPA Criteria API
|
2013-04-01 08:23:41 -05:00 |
Steve Ebersole
|
c694c26c1d
|
HHH-7957 - Integrate Latest draft(s) of the JPA 2.1 spec
|
2013-03-31 10:43:28 -05:00 |
Steve Ebersole
|
bc85168015
|
HHH-8122 - Scrub known-sensitive settings from EMF.getProperties()
|
2013-03-29 12:43:17 -05:00 |
Brad Koehn
|
f77b068e91
|
HHH-7714 Add support for EntityMode.MAP to JPA Criteria API
(cherry picked from commit 2758b8b494 )
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/jpa/criteria/predicate/InPredicate.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/metamodel/MetadataContext.java
|
2013-03-29 12:10:31 -05:00 |
Strong Liu
|
1b05455d1e
|
HHH-7667 docs
|
2013-03-28 11:32:06 +08:00 |
Strong Liu
|
06e3313f23
|
HHH-7746 - docs
|
2013-03-28 11:31:58 +08:00 |
Strong Liu
|
3c6f27a5dd
|
HHH-7872 docs
|
2013-03-28 11:31:49 +08:00 |
Brett Meyer
|
bc077b7e88
|
Revert "HHH-8095 Update javax.transaction dependency so that it auto-generates a"
This reverts commit f2e4e32558 .
|
2013-03-27 18:34:24 -04:00 |
Brett Meyer
|
e9e29a40be
|
HHH-8096 Re-work the OSGi class loading concepts
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernatePersistence.java
hibernate-osgi/src/main/java/org/hibernate/osgi/HibernateBundleActivator.java
|
2013-03-27 15:04:48 -04:00 |
Tim Ward
|
f2e4e32558
|
HHH-8095 Update javax.transaction dependency so that it auto-generates a
version range
Conflicts:
libraries.gradle
|
2013-03-27 12:16:29 -04:00 |
Steve Ebersole
|
7d99ca57f3
|
HHH-7402 - Improve performance of named query registry
|
2013-03-26 11:15:49 -05:00 |
Brett Meyer
|
dc193c32c5
|
HHH-7984 Handle Oracle statements on release
|
2013-03-26 10:58:39 -04:00 |
Strong Liu
|
1ee3be2da7
|
HHH-7869 code format
|
2013-03-26 16:35:16 +08:00 |
Strong Liu
|
681528b7cc
|
HHH-7869 simple improvement, using generic
|
2013-03-26 16:08:39 +08:00 |
Strong Liu
|
8998b4154a
|
HHH-7869 bad performance problem with org.hibernate.internal.util.StringHelper#firstIndexOfChar
|
2013-03-26 16:08:39 +08:00 |
Brett Meyer
|
bb231dd378
|
HHH-6496 Added LOG
|
2013-03-25 17:01:01 -04:00 |
Kamyar Sajjadi
|
a0bbf0d029
|
HHH-6496 - Changed line 200 returning real object instead of proxy
|
2013-03-25 17:01:01 -04:00 |
Hardy Ferentschik
|
d3867e9c1b
|
HHH-8100 Update to BV 1.1 (1.1.0.CR3 and matching Hibernate Validator 5.0.0.CR4); plus upgrade classmate to 0.8.0
|
2013-03-25 15:48:29 -05:00 |
Steve Ebersole
|
3bc89ad30f
|
HHH-8099 - CDI 1.1
|
2013-03-25 15:48:29 -05:00 |
Lukasz Antoniak
|
5e7b3601a9
|
HHH-7984 - Oracle callable statement closing
|
2013-03-25 13:23:50 -04:00 |
Steve Ebersole
|
31219e25d7
|
HHH-8107 - JandexHelper.getValue() returns Boolean instead of boolean, causing ClassCastException
|
2013-03-25 09:42:27 -05:00 |
Steve Ebersole
|
d184cb3eb4
|
HHH-7462 - Make JACC service
|
2013-03-24 12:09:52 -05:00 |
Steve Ebersole
|
e4c1db1e8f
|
HHH-8088 - Redesign Scanner contract
|
2013-03-23 13:57:00 -05:00 |
Steve Ebersole
|
a646b9309e
|
HHH-8098 - JTA 1.2
|
2013-03-23 13:57:00 -05:00 |
Steve Ebersole
|
86aca3d101
|
HHH-7981 - Load (now) locally defined orm.xsd while processing orm.xml files
|
2013-03-23 13:57:00 -05:00 |
Lukasz Antoniak
|
03a56f58b9
|
HHH-8087 - Cleanup
|
2013-03-22 16:02:47 +01:00 |
Lukasz Antoniak
|
fa12131267
|
HHH-8087 - Fix and test
|
2013-03-22 15:23:54 +01:00 |
Strong Liu
|
4eba1320fa
|
JPA-43 Impl Index and ForeignKey for JPA 2.1
|
2013-03-22 16:33:36 +08:00 |
Strong Liu
|
4b698302a5
|
JPA-43 Impl Index and ForeignKey for JPA 2.1
|
2013-03-22 16:06:21 +08:00 |
Steve Ebersole
|
eeca84460e
|
HHH-8088 - Redesign Scanner contract
|
2013-03-21 18:17:11 -05:00 |
Steve Ebersole
|
a1afa0ce35
|
HHH-7981 - Load (now) locally defined orm.xsd while processing orm.xml files
|
2013-03-21 18:16:44 -05:00 |
Brett Meyer
|
06ab065272
|
HHH-1904 Hash the natural id unique key names
|
2013-03-21 15:57:56 -04:00 |
Brett Meyer
|
721016cccb
|
HHH-8085 QueryCacheTest.testGetByCompositeId fails on db2-97 -- DB2 SQL
Error: SQLCODE=-613
|
2013-03-21 09:52:04 -04:00 |
Brett Meyer
|
b5457f37e2
|
HHH-8092 Configuration#generateSchemaUpdateScript does not create unique
constraints
|
2013-03-21 09:33:58 -04:00 |
Steve Ebersole
|
467daa22b0
|
HHH-7981 - Load (now) locally defined orm.xsd while processing orm.xml files
|
2013-03-20 22:03:35 -05:00 |
Brett Meyer
|
fbdca39506
|
HHH-1904 Identifier too long
|
2013-03-20 16:30:52 -04:00 |
Brett Meyer
|
da5dd819a3
|
HHH-8082 HQLScrollFetchTest.testScroll hangs on DB2-97
|
2013-03-19 18:28:08 -04:00 |