Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-12Bug 543814 - update copyrights and EPL v1 license to EPL 2.0 [first pass]nickboldt129-323/+323
2013-08-26add package o.e.jpt.common.utility.internal.comparator; and moveBrian Vosburgh1-1/+1
2013-07-08refactored order by (bug 190866)Paul Fullbright1-17/+40
2013-06-18rename JpaContextModelRoot to JpaContextRoot etc.Brian Vosburgh1-3/+3
2013-06-13rework conversion of (attribute and association) overrides,Brian Vosburgh2-2/+2
2013-04-30[406731] fix NPE in metamodel generation when target type is nullBrian Vosburgh1-3/+17
2013-03-26rename JptValidator toBrian Vosburgh3-15/+15
2013-03-26clean up PredicatesBrian Vosburgh2-53/+26
2013-03-13clean up PredicateBrian Vosburgh2-4/+5
2013-03-11remove extraneous super-interface from CollectionMapping2_0Brian Vosburgh1-1/+1
2013-03-11rename StaticMetamodelAnnotation to StaticMetamodelAnnotation2_0Brian Vosburgh2-3/+3
2013-03-11rename SequenceGenerator2_0Annotation to SequenceGeneratorAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename RelationshipMapping2_0Annotation toBrian Vosburgh5-5/+5
2013-03-11rename OwningRelationshipMapping2_0Annotation toBrian Vosburgh3-3/+3
2013-03-11rename OrderColumn2_0Annotation to OrderColumnAnnotation2_0Brian Vosburgh2-4/+4
2013-03-11rename OneToOne2_0Annotation to OneToOneAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename OneToMany2_0Annotation to OneToManyAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename NamedQuery2_0Annotation to NamedQueryAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename MapsId2_0Annotation to MapsIdAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename MapKeyTemporal2_0Annotation to MapKeyTemporalAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename MapKeyJoinColumn2_0Annotation to MapKeyJoinColumnAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename MapKeyEnumerated2_0Annotation to MapKeyEnumeratedAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename MapKeyColumn2_0Annotation to MapKeyColumnAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename MapKeyClass2_0Annotation to MapKeyClassAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename ManyToOne2_0Annotation to ManyToOneAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename ManyToMany2_0Annotation to ManyToManyAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename GeneratedAnnotation to GeneratedAnnotation2_0Brian Vosburgh2-3/+3
2013-03-11rename ElementCollection2_0Annotation to ElementCollectionAnnotation2_0Brian Vosburgh2-3/+3
2013-03-11rename CollectionTable2_0Annotation to CollectionTableAnnotation2_0Brian Vosburgh2-3/+3
2013-03-11rename Cacheable2_0Annotation to CacheableAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename AssociationOverride2_0Annotation toBrian Vosburgh1-1/+1
2013-03-11rename Access2_0Annotation to AccessAnnotation2_0Brian Vosburgh1-1/+1
2013-03-11rename ValidationMode to ValidationMode2_0Brian Vosburgh2-12/+12
2013-03-11rename SharedCacheMode to SharedCacheMode2_0Brian Vosburgh2-8/+8
2013-03-11rename MetamodelSourceType to MetamodelSourceType2_0Brian Vosburgh3-17/+20
2013-03-11rename MetamodelField to MetamodelField2_0Brian Vosburgh2-4/+3
2013-03-11rename MetamodelSynchronizer to JpaMetamodelSynchronizer2_0Brian Vosburgh6-13/+13
2013-03-06post-rebase clean-upBrian Vosburgh6-25/+60
2013-03-05clean-up after various interface renamesBrian Vosburgh8-14/+59
2013-03-05rename Table.Owner to Table.ParentAdapterBrian Vosburgh4-6/+24
2013-03-05rename NamedColumn.Owner to NamedColumn.ParentAdapterBrian Vosburgh7-16/+28
2013-03-05rename OverrideContainer.Owner to OverrideContainer.ParentAdapterBrian Vosburgh7-28/+20
2013-03-05re-work Orderable2_0 implementations, factory methods, etc.Brian Vosburgh3-10/+35
2013-03-05rename Orderable2_0.Owner to Orderable2_0.ParentAdapterBrian Vosburgh3-7/+6
2013-03-05post-hard reset/cherry-pick recovery changesBrian Vosburgh1-3/+3
2013-03-05rename OrmReferenceTable to OrmSpecifiedReferenceTableBrian Vosburgh1-2/+2
2013-03-05rename JavaReferenceTable to JavaSpecifiedReferenceTableBrian Vosburgh1-2/+2
2013-03-05rename ReadOnlyJoinTable to JoinTableBrian Vosburgh1-2/+2
2013-03-05rename ReferenceTable to SpecifiedReferenceTableBrian Vosburgh1-2/+2
2013-03-05rename Table to ReadOnlyTableBrian Vosburgh1-3/+3

Back to the top