Uses of Interface
com.alpaca.persistence.IGenericDAO
Packages that use IGenericDAO
-
Uses of IGenericDAO in com.alpaca.persistence
Subinterfaces of IGenericDAO in com.alpaca.persistenceModifier and TypeInterfaceDescriptioninterfaceData Access Object (DAO) interface for managingAdvertiserentities.interfaceData Access Object (DAO) interface for managingPermissionentities.interfaceData Access Object (DAO) interface for managingProfileentities.interfaceData Access Object (DAO) interface for managingRoleentities.interfaceData Access Object (DAO) interface for managingUserentities. -
Uses of IGenericDAO in com.alpaca.persistence.impl
Classes in com.alpaca.persistence.impl that implement IGenericDAOModifier and TypeClassDescriptionclassImplementation of theIAdvertiserDAOinterface for managingAdvertiserentities.classGenericDAOImpl<T,ID> Abstract base implementation ofIGenericDAO, providing generic CRUD and pagination operations for any entity typeTwith identifier typeID.classImplementation of theIPermissionDAOinterface for managingPermissionentities.classImplementation of theIProfileDAOinterface for managingProfileentities.classclass -
Uses of IGenericDAO in com.alpaca.service.impl
Methods in com.alpaca.service.impl that return IGenericDAOModifier and TypeMethodDescriptionprotected IGenericDAO<Advertiser, UUID> AdvertiserServiceImpl.getDAO()Provides the generic DAO used by inherited service methods.protected abstract IGenericDAO<T, ID> GenericServiceImpl.getDAO()Supplies the DAO component for data access operations.protected IGenericDAO<Permission, UUID> PermissionServiceImpl.getDAO()Provides the generic DAO used by inherited service methods.protected IGenericDAO<Profile, UUID> ProfileServiceImpl.getDAO()Provides the generic DAO used by inherited service methods.protected IGenericDAO<Role, UUID> RoleServiceImpl.getDAO()Provides the generic DAO used by inherited service methods.protected IGenericDAO<User, UUID> UserServiceImpl.getDAO()Provides the DAO component used by inherited service operations.