I was looking at BasePeer and Criteria when it came to my attention that
Turbine is keeping track of two different name keys to reference a
database.  I cannot see why one would ever need to do this and if one
name can always be used, it could be a source of confusion. Because in
order to specify a specific database for a query one needs to do this:

criteria.setDbName("adb");
criteria.setMapName("adb");

or  

criteria = new Criteria("adb");
criteria.setMapName("adb");

What are the advantages of this approach?

John McNally


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to