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 TypeInterfaceDescriptioninterface
Repository interface for managingAdvertiser
entities.interface
Repository interface for managingPermission
entities.interface
Repository interface for managingProfile
entities.interface
Repository interface for managingRolePermission
entities.interface
Repository interface for managingRole
entities.interface
Repository interface for managingUser
entities.interface
Repository interface for managingUserRole
entities.