Re: [ojb-users] Does OJB supports 1:n uni-directional mapping?
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-05-25 19:28:40
|
Hi Hoang, Hai wrote: > I've a few questions for OBJ community: > > 1. Does OJB supports uni-directional mapping for 1:n and n:m? Yes, please refer to tutorial3.html for details. > 2. Does OJB supports direct sql statement? this is useful for the case where > I've a complex query statement and I don't want to translate to complex qql > Yes. There is a QueryBySql Class that allows to use free-form SQL. OJB does also provide ReportQueries like TOPlink. (RepostQueries do not materialize persistent entity objects but return Object[] that contain the Column-values of a ResultSet row. See JavaDoc on ojb.broker.PersistenceBroker HTH, Thomas > Thanks > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Objectbridge-users mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-users > > > > |