Class DAOUserType

java.lang.Object
overit.geocall.da.DAO
overit.geocall.basic.bl.usertype.da.DAOUserType
All Implemented Interfaces:
Serializable, DataAttributesHolder, EDMConfigurableBean, overit.geocall.marks.FieldExposer, overit.geocall.marks.NameExposer, DBFieldMapper, DBObjectMapper, Tool

@Pool("Pool") @Table("AUSER JOIN TUSER ON AUSEID_TUSE=TUSEID") @Pk("AUSEID") @Star("TUSER.*") @EntityRef(UserTypeEntity.class) public class DAOUserType extends DAO
See Also:
  • Constructor Details

    • DAOUserType

      public DAOUserType()