Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-12Bug 543814 - update copyrights and EPL v1 license to EPL 2.0 [first pass]nickboldt1-3/+3
2016-01-04clean up JpaContextModel.synchronizeWithResourceModel(...)Brian Vosburgh1-3/+3
2015-12-24pass IProgressMonitor toBrian Vosburgh1-8/+8
2015-12-23pass IProgressMonitor to JpaContextModel.update(...)Brian Vosburgh1-11/+12
2013-06-19rename Converter.getType() to getConverterType() and declare explicitBrian Vosburgh1-3/+3
2013-04-30rework model containersBrian Vosburgh1-22/+13
2013-03-26rename JptValidator toBrian Vosburgh1-5/+5
2013-03-26clean up PredicatesBrian Vosburgh1-3/+3
2013-03-05clean-up after various interface renamesBrian Vosburgh1-3/+3
2013-03-05rename NamedColumn.Owner to NamedColumn.ParentAdapterBrian Vosburgh1-19/+24
2013-03-05rename OverrideContainer.Owner to OverrideContainer.ParentAdapterBrian Vosburgh1-11/+15
2013-03-05re-work Orderable2_0 implementations, factory methods, etc.Brian Vosburgh1-15/+19
2013-03-05rename Orderable2_0.Owner to Orderable2_0.ParentAdapterBrian Vosburgh1-2/+2
2013-03-05rename RelationshipStrategy to SpecifiedRelationshipStrategyBrian Vosburgh1-3/+3
2013-03-05redirection: renamed Modifiable PersistentAttributes to SpecifiedBrian Vosburgh1-13/+13
2013-03-05rename ReadOnlyBaseColumn to BaseColumnBrian Vosburgh1-3/+3
2013-03-05rename ReadOnlyJoinColumn to JoinColumnBrian Vosburgh1-5/+5
2013-03-05rename ReadOnlyNamedColumn to NamedColumnBrian Vosburgh1-5/+5
2013-03-05rename OrmColumn to OrmSpecifiedColumnBrian Vosburgh1-6/+6
2013-03-05rename Column to SpecifiedColumnBrian Vosburgh1-2/+2
2013-03-05redirection: rename Modifiable Columns to Specified ColumnsBrian Vosburgh1-25/+25
2013-03-05rename OrmModifiableJoinColumn to OrmModifiableJoinColumnBrian Vosburgh1-23/+23
2013-03-05rename JoinColumn to ModifiableJoinColumnBrian Vosburgh1-2/+2
2013-03-05rename ReadOnlyAttributeOverride to AttributeOverrideBrian Vosburgh1-3/+3
2013-03-05rename JavaAttributeOverride to JavaSpecifiedAttributeOverrideBrian Vosburgh1-3/+3
2013-03-05renamed ReadOnlyOverride to Override_Brian Vosburgh1-3/+3
2013-03-05rename PersistentAttribute2_0 to ModifiablePersistentAttribute2_0Brian Vosburgh1-3/+3
2013-03-05rename OrmPersistentAttribute to OrmModifiablePersistentAttributeBrian Vosburgh1-3/+3
2013-03-05rename JavaPersistentAttribute to JavaModifiablePersistentAttributeBrian Vosburgh1-5/+5
2013-03-05rename PersistentAttribute to ModifiablePersistentAttributeBrian Vosburgh1-2/+2
2013-03-05fix broken references and change method names corresponding toBrian Vosburgh1-9/+9
2013-03-05rename OrmXmlContextNodeFactory to OrmXmlContextMNodelFactoryBrian Vosburgh1-2/+2
2013-02-22move default severity into ValidationMessageBrian Vosburgh1-4/+4
2013-02-20re-arrange validation message method parms to place args alongside theBrian Vosburgh1-5/+5
2013-02-20rework validation messagesBrian Vosburgh1-20/+10
2013-02-11clean up messages in jpa.core, jpa.gen, jpa.ui, jpa.eclipselink.ui,Brian Vosburgh1-5/+5
2013-02-11remove extra Iterator and Iterable constructorsBrian Vosburgh1-2/+1
2013-02-07[390616] fix structure view when static member types presentBrian Vosburgh1-1/+1
2013-01-30remove obsolete CompositeIterable constructorBrian Vosburgh1-5/+4
2013-01-30rework clone iterables and iterators etc.Brian Vosburgh1-4/+4
2012-12-20Refactoring to remove JavaUiFactory and OrmXmlUiFactory, replaced with JpaUiF...Karen Butzke1-1/+2
2012-10-11rework utility classesBrian Vosburgh1-11/+11
2012-10-05373582 - XML code completion for class references.Nan Li1-1/+16
2012-09-18Bug 335447 - UI is out of sync once switching from Temporal to ConvertedNan Li1-8/+12
2012-09-05Deleted Java and Orm interfaces that are no longer needed after deletingKaren Butzke1-14/+14
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke1-7/+7
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke1-17/+11
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge1-1/+41
2012-02-29bug 369944 - dynamic persistence - added validation for attribute-type on emb...kmoore1-5/+42
2012-02-27305591- mappedBy choices should not include transients.nhauge1-1/+1

Back to the top