Serialized Form


Package velosurf

Class velosurf.Velosurf extends DBReference implements Serializable

Serialized Fields

initialized

boolean initialized

configFile

java.lang.String configFile

Package velosurf.context

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

Serialized Fields

mDB

Database mDB
the wrapped database connection


mCache

java.util.Map<K,V> 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<K,V> mExternalParams
The map of external query parameters used by children attributes

Class velosurf.context.ExternalObjectWrapper extends Instance implements Serializable

Serialized Fields

mWrapped

java.lang.Object mWrapped

mGetterCache

java.util.Map<K,V> mGetterCache

mSetterCache

java.util.Map<K,V> mSetterCache

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

Serialized Fields

mEntity

Entity mEntity
this Instance's Entity


mDB

Database 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~