Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-12-13This commit was manufactured by cvs2svn to create tag 'v200712130000'.v200712130000nhauge77-35369/+0
2007-11-08removing importskmoore2-2/+0
2007-11-05[201159] model rework: changed ValueModelChangeSupport to SingleAspectChangeS...bvosburgh1-1/+1
2007-10-10[201159] model reworkbvosburgh2-6/+8
2007-10-08remove casting method since generics handle this nowkmoore1-8/+1
2007-10-08remove casting method since generics handle this nowkmoore1-13/+2
2007-09-10202809 - cleaning up compiler warningskmoore1-1/+2
2007-09-05 192513 - wrong default joinColumns in orm.xml with underlying java annotationskmoore3-1/+13
2007-08-23fix default targetEntity - copied from maintenancekmoore1-1/+1
2007-08-21200679 - added IColumn defaultLength, defaultPrecision, defaultScalekmoore7-89/+191
2007-08-21199715 - fixes problem with calculating the default target entity using resol...kmoore1-3/+3
2007-08-17removing all calls to JDTTools.resolve(). instead taking advantage of the ne...kmoore9-298/+78
2007-08-10[198934] resolve Constant Expressionsbvosburgh8-25/+23
2007-07-26Created IJpaFactory/IJpaFactoryUi for creating type mappings and attribute ma...kmoore18-32/+51
2007-07-25Created IJava*Mapping interfaces for use in the future IJpaFactory for extens...kmoore30-159/+2779
2007-07-19Split up the attributeMappingProvider list to include a list of defaultAttrib...kmoore11-51/+6
2007-07-19[196086] problems with arrays of strings or enumsbvosburgh1-5/+6
2007-07-03186030 - applied Paul's patch - uniqueConstraints columnNames do not work in xmlkmoore12-217/+216
2007-06-11191296 - applied patch - xml entity level virtual attribute overrides not rem...kmoore1-0/+9
2007-06-07190356 - applied patch - Embedded mapping in orm.xml has wrong attribute over...kmoore1-10/+19
2007-05-31188937 - default target entity for one-to-many in xml is wrongkmoore1-1/+1
2007-05-30189783 - attribute override default in orm.xml is causing incorrect validatio...kmoore1-4/+12
2007-05-30bug 186031 - fixed orderBy for xmlpfullbright6-707/+239
2007-05-23188680 - invalid error message on GeneratedValue, issues in xmlkmoore1-0/+4
2007-05-23188493 - code completion inside of attibuteOverride not workingkmoore8-32/+47
2007-05-23187593 - NPE with empty AttributeOverride annotationkmoore2-18/+58
2007-05-23188435 - exception populating attribute overrides compositekmoore2-1/+50
2007-05-17187566 - problem with the EList we were using here, shouldn't use the contain...kmoore2-3/+5
2007-05-17181073 - ClassCastException switching xml type mappingskmoore4-8/+4
2007-05-16[181470] tweaked APIbvosburgh7-22/+24
2007-05-15[181471] added more code-completionbvosburgh6-19/+32
2007-05-15added appropriate parameter typesbvosburgh1-6/+6
2007-05-15186432 - fixed part of this bug, extra tags appear when adding a persistence...kmoore1-1/+1
2007-05-15[181471] added more code-completionbvosburgh9-28/+92
2007-05-14186046 - cascade supportkmoore14-23/+993
2007-05-14Added some more "mappedBy" validationpfullbright2-0/+8
2007-05-11[181471] added more code-completionbvosburgh28-360/+477
2007-05-11176248 - added more textRange api for selection in the editorkmoore22-70/+55
2007-05-11New Setbvosburgh15-85/+113
2007-05-11[181471] added more code-completionbvosburgh12-127/+287
2007-05-10added mappedBy validationpfullbright5-0/+38
2007-05-10137799 - model support for IdClass - no validation or UIkmoore4-5/+356
2007-05-09186271 - MapKey model support for 1-m and m-m mappings , no default or valida...kmoore10-25/+157
2007-05-09145373 - added ability to specify a table in the join column dialogkmoore2-1/+12
2007-05-09[181471] added code-completion for join column name for single- and multi-rel...bvosburgh5-36/+133
2007-05-09fixed UniqueConstraints columnNames updating from Javakmoore3-0/+167
2007-05-09142011 - editing of secondaryTable primary key join columnskmoore2-1/+13
2007-05-08186017 - secondary table joinColumn defaults and validationkmoore1-1/+51
2007-05-08added StringArrayExpressionConverterbvosburgh1-4/+4
2007-05-08185983 - added model and UI support for m-1 and 1-1 optional elementkmoore17-47/+138

Back to the top