Serialized Form
initialized
boolean initialized
configFile
java.lang.String configFile
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
mWrapped
java.lang.Object mWrapped
mGetterCache
java.util.Map<K,V> mGetterCache
mSetterCache
java.util.Map<K,V> mSetterCache
mEntity
Entity mEntity
- this Instance's Entity
mDB
Database mDB
- the main database connection
Package velosurf.standalone |
request
javax.servlet.http.HttpServletRequest request
mConfigFile
java.lang.String mConfigFile
- path to the config file
~ooOoo~