Class DAOUsers

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

@Pool("Pool") @Table("AUSER") @Pk("AUSEID") @Sequence("AUSEID") @Factory("AUSEID_ACOM") public class DAOUsers extends DAO
This DAO represents a tool to interacts with the users table on the db.
See Also: