Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-18This commit was manufactured by cvs2svn to create tag 'v200812180210'.v200812180210nhauge53-1994/+0
2008-10-24removed unnecessary public modifierkmoore1-1/+1
2008-10-20[197069] support for entities in jars prepbvosburgh2-18/+22
2008-10-14cleaned up formatpfullbright2-5/+2
2008-09-24reworked validationbvosburgh1-1/+1
2008-09-19moved creation of converters to JpaFactorykmoore3-0/+87
2008-09-12[242321] database case-sensitivitybvosburgh4-5/+4
2008-09-11239163- refactoring existing converters(lob, enumerated, temporal) in order t...kmoore4-2/+47
2008-09-05renaming java context model methods get*Resource() to getResource*(), other s...kmoore1-1/+1
2008-08-15removed initialize method from interface, instead pass the resource model obj...kmoore1-3/+6
2008-08-15adding comments to update methodskmoore19-29/+105
2008-08-04provisional API change - renamed JavaJpaContextNode.initializeFromResource me...kmoore18-18/+18
2008-05-22228718 - orm entity and embedded mapping attribute override defaultskmoore2-0/+3
2008-05-15229838 - added provisional api statementskmoore1-0/+9
2008-04-22185986 - model support for 1-1 primaryKeyJoinColumns to avoid invalid error m...kmoore2-2/+18
2008-04-22224920 - Metadata complete in orm.xml and attribute mapping annotations are n...kmoore1-0/+2
2008-04-20223842 - context model support for unique constraintskmoore5-2/+64
2008-03-26added get prefixes to more interfaceskmoore2-2/+2
2008-03-26added get prefixes to jpt.core.context.* package interfaceskmoore11-15/+15
2008-03-26more get prefix changes to jpt.core.contextkmoore2-3/+3
2008-03-26beginning to rename accessors to include the get prefixkmoore5-5/+5
2008-03-26renamed AbstractJoinColumn to BaseJoinColumn and related changesbvosburgh3-7/+7
2008-03-25renamed AbstractColumn to BaseColumn and related changesbvosburgh3-9/+17
2008-03-24moved TextRange to utility packagebvosburgh7-7/+7
2008-03-18java attribute/association overrides validation and defaultskmoore7-15/+27
2008-03-17refactoring out interfaces for namedQueries and generators to make the UI sup...kmoore3-15/+35
2008-03-14Generator and query validationpfullbright2-3/+10
2008-03-14208311 - emeddedId mapping attribute overrides support in the UIkmoore3-9/+36
2008-03-14changed default mapping to use a null resource even if the resource exists. ...kmoore1-2/+2
2008-03-11created db public APIbvosburgh2-2/+2
2008-03-05created utility public APIbvosburgh1-1/+1
2008-02-29support for basic mapping column validationkmoore1-3/+3
2008-02-28added "Provisional API" commentbvosburgh44-104/+511
2008-02-28began removing initialize methods from the context model interfaces. instead...kmoore1-4/+3
2008-02-27removed generics from JavaGenerator and JavaQuerykmoore6-15/+26
2008-02-27refactoring textRange and addToMessages in an effort to support validation of...kmoore8-7/+126
2008-02-27Moved GenericJpaPlatform/Factory/AnnotionProvider back to internal and JpaPla...pfullbright2-2/+2
2008-02-26factored out OrmEntity, OrmEmbeddable, OrmMappedSuperclasskmoore1-2/+2
2008-02-25Collapsed JpaPlatform, JpaFactory, JpaAnnotationProvider hierarchies and move...pfullbright3-6/+5
2008-02-25Refactored packages into public API, renamed interfaceskmoore44-0/+1082

    Back to the top