Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cheese10yun/spring-jpa-best-practices
/ functions
Functions
203 in github.com/cheese10yun/spring-jpa-best-practices
⨍
Functions
203
◇
Types & classes
67
Method
ErrorResponse
(String message, String code, int status, List<FieldError> errors)
src/main/java/com/cheese/springjpa/error/ErrorResponse.java:17
Method
FieldError
(String field, String value, String reason)
src/main/java/com/cheese/springjpa/error/ErrorResponse.java:35
Method
LogRes
(DeliveryLog log)
src/main/java/com/cheese/springjpa/delivery/DeliveryDto.java:66
Method
MyAccountReq
(final Address address)
src/main/java/com/cheese/springjpa/Account/dto/AccountDto.java:58
Method
Order
(double price)
src/main/java/com/cheese/springjpa/order/Order.java:31
Method
Password
(final String value)
src/main/java/com/cheese/springjpa/Account/domain/Password.java:31
Method
PasswordFailedExceededException
()
src/main/java/com/cheese/springjpa/Account/exception/PasswordFailedExceededException.java:11
Method
Res
(final Delivery delivery)
src/main/java/com/cheese/springjpa/delivery/DeliveryDto.java:52
Method
Res
(Account account)
src/main/java/com/cheese/springjpa/Account/dto/AccountDto.java:74
Method
SignUpReq
(Email email, String fistName, String lastName, String password, Address address)
src/main/java/com/cheese/springjpa/Account/dto/AccountDto.java:32
Method
UpdateReq
(DeliveryStatus status)
src/main/java/com/cheese/springjpa/delivery/DeliveryDto.java:39
Method
account_ALL_조회
()
src/test/java/com/cheese/springjpa/Account/AccountIntegrationTest.java:52
Method
account_email_조회
()
src/test/java/com/cheese/springjpa/Account/AccountIntegrationTest.java:40
Method
account_name_조회
()
src/test/java/com/cheese/springjpa/Account/AccountIntegrationTest.java:28
Method
api
()
src/main/java/com/cheese/springjpa/config/SwaggerConfig.java:17
Method
buildUpdateReqDto
()
src/test/java/com/cheese/springjpa/delivery/DeliveryControllerTest.java:106
Method
builder_test
()
src/test/java/com/cheese/springjpa/coupon/CouponTest.java:10
Method
changePassword_비밀번호_일치하는경우_비밀번호가변경된다
()
src/test/java/com/cheese/springjpa/account/model/PasswordTest.java:70
Method
changePassword_비밀번호변경이_4회일치하지않더라도_5회에서일치하면_실패카운트초기화
()
src/test/java/com/cheese/springjpa/account/model/PasswordTest.java:109
Method
changePassword_비밀번호변경이_5회이상일치하지않으면_PasswordFailedExceededException
()
src/test/java/com/cheese/springjpa/account/model/PasswordTest.java:94
Method
changePassword_실패카운트가4일경우_일치하는경우_비밀번호가변경되며_실패카운트가초기회된다
()
src/test/java/com/cheese/springjpa/account/model/PasswordTest.java:84
Method
configure
(HttpSecurity httpSecurity)
src/main/java/com/cheese/springjpa/config/WebSecurityConfig.java:20
Method
contextLoads
()
src/test/java/com/cheese/springjpa/SpringJpaApplicationTests.java:12
Method
create
()
src/test/java/com/cheese/springjpa/delivery/DeliveryControllerTest.java:47
Method
create
(@RequestBody @Valid final DeliveryDto.CreationReq dto)
src/main/java/com/cheese/springjpa/delivery/DeliveryController.java:18
Method
create
(DeliveryDto.CreationReq dto)
src/main/java/com/cheese/springjpa/delivery/DeliveryService.java:17
Method
create_중복된_이메일_경우_EmailDuplicationException
()
src/test/java/com/cheese/springjpa/account/AccountServiceTest.java:54
Method
create_회원가입_성공
()
src/test/java/com/cheese/springjpa/account/AccountServiceTest.java:35
Method
delivery_canceled
()
src/test/java/com/cheese/springjpa/delivery/DeliveryLogTest.java:40
Method
delivery_completed
()
src/test/java/com/cheese/springjpa/delivery/DeliveryLogTest.java:50
Method
delivery_delivering
()
src/test/java/com/cheese/springjpa/delivery/DeliveryLogTest.java:31
Method
delivery_pending_로그저장
()
src/test/java/com/cheese/springjpa/delivery/DeliveryLogTest.java:12
Method
findByEmail
(final Email email)
src/main/java/com/cheese/springjpa/Account/application/AccountService.java:29
Method
findByEmail
(final Email email)
src/main/java/com/cheese/springjpa/Account/dao/AccountFindService.java:22
Method
findByEmail_test
()
src/test/java/com/cheese/springjpa/Account/AccountRepositoryTest.java:28
Method
findByEmail_없는경우
()
src/test/java/com/cheese/springjpa/Account/AccountFindServiceTest.java:74
Method
findByEmail_존재하는_않는경우
()
src/test/java/com/cheese/springjpa/account/AccountServiceTest.java:130
Method
findByEmail_존재하는_이매일조해경우_해당유저리턴
()
src/test/java/com/cheese/springjpa/account/AccountServiceTest.java:117
Method
findByEmail_존재하는경우
()
src/test/java/com/cheese/springjpa/Account/AccountFindServiceTest.java:62
Method
findById
(long id)
src/main/java/com/cheese/springjpa/coupon/CouponService.java:14
Method
findById
(long id)
src/main/java/com/cheese/springjpa/Account/dao/AccountFindService.java:17
Method
findById_test
()
src/test/java/com/cheese/springjpa/Account/AccountRepositoryTest.java:35
Method
findById_없는경우
()
src/test/java/com/cheese/springjpa/Account/AccountFindServiceTest.java:51
Method
findById_존재하는경우
()
src/test/java/com/cheese/springjpa/Account/AccountFindServiceTest.java:39
Method
findById_존재하는경우_회원리턴
()
src/test/java/com/cheese/springjpa/account/AccountServiceTest.java:64
Method
findById_존재하지않은경우_AccountNotFoundException
()
src/test/java/com/cheese/springjpa/account/AccountServiceTest.java:78
Method
findById_존재하지않을경우_DeliveryNotFoundException
()
src/test/java/com/cheese/springjpa/delivery/DeliveryServiceTest.java:80
Method
findBy_not_existed_test
()
src/test/java/com/cheese/springjpa/Account/AccountServiceJUnit5Test.java:35
Method
findRecentlyRegistered
(int limit)
src/main/java/com/cheese/springjpa/Account/dao/AccountSupportRepositoryImpl.java:19
Method
findRecentlyRegistered_test
()
src/test/java/com/cheese/springjpa/Account/AccountRepositoryTest.java:49
Method
getAccounts
( @RequestParam(name = "type") final AccountSearchType type, @RequestParam(name = "val
src/main/java/com/cheese/springjpa/Account/api/AccountController.java:43
Method
getDelivery
(@PathVariable final long id)
src/main/java/com/cheese/springjpa/delivery/DeliveryController.java:24
Method
getUser
()
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:169
Method
getUser
(@PathVariable final long id)
src/main/java/com/cheese/springjpa/Account/api/AccountController.java:64
Method
getUser_존재하지_않은_경우
()
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:189
Method
handleAccountNotFoundException
(AccountNotFoundException e)
src/main/java/com/cheese/springjpa/error/ErrorExceptionController.java:25
Method
handleBindException
(BindException e)
src/main/java/com/cheese/springjpa/error/ErrorExceptionController.java:42
Method
handleConstraintViolationException
(EmailDuplicationException e)
src/main/java/com/cheese/springjpa/error/ErrorExceptionController.java:50
Method
handleDataIntegrityViolationException
(DataIntegrityViolationException e)
src/main/java/com/cheese/springjpa/error/ErrorExceptionController.java:58
Method
handleMethodArgumentNotValidException
(MethodArgumentNotValidException e)
src/main/java/com/cheese/springjpa/error/ErrorExceptionController.java:35
Method
increaseFailCount_6회이상_PasswordFailedExceededException
()
src/test/java/com/cheese/springjpa/account/model/PasswordTest.java:59
Method
increaseFailCount_비밀번호가일치하지않는경우_실패카운트가증가한다
()
src/test/java/com/cheese/springjpa/account/model/PasswordTest.java:51
Method
isExistedEmail
(Email email)
src/main/java/com/cheese/springjpa/Account/dao/AccountFindService.java:29
Method
isExistedEmail_test
()
src/test/java/com/cheese/springjpa/Account/AccountRepositoryTest.java:42
Method
isExistedEmail_이메일_없으면_false
()
src/test/java/com/cheese/springjpa/Account/AccountFindServiceTest.java:98
Method
isExistedEmail_이메일_있으면_true
()
src/test/java/com/cheese/springjpa/Account/AccountFindServiceTest.java:86
Method
isExistedEmail_존재하는이메일_ReturnTrue
()
src/test/java/com/cheese/springjpa/account/AccountServiceTest.java:103
Method
ofTest
()
src/test/java/com/cheese/springjpa/common/model/PageRequestTest.java:44
Method
order_쿠폰할인적용
()
src/test/java/com/cheese/springjpa/order/OrderServiceTest.java:27
Method
predicate_test_001
()
src/test/java/com/cheese/springjpa/Account/AccountRepositoryTest.java:55
Method
predicate_test_002
()
src/test/java/com/cheese/springjpa/Account/AccountRepositoryTest.java:67
Method
predicate_test_003
()
src/test/java/com/cheese/springjpa/Account/AccountRepositoryTest.java:79
Method
remove
()
src/test/java/com/cheese/springjpa/delivery/DeliveryServiceTest.java:106
Method
remove
(long id)
src/main/java/com/cheese/springjpa/delivery/DeliveryService.java:42
Method
removeLogs
()
src/test/java/com/cheese/springjpa/delivery/DeliveryServiceTest.java:91
Method
removeLogs
(long id)
src/main/java/com/cheese/springjpa/delivery/DeliveryService.java:36
Method
requestGetUserByEmail
(String email)
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:229
Method
resetFailedCount_비밀번호가일치하는경우_실패카운트가초기화된다
()
src/test/java/com/cheese/springjpa/account/model/PasswordTest.java:38
Method
run
(ApplicationArguments args)
src/main/java/com/cheese/springjpa/properties/AntiSamplePropertiesRunner.java:17
Method
setDirectionTest
()
src/test/java/com/cheese/springjpa/common/model/PageRequestTest.java:37
Method
setPageTest
()
src/test/java/com/cheese/springjpa/common/model/PageRequestTest.java:24
Method
setSizeTest
()
src/test/java/com/cheese/springjpa/common/model/PageRequestTest.java:11
Method
setUp
()
src/test/java/com/cheese/springjpa/delivery/DeliveryControllerTest.java:40
Method
setUp
()
src/test/java/com/cheese/springjpa/Account/AccountFindServiceTest.java:31
Method
setUp
()
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:59
Method
setUp
()
src/test/java/com/cheese/springjpa/account/model/PasswordTest.java:23
Method
signUp
()
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:70
Method
signUp
(@RequestBody @Valid final AccountDto.SignUpReq dto)
src/main/java/com/cheese/springjpa/Account/api/AccountController.java:37
Method
signUp_데이터_무결성_예외
()
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:133
Method
signUp_데이터_무결성_예외2
()
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:150
Method
signUp_이메일형식_유효하지않을경우_
()
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:90
Method
signUp_이메일형식_이미존재하는경우
()
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:115
Method
testPassword
()
src/test/java/com/cheese/springjpa/account/model/PasswordTest.java:29
Method
updateDelivery
(@PathVariable final long id, @RequestBody DeliveryDto.UpdateReq dto)
src/main/java/com/cheese/springjpa/delivery/DeliveryController.java:31
Method
updateMyAccount
()
src/test/java/com/cheese/springjpa/account/AccountControllerTest.java:208
Method
updateMyAccount
()
src/test/java/com/cheese/springjpa/account/AccountServiceTest.java:87
Method
updateMyAccount
(long id, AccountDto.MyAccountReq dto)
src/main/java/com/cheese/springjpa/Account/application/AccountService.java:46
Method
updateMyAccount
(@PathVariable final long id, @RequestBody final AccountDto.MyAccountReq dto)
src/main/java/com/cheese/springjpa/Account/api/AccountController.java:77
Method
updateStatus
()
src/test/java/com/cheese/springjpa/delivery/DeliveryServiceTest.java:46
Method
use_메서드에_order_set_필요이유
()
src/test/java/com/cheese/springjpa/order/OrderServiceTest.java:44
← previous
next →
101–200 of 203, ranked by callers