Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-01This commit was manufactured by cvs2svn to create tag 'v200810010000'.v200810010000nhauge799-127175/+0
2008-09-29toString() considered helpfulbvosburgh20-28/+122
2008-09-29fixed spelling of property stringkmoore3-11/+11
2008-09-26made field privatekmoore1-1/+1
2008-09-26fixed javadoc method namekmoore3-3/+3
2008-09-26removed unused importskmoore7-9/+0
2008-09-26fixed warningbvosburgh2-4/+9
2008-09-25fixed warnings and removed unused method from GenericJpaModelkmoore4-13/+14
2008-09-25removed Job to create the orm.xml and persistence.xml files during project cr...kmoore1-24/+2
2008-09-24fixed validation error for persistence-unit-defaults being defined in multipl...kmoore3-1/+11
2008-09-24Created PlatformUtilities, and moved IFile contentType determination there, m...pfullbright3-34/+57
2008-09-24reworked validationbvosburgh67-1627/+1756
2008-09-24[242321] database case-sensitivitybvosburgh2-38/+80
2008-09-23ArtifactEdit out, ModelProvider in (finally)pfullbright38-530/+1112
2008-09-23removed unused importskmoore7-11/+0
2008-09-23231539 - "Null" table and join column messagestle3-5/+7
2008-09-19moved creation of converters to JpaFactorykmoore11-13/+125
2008-09-18removed a spacekmoore1-1/+1
2008-09-12moved defaultConverter to constructor, it can be final, since it won't change...kmoore3-6/+6
2008-09-12[242321] database case-sensitivitybvosburgh105-3699/+4977
2008-09-11239163- refactoring existing converters(lob, enumerated, temporal) in order t...kmoore53-888/+2465
2008-09-10added helper method getAttributeTextRange(String) to reduce code duplicationkmoore16-72/+24
2008-09-10workaround for DTP bug 246270 - build the connection profile (thus loading DT...kmoore1-2/+8
2008-09-09fixed some compiler warningsbvosburgh10-27/+38
2008-09-09fixed some compiler warningsbvosburgh5-25/+27
2008-09-05renaming java context model methods get*Resource() to getResource*(), other s...kmoore65-522/+510
2008-09-03eclipselink java resource model support for @ReadTransformer @WriteTransformerkmoore1-1/+1
2008-09-02225332 - Exception thrown when JRE System Library on build path doesn't exist...kmoore1-1/+4
2008-09-02use JPA static strings, hardcoded strings left in a few placeskmoore16-21/+62
2008-09-02cleaning up commentkmoore1-1/+1
2008-09-02[232225] - renaming DTP connection now renames JPT connection, invalid connec...pfullbright5-19/+53
2008-08-29245682 - add Translator.END_TAG_NO_INDENT so that persistence.xml is formatte...kmoore2-3/+3
2008-08-27fixed a commentkmoore2-2/+2
2008-08-25commenting setVirtualkmoore1-1/+7
2008-08-20Refactored the method for appending a classpath entry to the project classpathtle1-24/+18
2008-08-20corrected commentbvosburgh1-10/+10
2008-08-20242594 - Ability to add DB driver library to project build path on project cr...tle3-2/+123
2008-08-15removed initialize method from interface, instead pass the resource model obj...kmoore25-368/+381
2008-08-15change columnResource to resourceColumn, generatorResource to resourceGenerat...kmoore17-338/+335
2008-08-15243559 - create new objects when the resource object has changed for a JavaPe...kmoore2-59/+84
2008-08-15adding comments to update methodskmoore51-32/+289
2008-08-15244268 - close the InputStream in the finally blockkmoore1-1/+13
2008-08-13removed JpaFactory.hasRelevantContent(), replaced with support in GenericJpaP...kmoore3-68/+49
2008-08-11exposed methodpfullbright1-1/+1
2008-08-07moved empty tag boolean translator to common packagepfullbright7-1/+7
2008-08-07moved version to be first attributepfullbright1-1/+1
2008-08-04provisional API change - rename PrimaryKeyJoinColumns to PrimaryKeyJoinColumn...kmoore2-5/+5
2008-08-04provisional API change - renamed JavaJpaContextNode.initializeFromResource me...kmoore53-144/+144
2008-08-04provisional API change - JpaProject.getJavaPersistentTypeResource() rename to...kmoore5-15/+14
2008-08-04renamed java resource model updateFromJava method to just updatekmoore65-103/+103

Back to the top