pyroxide.orm.finder (version 29 , 2007-01-17 22:20:11 -0800 (Wed, 17 Jan 2007) )
index
/usr/lib/python2.4/site-packages/pyroxide/orm/finder.py

A module to help find finders.

 
Modules
       
pyroxide.util.callback
pyroxide

 
Classes
       
FinderFinder

 
class FinderFinder
    A proxy class to the underlying Mapper class.
 
This proxy will only expose the find methods and specifically shield the user
from temptations to directly use insert or update methods.
 
  Methods defined here:
__getattr__(self, name)
__init__(self, domainClassName)

 
Data
        __HeadURL__ = '$URL: http://pyroxide.org/svn/pyroxide/trunk/src/main/python/pyroxide/orm/finder.py $'
__Id__ = '$Id: finder.py 29 2007-01-18 06:20:11Z kevin $'
__LastChangedBy__ = '$Author: kevin $'
__LastChangedDate__ = '$Date: 2007-01-17 22:20:11 -0800 (Wed, 17 Jan 2007) $'
__Revision__ = '$Rev: 29 $'
__author__ = 'Kevin J. Smith (kevin@rootsmith.ca)'
__copyright__ = '(c) 2006 rootsmith Inc.'
__credits__ = ''
__date__ = ' 2007-01-17 22:20:11 -0800 (Wed, 17 Jan 2007) '
__version__ = ' 29 '

 
Author
        Kevin J. Smith (kevin@rootsmith.ca)

 
Credits