Class DAOBundleSearch

java.lang.Object
overit.geocall.da.DAO
overit.geocallapp.utilities.core.data.ReadOnlyDAO
overit.geocallapp.wfm.core.bl.bundler.data.DAOBundleSearch
All Implemented Interfaces:
Serializable, DataAttributesHolder, EDMConfigurableBean, overit.geocall.marks.FieldExposer, overit.geocall.marks.NameExposer, DBFieldMapper, DBObjectMapper, Tool

@Pool("Pool") @Table("ABUNDLE JOIN ABUNDLECRITERION ON ABUNID_ABCR = ABCRID") @Pk("ABUNID") @Factory("ABUNID_ACOM") @Order("ABUNID") public class DAOBundleSearch extends ReadOnlyDAO
DAO used only in order to search bundles.
Only select command are supported.
Since:
10.1
See Also: