Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Smejkal
Pa165 Secret Archive
Commits
4870d04e
Commit
4870d04e
authored
Mar 26, 2022
by
tbilos
Browse files
add AgentAssignmentDao
parent
17e53464
Pipeline
#122720
waiting for manual action with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/main/java/cz/fi/muni/pa165/seminar4/group7/secretservice/dao/AgentAssignmentDao.java
0 → 100644
View file @
4870d04e
package
cz.fi.muni.pa165.seminar4.group7.secretservice.dao
;
import
cz.fi.muni.pa165.seminar4.group7.secretservice.entity.AgentAssignment
;
import
org.springframework.data.repository.CrudRepository
;
public
interface
AgentAssignmentDao
extends
CrudRepository
<
AgentAssignment
,
Long
>
{
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment