Class DAOFeatureValueDomain

java.lang.Object
overit.geocall.da.DAO
overit.geocallapp.wfm.core.bl.features.valuedomain.data.DAOFeatureValueDomain
All Implemented Interfaces:
Serializable, DataAttributesHolder, EDMConfigurableBean, overit.geocall.marks.FieldExposer, overit.geocall.marks.NameExposer, DBFieldMapper, DBObjectMapper, Tool
Direct Known Subclasses:
DAOFeatureValueDomainSearch

@Pool("Pool") @Table("AVALUESLIST") @Pk("AVALID") @Sequence("AVALID") @Factory("AVALID_ACOM") @Order("AVALORDERING") public class DAOFeatureValueDomain extends DAO
DAO for feature value domains.
Since:
9.2
See Also:
  • Field Details

  • Constructor Details

    • DAOFeatureValueDomain

      public DAOFeatureValueDomain()