Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-23This commit was manufactured by cvs2svn to create tag 'v200903240200'.v200903240200nhauge201-50178/+0
2008-05-15229838 - added provisional api statementskmoore2-0/+12
2008-05-15[225885] fix editing annotations with property accessbvosburgh9-53/+60
2008-04-25228884 - NPE adding validation error for orm relationship mapping mappedBykmoore2-0/+11
2008-04-20223842 - context model support for unique constraintskmoore9-76/+197
2008-04-16225628 - Multiple types displayed in Structure view - changed the root struct...kmoore1-1/+1
2008-04-04added isPublic() isFinal() methods to the java resource model, this was being...kmoore1-0/+6
2008-03-31221926 - exception with unmapped mapping in orm.xmlkmoore2-91/+186
2008-03-29224641 - deleting java files causes exceptionskmoore3-5/+13
2008-03-27fix exception in validation for generators when the entity is specified in or...kmoore3-0/+10
2008-03-27renamed java resource model interfaces to include Annotation for consistencykmoore27-33/+33
2008-03-26added get prefixes to more interfaceskmoore3-3/+3
2008-03-26added get prefixes to more interfaceskmoore2-3/+3
2008-03-26added get prefixes to resource model interfaceskmoore60-232/+230
2008-03-26added JavaResourceModel interfacebvosburgh2-1/+29
2008-03-26added JpaCompilationUnit interfacebvosburgh2-1/+36
2008-03-26added get prefixes to jpt.core.utility interfaceskmoore1-4/+4
2008-03-26removed Node from inheritance hierarchybvosburgh1-5/+5
2008-03-26beginning to rename accessors to include the get prefixkmoore3-8/+8
2008-03-26renamed AbstractColumnAnnotation to BaseColumnAnnotation and related changesbvosburgh3-3/+3
2008-03-25renamed AbstractTableResource to AbstractResourceTablebvosburgh1-2/+2
2008-03-25reworked ResourceModelbvosburgh2-2/+2
2008-03-25reworked some core utility classesbvosburgh14-16/+16
2008-03-24reworked TextRangebvosburgh1-46/+8
2008-03-24renamed internal EMF utility packagebvosburgh14-14/+14
2008-03-24moved JDT utility interfaces to public packagebvosburgh3-3/+4
2008-03-24moved TextRange to utility packagebvosburgh56-56/+56
2008-03-20created IdClass interface so that there can be one ui for both entity and map...kmoore6-68/+70
2008-03-19create XmlAssociationOverride interface in anticipation of supporting virtual...kmoore4-261/+408
2008-03-14Generator and query validationpfullbright7-13/+49
2008-03-14208311 - emeddedId mapping attribute overrides support in the UIkmoore7-360/+441
2008-03-14incorrect validation errors in orm.xmlkmoore2-0/+4
2008-03-14changed default mapping to use a null resource even if the resource exists. ...kmoore1-4/+4
2008-03-13fixed problem with adding java classes to the persistence.xml. Also added te...kmoore2-3/+4
2008-03-12various renamesbvosburgh1-2/+2
2008-03-11Changed PersistenceUnit specified and default transacation type api. Also ch...kmoore2-55/+6
2008-03-07joinTable validation and defaults in orm.xmlkmoore3-1/+20
2008-03-06changed the persistenceUnit.excludeUnlistedClasses setting to be Boolean inst...kmoore2-73/+23
2008-03-06orm.xml id mapping validation, generator validation not complete, need the ge...kmoore2-0/+14
2008-03-06orm.xml virtual and default secondary tables supportkmoore4-178/+363
2008-03-05created utility public APIbvosburgh1-1/+1
2008-03-04tweaked JavaDocsbvosburgh2-3/+3
2008-03-04removed imports related to javadocs. We can now turn off javadoc processing -...kmoore3-3/+3
2008-03-03orm.xml secondary table defaults and testingkmoore4-160/+348
2008-03-03renamed orm.xml resource model implementation classes to match interfaceskmoore23-1325/+1325
2008-03-03orm.xml column defaults fixed and testedkmoore5-37/+37
2008-02-29support for basic mapping column validationkmoore10-1305/+1197
2008-02-28added "Provisional API" commentbvosburgh191-355/+1692
2008-02-28schema node, not scale for schema text rangekmoore1-1/+1
2008-02-28table name, catalog, schema text range support in orm.xml resource model - al...kmoore7-966/+677

Back to the top