Class DAOUserTypesUsers

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

@Table("RUSERTYPEUSER") @Pool("Pool") @Pk({"RUTUID_AUSE","RUTUID_TUSE"}) @Qualifier("default") public class DAOUserTypesUsers extends DAO
DAO object to extract the additional roles assigned to a user
See Also:
  • Field Details

    • FIELD_USER

      public static final String FIELD_USER
      name of the field containing the reference of the user
      See Also:
    • FIELD_TYPE

      public static final String FIELD_TYPE
      name of the field containing the reference of the user's type
      See Also:
  • Constructor Details

    • DAOUserTypesUsers

      public DAOUserTypesUsers()