Serialized Form
Package org.bsf.listOfValues |
JNDI_DATABASE_NAME
java.lang.String JNDI_DATABASE_NAME
- The JNDI name used to retrieve a connection to the database.
- See Also:
- Constant Field Values
_sortedLov
java.util.Vector _sortedLov
- Used as a cache to store the results of the executed SQL to prevent the
reexecution of the SQL statement each time the same LOV is requested).
_lov
java.util.HashMap _lov
- Stores the lovValues in their "mapped" (OID, LovValue) form (a HashMap)
to prevent remapping each time the map is requested.
_metaData
java.util.List _metaData
- Stores the metadata (field name, position...) for this list of values.
_fieldName
java.lang.String _fieldName
_fieldType
java.lang.String _fieldType
_lovEntityLocalHome
LOVLocalHome _lovEntityLocalHome
JNDI_DATABASE_NAME
java.lang.String JNDI_DATABASE_NAME
- See Also:
- Constant Field Values
Package org.bsf.listOfValues.exceptions |
Package org.bsf.listOfValues.lovValue |
_pk
java.lang.Object _pk
_fields
java.util.HashMap _fields