Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-23ArtifactEdit out, ModelProvider in (finally)pfullbright42-536/+1263
2008-09-23removed unused importskmoore7-11/+0
2008-09-23231539 - "Null" table and join column messagestle4-6/+8
2008-09-22removing deprecated Eclipse-LazyStart and replacing it with BundleActivationP...kmoore1-2/+1
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-sensitivitybvosburgh106-3699/+4981
2008-09-11239163- refactoring existing converters(lob, enumerated, temporal) in order t...kmoore55-904/+2480
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...pfullbright7-20/+56
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-21244780 - update version number for 2.0M1. Decided that provisional API chang...nhauge1-1/+1
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-19Version number updates for 2.1M1.nhauge1-2/+2
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-13added back NONE propertykmoore1-0/+1
2008-08-11moved to new content describerpfullbright1-4/+8
2008-08-11exposed methodpfullbright1-1/+1
2008-08-07moved empty tag boolean translator to common packagepfullbright7-1/+7
2008-08-07removed quotes from JPA platform namepfullbright1-1/+1
2008-08-07moved version to be first attributepfullbright1-1/+1
2008-08-07removed classpath updatingpfullbright1-2/+3
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
2008-07-29[242321] database case-sensitivitybvosburgh37-515/+712
2008-07-28NLS tweaksbvosburgh2-6/+8
2008-07-25updated class commentkmoore1-2/+3
2008-07-22fixes for bugs 228781, 228783 - validation in mapping file wizardpfullbright1-2/+2
2008-07-21[231643] fixed up handling of rootStructureNodesbvosburgh1-18/+26
2008-07-21235384 - update on classpath changeskmoore1-1/+16

Back to the top