Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] 309196 - provisional API changes

While fixing bug 309196 , which solves issues with building the JPT model with a 1.0 JpaFactory, I made the following changes to Dali provisional API:
o.e.jpt.core.jpa2.context
    CollectionMapping2_0
          removed covariant override method getOrderable() : Orderable2_0
    java.JavaCollectionMapping2_0
          removed covariant override method getOrderable() : JavaOrderable2_0
    orm.OrmCollectionMapping2_0
          removed covariant override method getOrderable() : OrmOrderable2_0

Clients of these methods will have to cast to Orderable2_0 since the client will know whether they are in 1.0 or 2.0.  Please respond with any feedback or concerns either on this mailing list or the bug.

Karen
 

Back to the top