Serialized Form


Package velosurf.context

Class velosurf.context.DBReference 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 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 implements Serializable


Package velosurf.tools

Class velosurf.tools.HttpQueryTool implements Serializable

Serialized Fields

request

javax.servlet.http.HttpServletRequest request

Class velosurf.tools.VelosurfTool implements Serializable



ooOoo