Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-09validation message consolidationkmoore2-321/+371
2010-03-08use SynchronizedBoolean instead of unsynchronized arraybvosburgh1-7/+8
2010-03-08tweak formattingbvosburgh1-5/+7
2010-03-08updating @version and @since tags on core provisional apiskmoore1-10/+10
2010-03-03Cascade.DETACH UI supportpfullbright11-519/+220
2010-03-02304097 - changing jpa details view UI to add collapsible sections for all wid...kmoore76-704/+1608
2010-03-02300884 - remove old entity gen from Dali.nhauge6-1077/+9
2010-03-01289908 - null check for empty selection - patch from Danny.nhauge1-1/+1
2010-03-01273309 - fixed button enablement issues - patch from Danny.nhauge1-0/+1
2010-03-01295299 - allow customization of composite PK's - patch from Danny.nhauge2-6/+8
2010-02-25291200 - Add some descriptive text to wizard to indicate valid project types.nhauge3-5/+5
2010-02-25301436 - added JoinTable support to 1-1 and m-1 mappings in the 2.0 platformkmoore13-58/+236
2010-02-24element collection iconpfullbright2-20/+26
2010-02-24cleaned up 1-m mapping composites to build the joining strategy in the abstra...kmoore4-44/+22
2010-02-24added bounded wildcard to constructorkmoore4-4/+4
2010-02-23update copyrightkmoore2-2/+2
2010-02-23301437 - added joinColumns support to generic 2.0 1-1 mappingskmoore5-12/+115
2010-02-22258513 - MapKeyColumn model, code assist, validation support in both java and...kmoore2-0/+4
2010-02-20primary key validationpfullbright6-83/+106
2010-02-20bug 234191 - ** New I-Build needed **pfullbright1-5/+6
2010-02-15added validation for element collection map key classkmoore2-0/+6
2010-02-15refactored column validation and added new validationkmoore2-56/+152
2010-02-02ungenericized this composite so we don't get warnings where using itkmoore1-3/+3
2010-02-02fixing NPE in combo model adapterkmoore1-1/+2
2010-02-02300929 - mappedBy combo not populated correctly when switching between 2 1-m ...kmoore1-1/+1
2010-02-01bug 301181 - proper calculation of default x-1 mappings when @Id annotation i...pfullbright1-10/+10
2010-01-27301039 - added more calls to set the populating flag, preventing populating t...kmoore1-11/+17
2010-01-26299521 - fix NPE adding an entity to the orm.xml, the name can be nullkmoore1-2/+3
2010-01-25299547 - this fixes the order column table default and adds validation for th...kmoore2-2/+6
2010-01-22added collection table validation to the preferenceskmoore2-2/+14
2010-01-22removed uses of the deprecated JEM Logger class that logs to the consolekmoore2-5/+4
2010-01-20changed id class uipfullbright8-148/+208
2010-01-20changed api: getPersistentType() -> getOwningPersistentType()pfullbright5-6/+6
2010-01-20refactored id class modelpfullbright1-2/+4
2010-01-19[233567] rework sync between resource model and ASTbvosburgh1-4/+4
2010-01-12258490 - element collection support for basic and embedded collectionskmoore6-13/+360
2010-01-12Refactored to use FileDialogtle1-44/+13
2010-01-12Made changes for subclassingtle2-16/+24
2010-01-12Intinial check-in.tle2-0/+211
2010-01-11added candidateTableNames() api to BaseColumn.Owner for support of element co...kmoore1-1/+1
2010-01-06295614 - directly update persistence.xml when generating entities. Also adde...nhauge3-50/+28
2010-01-06delete FormPanebvosburgh96-731/+541
2010-01-06tweak commentbvosburgh1-20/+20
2010-01-05maps id validationpfullbright2-10/+35
2010-01-05[258541] JPA 2.0 default delimited identifiers - UIbvosburgh5-34/+85
2010-01-05utility workbvosburgh4-20/+18
2010-01-04refactored specifiedConverter further: removed the default converter and forg...kmoore3-59/+44
2009-12-31fixed default value display for orm (defaultless) mapsIdpfullbright1-2/+4
2009-12-30element collection added target class chooserkmoore5-6/+146
2009-12-30cleaning up chooser widgets and refactoring to handle target entity and targe...kmoore8-507/+200

Back to the top