Serialized Form


Package velosurf.context

Class velosurf.context.DBReference extends java.util.HashMap implements Serializable

Serialized Fields

mDB

DBConnection mDB
the wrapped database connection


mCache

java.util.Map mCache
a cache used by the generic getter - it's purpose is to avoid the creation of several attribute references for the same multivalued attribute.


mExternalParams

java.util.Map mExternalParams
The map of external query parameters used by children attributes

Class velosurf.context.Instance extends java.util.HashMap implements Serializable

Serialized Fields

mRowIterator

RowIterator mRowIterator
the associated RowIterator


mEntity

Entity mEntity
this Instance's Entity


mDB

DBConnection mDB
the main database connection


Package velosurf.standalone

Class velosurf.standalone.Velosurf extends DBReference implements Serializable


Package velosurf.tools

Class velosurf.tools.HttpQueryTool extends java.util.HashMap implements Serializable

Serialized Fields

request

javax.servlet.http.HttpServletRequest request

Class velosurf.tools.VelosurfTool extends DBReference implements Serializable

Serialized Fields

mConfigFile

java.lang.String mConfigFile
path to the config file



ooOoo