Uses of Interface
com.alpaca.repository.GenericRepo
Packages that use GenericRepo
-
Uses of GenericRepo in com.alpaca.persistence.impl
Methods in com.alpaca.persistence.impl that return GenericRepoModifier and TypeMethodDescriptionprotected GenericRepo<Advertiser, UUID> AdvertiserDAOImpl.getRepo()Provides the repository used by the generic DAO framework.protected abstract GenericRepo<T, ID> GenericDAOImpl.getRepo()Supplies the Spring Data repository for the specific entity type.protected GenericRepo<Permission, UUID> PermissionDAOImpl.getRepo()Provides the repository used by the generic DAO framework.protected GenericRepo<Profile, UUID> ProfileDAOImpl.getRepo()Provides the repository used by the generic DAO framework.protected GenericRepo<Role, UUID> RoleDAOImpl.getRepo()Provides the specific repository used by the generic DAO system.protected GenericRepo<User, UUID> UserDAOImpl.getRepo()Provides the repository used by the generic DAO operations. -
Uses of GenericRepo in com.alpaca.repository
Subinterfaces of GenericRepo in com.alpaca.repositoryModifier and TypeInterfaceDescriptioninterfaceRepository interface for managingAdvertiserentities.interfaceRepository interface for managingPermissionentities.interfaceRepository interface for managingProfileentities.interfaceRepository interface for managingRolePermissionentities.interfaceRepository interface for managingRoleentities.interfaceRepository interface for managingUserentities.interfaceRepository interface for managingUserRoleentities.