Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Collapse)AuthorFilesLines
2013-12-05Fix bug#417353 - Update JPQL validation messages due to changes made tov201312161713Pascal Filion1-2/+2
validation from bug#416941
2013-12-02Bug 422806 - Typo in 'Make persistent' wizardv201312050020Nan Li1-1/+1
2013-11-14Bug 421555 - Schema information not displayed for SQL databasev201311210236Nan Li1-11/+31
2013-10-11Update version number.v201310110602Tran Le1-1/+1
2013-10-11417120 - [hotbug][regression]JPT Catalog layer should be optionalNan Li1-5/+10
2013-08-29414830 - Add category string.v201309042005R3_3_1Neil Hauge1-1/+1
2013-08-28Update versions for Kepler SR1.v201308281654Neil Hauge2-2/+2
2013-08-27409323 - Add support for new Informix Platformv201308281045v201308272012Tran Le4-0/+5
2013-08-26Updated EclipseLink version.v201308261920Tran Le3-4/+4
2013-08-23414830 - Fix up cheat sheets, including externalizing some strings.Neil Hauge4-21/+7
2013-08-23409608 - Remove temp fix for: Intermittent failure on JPA project creation ↵Neil Hauge1-9/+1
when starting Eclipse.
2013-08-23411118 - Fix JPQL validation and content assist in dynamic entities.Pascal Filion1-2/+11
2013-08-22409645 - Make Persistent Wizard: Length of Date type of Column sets toNan Li1-1/+8
-1 (fix for 3.3.1)
2013-08-21409120 - Missing validation switch for JOIN FETCHNan Li1-8/+7
2013-08-09Update version numbers for 3.3 SR1.v201308091651Neil Hauge10-10/+10
2013-08-06413117 - Fix JpaProjectPropertiesPage issue with library providerv201308072132Konstantin Komissarchik1-1/+4
context. Signed-off-by: Neil Hauge <neil.hauge@oracle.com> Signed-off-by: Konstantin Komissarchik <konstantin.komissarchik@oracle.com>
2013-07-29410505 - Invalid validation with pk join column of an entity that is inv201307311924Nan Li9-106/+145
an inheritance hierarchy
2013-07-25409762 - Table gen does not work for Package ExplorerNan Li2-13/+4
2013-07-25Bug 413530rsapir2-2/+2
2013-07-24413005 - Association overrides missing for embedded mappingsv201307250313nanli1-0/+14
2013-07-16Updated doc files. Reference bug #412790, 412791, and 412792 Rick Sapir6-591/+601
2013-07-03[397108] fix NPE in JAXB JavaElementAdapterFactoryBrian Vosburgh1-1/+1
2013-07-02[411815] fix NPE in JavaElementAdapterFactoryBrian Vosburgh1-3/+15
2013-06-06410003 - alter build.properties to pick up about.html.v201306061405R3_3_0Neil Hauge1-0/+2
2013-06-05410003 - Fix bad non standard about.html file. This file cannot beNeil Hauge1-41/+32
generated by doc tools.
2013-05-31409337 - Fix invalid validation message for PK join columnsv201305312216Neil Hauge2-5/+5
2013-05-31394616 - Fix classloader issue caused by m2e bug by setting TCCLNeil Hauge1-2/+17
2013-05-31405320 - Temporary fix for intermittent failure on JPA project creationNeil Hauge1-1/+10
when starting Eclipse.
2013-05-24Changed default table validator to check for db table existence (Bugv201305242055Paul Fullbright1-5/+22
408900)
2013-05-23406238 - Add new JPA preset configurations to allow default Add to EARv201305240436Paul Fullbright8-13/+330
behavior.
2013-05-23408905 - Remove what's new content from user doc.Neil Hauge9-269/+0
2013-05-16[398218] fix problems with asynchronous events on UI thread; leavev201305171828Brian Vosburgh14-207/+235
Structure page tree icons to be disposed by the Structure view; copy only a *specified* join table when converting orm.xml mappings; prevent "updates" from executing while modifying orm.xml from Structure view; add Structure view listener to workbench window's JPA selection model to "activate" it when there is no Details view
2013-05-16404941, 305593 - improve sync class list for persistence.xmlv201305161638Nan Li1-2/+23
2013-05-15Fixed NPE's in RuntimeChangeListener (Bug 406458)Paul Fullbright1-21/+15
2013-05-15Correctly build Access value field (bug 390124)Paul Fullbright1-1/+1
2013-05-14[407652] Generate entities from tables wizard does not generatev201305142138Tran Le1-1/+7
entities implementing java.io.Serializable
2013-05-14[407930] Add Hermes JPQL parser source to SDK's buildv201305142100Tran Le2-7/+7
2013-05-13Changed to correct predicate (bug 407630)Paul Fullbright1-2/+2
2013-05-09407467 - fix order column ordering.Nan Li1-0/+3
2013-05-08Change terrible entity generation error message to a more generalizedv201305082238Neil Hauge1-2/+2
error message.
2013-05-07added converter icon, reverted null type mapping iconPaul Fullbright8-11/+12
2013-05-07visibility of JPA creation toolbar (Bug 397765)Paul Fullbright1-2/+30
2013-05-01397391 - fix NPE: 1-m/m-m switch joining strategy from JoinTable tov201305020316Nan Li1-1/+1
JoinColumns or MappedBy
2013-04-30Updated javax.persistence versionv201304302343Tran Le1-1/+1
2013-04-30[405758] Make Persistent Wizard: Schema field does not populate properlyTran Le1-9/+13
2013-04-30[406731] fix NPE in metamodel generation when target type is nullBrian Vosburgh16-157/+153
2013-04-30rework model containersBrian Vosburgh49-2014/+1639
2013-04-30get rid of AbstractJpaModel.EMPTY_STRING_ARRAY - no longer needed nowBrian Vosburgh2-11/+4
that we use varargs for validation messages
2013-04-26[380021] fix entity default primary key join column validation (patchNan Li3-4/+44
from Nan)
2013-04-25[406353] fix deadlock with JDTBrian Vosburgh1-5/+7

Back to the top