Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-04bug 310550 - added validation error for virtual attribute w/ specified maps idpfullbright1-4/+25
2010-03-29bug 306777 - support for "mapped by relationship"pfullbright1-34/+108
2010-03-09validation message consolidationkmoore1-4/+12
2010-02-20primary key validationpfullbright1-6/+0
2010-02-15refactored column validation and added new validationkmoore1-53/+47
2010-01-20changed api: "id" mapping -> "primary key" mappingpfullbright1-1/+1
2010-01-11added candidateTableNames() api to BaseColumn.Owner for support of element co...kmoore1-5/+5
2010-01-11added tableNameIsInvalid() to BaseColumn so that Owner can become private eve...kmoore1-4/+3
2010-01-07changed AttributeOverrides to check the owner for table informationkmoore1-2/+14
2010-01-05more converter changes to fix some NPEs in the test logskmoore1-10/+13
2010-01-04refactored specifiedConverter further: removed the default converter and forg...kmoore1-13/+13
2009-12-31removed defaultConverter support from ConvertibleMapping, this wasn't really ...kmoore1-15/+4
2009-09-04refactored JpaFactory to remove the orm context model creation. Each Mapping...kmoore1-5/+5
2009-08-31Changed GeneratorContainer method visibilitytle1-1/+1
2009-08-27Made GeneratorContainer factory method privatetle1-1/+1
2009-08-21FindBugs: don't use == to compare Stringsbvosburgh1-3/+4
2009-07-22added buildOrm*Converter methods to JpaFactorykmoore1-2/+2
2009-07-01refactoring GeneratorContainer to handle 2.0 orm.xmlkmoore1-0/+336

    Back to the top