Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-19This commit was manufactured by cvs2svn to create tag 'v201010190000'.v201010190000nhauge133-6032/+0
2010-09-14190319 - completed validation on association override joinColumns and joinTablekmoore3-3/+9
2010-09-08190319 - added association override joinTable joinColumn/inverseJoinColumn va...kmoore1-1/+9
2010-07-12294670 - More helpful UI for validation group persistence.xml propertiestle1-13/+20
2010-04-14309196 - only cast to JpaFactory2_0 when in a 2.0 projectkmoore5-9/+1
2010-04-13clean up references to JpaFactory2_0, need to check if it's a 2.0 project bef...kmoore1-2/+1
2010-04-13[305079] canonical metamodel for nested classesbvosburgh5-38/+145
2010-04-12301437 - uni-directional 1-m mapping using target foreign key is validated in...kmoore1-0/+1
2010-03-31307113 - incorrect default class names in virtual orm.xml attribute mappingskmoore2-0/+14
2010-03-29bug 306777 - support for "mapped by relationship"pfullbright3-0/+116
2010-03-23fixed copyrightspfullbright1-1/+1
2010-03-09303547 - map key attribute overrides supportkmoore4-3/+9
2010-03-08updating @version and @since tags on core provisional apiskmoore115-228/+577
2010-03-03switch to implement JavaCollectionMapping2_0kmoore2-5/+8
2010-03-03Cascade.DETACH context model supportpfullbright9-5/+117
2010-03-02304274 - java resource model for CascadeType.DETACHkmoore7-12/+111
2010-02-26303547, 303548 - xml resource model support for map-key-attribute-overrides, ...kmoore1-3/+1
2010-02-26java completion proposals for maps idpfullbright1-0/+6
2010-02-25301436 - added JoinTable support to 1-1 and m-1 mappings in the 2.0 platformkmoore12-20/+207
2010-02-23301437 - added joinColumns support to generic 2.0 1-1 mappingskmoore10-6/+152
2010-02-23added validation for maps-idpfullbright1-0/+8
2010-02-22258513 - MapKeyColumn model, code assist, validation support in both java and...kmoore7-17/+153
2010-02-02validation text range for implied attribute and association overrides was the...kmoore1-3/+2
2010-01-25299547 - this fixes the order column table default and adds validation for th...kmoore2-3/+21
2010-01-21[233567] AnnotationInitializer no longer neededbvosburgh1-5/+1
2010-01-20300091 - metamodel generation support for Maps, handle MapKey and MapKeyClass...kmoore4-21/+78
2010-01-12258490 - element collection support for basic and embedded collectionskmoore5-8/+62
2010-01-12fixed broken tests - need a NullJavaOrderColumn implementation to properly su...kmoore1-4/+4
2009-12-31mapsId - calculate default value, value choicespfullbright1-0/+5
2009-12-29element collection collection table supportkmoore9-43/+161
2009-12-22Added MapKeyJoinColumn/MapKeyJoinColumns annotation resource model supportkmoore4-1/+88
2009-12-21added MapKeyColumn, MapKeyEnumerated, MapKeyTemporal java resource model supportkmoore4-2/+93
2009-12-19[258541] JPA 2.0 default delimited identifiers - modelbvosburgh5-7/+84
2009-12-18added MapKeyClass annotation resource model and testskmoore1-0/+66
2009-12-18Added targetClass support to element collection and refactored to create a Co...kmoore1-4/+26
2009-12-18derived identity - model reworkpfullbright15-40/+283
2009-12-16added CollectionTable java resource model supportkmoore2-0/+109
2009-12-08minor tweaksbvosburgh1-6/+11
2009-12-02refactor JavaResourcePersistentType for 2.0bvosburgh2-3/+57
2009-12-02[296664] metamodel generation overwrites non-Dali generated filesbvosburgh2-0/+20
2009-12-01[293976] various metamodel generation problemsbvosburgh12-36/+402
2009-12-01fix commentsbvosburgh2-6/+6
2009-12-01258535 - [JPA 2.0] NamedQuery lockModeType supporttle7-0/+338
2009-12-01Added comment.tle1-1/+8
2009-11-30258515 - OrderColumn support in both orm and javakmoore8-0/+229
2009-11-24renamed some 2_0 xml resource model classes to fit the existing patternkmoore1-4/+4
2009-11-19258515 - OrderColumn annotation resource model supportkmoore2-0/+96
2009-11-18refactored orphan-removal a little further to remove the 2_0 context model ob...kmoore1-7/+8
2009-11-17294899 - collapse the PersistenceUnit context model to fix errors related to ...kmoore1-4/+3
2009-11-16293526 - [JPA 2.0] Orphan-Removal Orm context model need to be refactoredtle12-54/+229

Back to the top