Serialized Form
initialized
boolean initialized
configFile
java.lang.String configFile
db
Database db
- the wrapped database connection
cache
java.util.Map<K,V> cache
- a cache used by the generic getter - it's purpose is to avoid the creation of several attribute references for the same multivalued attribute.
externalParams
java.util.Map<K,V> externalParams
- The map of external query parameters used by children attributes
userContext
UserContext userContext
- a reference to the user context
wrapped
java.lang.Object wrapped
- the wrapped object
classInfo
ExternalObjectWrapper.ClassInfo classInfo
- info on the wrapped object class
getterCache
java.util.Map<K,V> getterCache
- a cache for the wrapped object getter methods
setterCache
java.util.Map<K,V> setterCache
- a cache for the wrapped object setter methods
userContext
java.lang.ThreadLocal<T> userContext
- thread-local user context
entity
Entity entity
- this Instance's Entity
localized
boolean localized
- is there a column to localize ?
db
Database db
- the main database connection
_forbiddenUri
java.lang.String _forbiddenUri
|
Package velosurf.validation |
|
Class velosurf.validation.RowConstraint extends java.lang.Object implements Serializable |
configFile
java.lang.String configFile
- path to the config file
~ooOoo~