Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-14190319 - completed validation on association override joinColumns and joinTablekmoore1-3/+4
2010-03-08updating @version and @since tags on core provisional apiskmoore1-2/+5
2010-03-03Cascade.DETACH context model supportpfullbright1-4/+2
2010-03-03303547,303548 - added tolerance for .key and .value attribute overrides. Now...kmoore1-4/+2
2010-02-02validation text range for implied attribute and association overrides was the...kmoore1-4/+2
2010-01-25299547 - this fixes the order column table default and adds validation for th...kmoore1-1/+2
2010-01-12258490 - element collection support for basic and embedded collectionskmoore1-2/+2
2009-12-19[258541] JPA 2.0 default delimited identifiers - modelbvosburgh1-2/+13
2009-11-30258515 - OrderColumn support in both orm and javakmoore1-0/+3
2009-11-23refactored AbstractJavaBaseColumn to store the resource column annotation so ...kmoore1-1/+2
2009-10-28rework JPA project lockingbvosburgh1-4/+1
2009-10-08258516 - attribute overrides now support dot-notation for nested embeddeds on...kmoore1-2/+2
2009-09-24creating PersistenceXmlDefinition so that we can support multiple persistence...kmoore1-53/+1
2009-09-21Collapsing the JPA 2.0 context model into the 1.0 model - embedded mapping 2.0kmoore1-1/+1
2009-09-15bug #258491 - added association override support to 2.0 embedded mappingskmoore1-2/+4
2009-09-10refactored AttributeOverrideContainer to work in both entity and embedded map...kmoore1-1/+1
2009-09-08refactored to use a container model object for association overrides and attr...kmoore1-1/+8
2009-09-04removed internal.*.platform packages since there is no corresponding public ....kmoore1-1/+1
2009-09-04refactored JpaFactory to remove the orm context model creation. Each Mapping...kmoore1-197/+0
2009-08-31bug 281389 - completed orm join table in association overrides workkmoore1-0/+3
2009-08-21tweak commentsbvosburgh1-16/+17
2009-08-18bug 281389 - java joinTable association override supportkmoore1-0/+8
2009-07-23created JavaCascade and OrmCascade interfaces and moved the implementations t...kmoore1-0/+9
2009-07-22added buildOrm*Converter methods to JpaFactorykmoore1-0/+10
2009-07-22added a buildJavaNullConverter method to JpaFactorykmoore1-0/+2
2009-07-07refactored GenericOrmJoinTable to support a join table that is in an associat...kmoore1-2/+2
2009-06-15279806 - generatorContainer and queryContainer are now built using the JpaFac...kmoore1-0/+14
2009-04-08[197069] support for entities in jars - resource modelbvosburgh1-3/+3
2009-04-01[269581] - replaced calls to internal classes with calls to new API interfacespfullbright1-2/+2
2009-03-12refactored relationship references, added 1-M mappings with join columnspfullbright1-6/+5
2009-02-24190294 - correctly defaulting the discriminator column name and validating itkmoore1-3/+2
2009-02-10removed unnecessary buildOrmXml from the JpaFactorykmoore1-3/+1
2009-02-09refactored construction of OrmPersistentAttributes and OrmPersistentTypes, pa...kmoore1-17/+23
2009-02-09[197069] support for entities in jars - added JarFileRef/JarFilebvosburgh1-4/+24
2009-02-05adds a new mapping file content type, cleans up how we find and create xml re...kmoore1-6/+7
2009-01-28[197069] support for entities in jars prep - reworked PersistenceUnitbvosburgh1-2/+1
2009-01-23more access type work, created an Owner for ormPersistentAttributes to handle...kmoore1-1/+1
2009-01-22change to virtual orm persistent attributes to build the wrapped javaPersiste...kmoore1-1/+1
2009-01-15[197069] support for entities in jars prep - add JpaResourceModelbvosburgh1-19/+11
2008-12-17[197069] support for entities in jars prep 2bvosburgh1-25/+19
2008-10-24Added getEResource() to XmlContextNode, moved XmlContextNode out of persisten...pfullbright1-15/+15
2008-10-24251754 - support for virtual attribute mappings in eclipselinkkmoore1-1/+39
2008-10-20[197069] support for entities in jars prepbvosburgh1-12/+18
2008-10-10Context model separation - preparation for Eclipselink orm context modelpfullbright1-4/+6
2008-10-02Refactored to allow for EclipseLink orm context modelpfullbright1-12/+20
2008-09-19moved creation of converters to JpaFactorykmoore1-0/+9
2008-08-15removed initialize method from interface, instead pass the resource model obj...kmoore1-13/+22
2008-08-13removed JpaFactory.hasRelevantContent(), replaced with support in GenericJpaP...kmoore1-12/+3
2008-07-25updated class commentkmoore1-2/+3
2008-05-15229838 - a few minor javadoc changes, including adding the provisional api co...kmoore1-0/+1

Back to the top