Gets the LovValues in the order of their retrieval (for example if we
retrieve them by using a EJB BMP and the LOV_REQUESTS table we will get
them in the order of the result of the executed SQL).
Gets the LovValues in the order of their retrieval (for example if we
retrieve them by using a EJB BMP and the LOV_REQUESTS table we will get
them in the order of the result of the executed SQL).
Returns a collection of type corresponding to the the metadata(or null if
no match is found) stored in the LovDefinitionCache and corresponding to the Lov
with the given OID.
This class is used to store the "lov definitions" (in a LovEntityCacheItem)
to prevent the reexecution of a select statement to obtain the to be executed
SQL statement defined in the corresponding LOV.
Produces an exception with the message "No such LovValue (X) in the LOV
(Y)" where X is the oid of the requested LovValue and Y the oid of the
LOV in which we search.