Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-09240080 - NPE when writing named queries to orm.xmlkmoore1-1/+5
2008-05-22228718 - orm entity and embedded mapping attribute override defaultskmoore1-12/+141
2008-05-15228571 - defaultPkJoinColumns for OrmEntitykmoore1-7/+96
2008-05-15231471 - discriminator value combo disabled incorrectly in orm.xmlkmoore1-1/+3
2008-05-14231834 - fix OrmEntity.associatedTables to include secondary tableskmoore1-2/+1
2008-05-13231173 - default entity table name in orm.xml calculated incorrectlykmoore1-2/+6
2008-05-09229423 - incorrect validation for join column referencing attribute overridekmoore1-41/+78
2008-04-09prevent ConcurrentModificationExceptions during update from xml resource modelkmoore1-6/+6
2008-03-27fix exception in validation for generators when the entity is specified in or...kmoore1-10/+6
2008-03-26added get prefixes to more interfaceskmoore1-10/+10
2008-03-26added get prefixes to jpt.core.context.* package interfaceskmoore1-61/+61
2008-03-26more get prefix changes to jpt.core.contextkmoore1-16/+16
2008-03-26beginning to rename accessors to include the get prefixkmoore1-17/+17
2008-03-26renamed AbstractJoinColumn to BaseJoinColumn and related changesbvosburgh1-5/+5
2008-03-24moved TextRange to utility packagebvosburgh1-1/+1
2008-03-20created IdClass interface so that there can be one ui for both entity and map...kmoore1-8/+9
2008-03-18Generators and Queries getName() null checks before adding to the persistence...kmoore1-4/+8
2008-03-18java attribute/association overrides validation and defaultskmoore1-57/+66
2008-03-17refactoring out interfaces for namedQueries and generators to make the UI sup...kmoore1-10/+11
2008-03-14Generator and query validationpfullbright1-1/+67
2008-03-11created db public APIbvosburgh1-7/+7
2008-03-06global generators/queries model supportpfullbright1-5/+29
2008-03-06validation for virtual secondary tables in orm.xmlkmoore1-9/+6
2008-03-06orm.xml virtual and default secondary tables supportkmoore1-14/+75
2008-03-03orm.xml secondary table defaults and testingkmoore1-18/+9
2008-03-03renamed orm.xml resource model implementation classes to match interfaceskmoore1-3/+3
2008-02-29support for basic mapping column validationkmoore1-7/+20
2008-02-28began removing initialize methods from the context model interfaces. instead...kmoore1-16/+14
2008-02-27refactoring textRange and addToMessages in an effort to support validation of...kmoore1-41/+14
2008-02-26regenerated the orm emf resource modelkmoore1-6/+6
2008-02-26created OrmJpaContextNode, also renamed some more orm resource model objects ...kmoore1-2/+3
2008-02-26factored out OrmEntity, OrmEmbeddable, OrmMappedSuperclasskmoore1-16/+5
2008-02-26factored out OrmNamedQuery, OrmNamedNativeQuery, OrmQueryHintkmoore1-34/+36
2008-02-26factored out OrmSequenceGenerator and OrmTableGenerator interfaceskmoore1-22/+35
2008-02-26factored out an OrmDiscriminatorColumn interfacekmoore1-4/+4
2008-02-26refactored out more orm context model interfaceskmoore1-104/+110
2008-02-25Collapsed JpaPlatform, JpaFactory, JpaAnnotationProvider hierarchies and move...pfullbright1-6/+6
2008-02-25Refactored packages into public API, renamed interfaceskmoore1-0/+1579

    Back to the top