Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-03-26renamed AbstractColumnAnnotation to BaseColumnAnnotation and related changesbvosburgh2-9/+9
2008-03-26renamed AbstractJoinColumn to BaseJoinColumn and related changesbvosburgh13-46/+46
2008-03-25renamed AbstractColumn to BaseColumn and related changesbvosburgh6-52/+52
2008-03-25modified update method since these properties are now in the UIkmoore1-3/+21
2008-03-24reworked Memberbvosburgh2-2/+2
2008-03-24moved TextRange to utility packagebvosburgh78-78/+78
2008-03-21removed setters for implied class refs and mapping file refs from the ↵kmoore1-14/+6
interface, these are internal
2008-03-20fixed problem adding named native queries and added a test for the bugkmoore1-1/+1
2008-03-20added defaultSchema and defaultCatalog for PersistenceUnitDefaults, it comes ↵kmoore1-27/+75
from the project default
2008-03-20created IdClass interface so that there can be one ui for both entity and ↵kmoore4-36/+38
mapped-superclass
2008-03-18Generators and Queries getName() null checks before adding to the ↵kmoore5-31/+32
persistenceUnit
2008-03-18java attribute/association overrides validation and defaultskmoore21-450/+982
2008-03-17refactoring out interfaces for namedQueries and generators to make the UI ↵kmoore3-33/+33
support in multiple locations easier
2008-03-14Generator and query validationpfullbright14-168/+377
2008-03-14208311 - emeddedId mapping attribute overrides support in the UIkmoore7-1187/+699
2008-03-14incorrect validation errors in orm.xmlkmoore2-1/+4
2008-03-14changed default mapping to use a null resource even if the resource exists. ↵kmoore16-273/+272
This is for basic mappings and embedded mappings
2008-03-13fixed problem with adding java classes to the persistence.xml. Also added ↵kmoore2-13/+16
tests for adding things to the persistence unit at an index
2008-03-12changing initialization methodskmoore2-6/+7
2008-03-11Changed PersistenceUnit specified and default transacation type api. Also ↵kmoore1-49/+39
changed the resource model, no more unset api for this feature.
2008-03-11created db public APIbvosburgh35-121/+117
2008-03-11completing validation and defaults of the orm relationship mappingskmoore17-370/+471
2008-03-07cleaning up wanrings, adding @Overrideskmoore7-28/+16
2008-03-07joinTable validation and defaults in orm.xmlkmoore14-390/+616
2008-03-06changed the persistenceUnit.excludeUnlistedClasses setting to be Boolean ↵kmoore1-5/+3
instead of boolean so Pascal can use a TriStateCheckBox
2008-03-06changed the persistenceUnit.excludeUnlistedClasses setting to be Boolean ↵kmoore1-39/+22
instead of boolean so Pascal can use a TriStateCheckBox
2008-03-06global generators/queries model supportpfullbright9-41/+300
2008-03-06Refactored context model/ root context nodepfullbright3-28/+79
2008-03-06validation for virtual secondary tables in orm.xmlkmoore2-12/+18
2008-03-06removed TypeMapping local variablekmoore2-6/+2
2008-03-06orm.xml version mapping validationkmoore1-0/+70
2008-03-06orm.xml id mapping validation, generator validation not complete, need the ↵kmoore4-14/+104
generator repository
2008-03-06orm.xml virtual and default secondary tables supportkmoore6-50/+276
2008-03-06fixed InvalidThreadAccess when updating named native queries from javakmoore1-2/+14
2008-03-05Added method to retrieve properties from a given prefix.tle1-0/+11
2008-03-05fixed InvalidThreadAccess when updating named queries from javakmoore1-2/+14
2008-03-05201949 - multiple pu error should be downgraded to warning.nhauge1-1/+1
2008-03-05minor fix for java named querieskmoore1-2/+4
2008-03-05created utility public APIbvosburgh23-23/+23
2008-03-04removed imports related to javadocs. We can now turn off javadoc processing ↵kmoore1-1/+0
- emf fixed bug 188319
2008-03-03orm.xml secondary table defaults and testingkmoore2-18/+101
2008-03-03renamed orm.xml resource model implementation classes to match interfaceskmoore34-136/+136
2008-03-03orm.xml column defaults fixed and testedkmoore11-44/+71
2008-03-03parent is JpaContextNode, not JpaNodekmoore1-2/+2
2008-03-03override with covariant return typeskmoore3-6/+6
2008-02-29support for basic mapping column validationkmoore19-136/+269
2008-02-28BaseJpaContent -> GenericJpaContent; IBaseJpaContent -> BaseJpaContentbvosburgh2-16/+15
2008-02-28table name and schema validationkmoore3-3/+119
2008-02-28added override of () to make it truekmoore1-1/+10
2008-02-28validation text range for orm attribute mappingskmoore1-3/+2

Back to the top