Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-23This commit was manufactured by cvs2svn to create tag 'v200809230000'.v200809230000nhauge259-56567/+0
2008-09-23Removed unused importtle1-1/+0
2008-09-22added support for eclipselink Converter, TypeConverter, StructConverter, part...kmoore19-45/+1022
2008-09-19moved creation of converters to JpaFactorykmoore5-3/+34
2008-09-19support for Convert annotation on id, basic, version in eclipselinkkmoore7-0/+403
2008-09-12[242321] database case-sensitivitybvosburgh1-14/+20
2008-09-09Log exception when couldn’d find SessionCustomizer class.tle1-1/+4
2008-09-09231528 - EclilpseLink Support Multiple Session Customizerstle3-37/+124
2008-09-05renaming java context model methods get*Resource() to getResource*(), other s...kmoore1-4/+4
2008-09-03eclipselink java resource model support for @ObjectTypeConverter and @Convers...kmoore6-0/+710
2008-09-03eclipselink java resource model support for @Convert, @Converter, @TypeConver...kmoore10-0/+937
2008-09-03eclipselink java resource model support for @ReadTransformer @WriteTransformerkmoore8-0/+636
2008-09-02fixed commentkmoore2-2/+2
2008-09-02java resource model support for @Mutablekmoore4-0/+185
2008-09-02java resource model support for @Transformationkmoore5-0/+334
2008-08-28234483 - EclipseLink DDL Gen should override various persistence.xml propertiestle1-3/+21
2008-08-27bug 239137 - adding caching support to EclispeLinkMappedSuperclasskmoore5-3/+144
2008-08-27EclipseLink Java cache expiry supportkmoore15-31/+642
2008-08-27235128 - Eclipselink DDLGen plugin needs a qualifiertle1-3/+28
2008-08-15made EclipseLinkProperties final and removed initialize methodkmoore1-5/+1
2008-08-13removed JpaFactory.hasRelevantContent(), replaced with support in GenericJpaP...kmoore5-13/+109
2008-08-11base support for eclipselink-orm.xml filespfullbright150-3/+43543
2008-08-04provisional API change - renamed JavaJpaContextNode.initializeFromResource me...kmoore1-2/+2
2008-08-04cleaned up implementorskmoore2-3/+4
2008-08-04more java Caching context and resource model support and testskmoore19-91/+1558
2008-07-29[242321] database case-sensitivitybvosburgh1-10/+11
2008-07-25partial support for EclipseLink platform java entity cachingkmoore16-7/+1342
2008-07-25I have been informed by James that the cache size default is 100, not 1000. s...kmoore1-2/+2
2008-07-22240605 - EclipseLink persistence.xml Target Database property values not up t...tle1-3/+14
2008-07-22240340 - Target Database property doesn't allow to set a custom platform classtle2-15/+67
2008-07-22230038 - TargetServer property missingtle3-7/+123
2008-05-14231489 - EclipseLink Select an Entity dialogs don't appear to worktle4-5/+22
2008-05-13231021 - EclipseLink persistence.xml Entity Caching values not updating from ...tle3-10/+56
2008-05-13229509 - EclipseLink persistence.xml edit descriptor customizer in source doe...tle2-7/+40
2008-05-01220226 - Support for EclipseLink JPAtle1-4/+5
2008-04-30220226 - Support for EclipseLink JPAtle1-217/+0
2008-04-30220226 - Support for EclipseLink JPAtle1-0/+217
2008-04-29228047 - Defaults for entity level caching should be the persistence unit set...tle1-4/+15
2008-04-29228032 - Remove entity from cache list and the corresponding properties are n...tle1-0/+8
2008-04-29228105 - Connection tab batch writing incorrect string written to persistence...tle1-1/+1
2008-04-28228051 - EclipseLink Customization Browse buttons do not worktle4-3/+23
2008-04-28228093 - Logger values are incorrect for eclipselink.logging.loggertle2-10/+42
2008-04-24228591 - changed persistence.tools.weaving to eclipselink.weavingkmoore1-4/+4
2008-04-23Fixed DDL class name.tle1-5/+5
2008-04-23228041 - a few UI changes for EclipseLink persistence.xml editorkmoore2-5/+7
2008-04-22Initial check-in.tle1-0/+419
2008-04-22Changed static var visibility.tle3-14/+14
2008-04-22Added property.name check in itemIsPropertytle2-2/+2
2008-04-21changed default cache size default to 1000 after talking with Shaun, the ecli...kmoore1-3/+3
2008-04-16Fixed default application location.tle1-1/+1

Back to the top