Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codingXiaxw/ssm
/ functions
Functions
445 in github.com/codingXiaxw/ssm
⨍
Functions
445
◇
Types & classes
33
↓ 64 callers
Method
addCriterion
(String condition)
src/po/OrdersExample.java:87
↓ 64 callers
Method
addCriterion
(String condition)
src/po/ItemsExample.java:87
↓ 59 callers
Method
addCriterion
(String condition)
src/po/UserExample.java:88
↓ 48 callers
Method
addCriterion
(String condition)
src/po/OrderdetailExample.java:86
↓ 10 callers
Method
addCriterionForJDBCDate
(String condition, Date value, String property)
src/po/UserExample.java:109
↓ 2 callers
Method
createCriteriaInternal
()
src/po/OrderdetailExample.java:55
↓ 2 callers
Method
createCriteriaInternal
()
src/po/OrdersExample.java:56
↓ 2 callers
Method
createCriteriaInternal
()
src/po/ItemsExample.java:56
↓ 2 callers
Method
createCriteriaInternal
()
src/po/UserExample.java:57
↓ 2 callers
Method
findItemsList
(ItemsQueryVo itemsQueryVo)
src/service/ItemsService.java:16
↓ 1 callers
Method
findItemsById
(int id)
src/service/ItemsService.java:20
↓ 1 callers
Method
selectByPrimaryKey
(Integer id)
src/mapper/UserMapper.java:21
↓ 1 callers
Method
updateByPrimaryKeyWithBLOBs
(Items record)
src/mapper/ItemsMapper.java:33
↓ 1 callers
Method
updateItems
定义service接口,遵循单一职责,将业务参数细化(不要使用包装类型,比如map) @param id 修改商品的id @param itemsCustom 修改商品的信息 @throws Exception
src/service/ItemsService.java:29
Method
Criteria
()
src/po/OrderdetailExample.java:350
Method
Criteria
()
src/po/OrdersExample.java:431
Method
Criteria
()
src/po/ItemsExample.java:431
Method
Criteria
()
src/po/UserExample.java:468
Method
Criterion
(String condition)
src/po/OrderdetailExample.java:404
Method
Criterion
(String condition)
src/po/OrdersExample.java:485
Method
Criterion
(String condition)
src/po/ItemsExample.java:485
Method
Criterion
(String condition)
src/po/UserExample.java:522
Method
GeneratedCriteria
()
src/po/OrderdetailExample.java:69
Method
GeneratedCriteria
()
src/po/OrdersExample.java:70
Method
GeneratedCriteria
()
src/po/ItemsExample.java:70
Method
GeneratedCriteria
()
src/po/UserExample.java:71
Method
ItemsExample
()
src/po/ItemsExample.java:14
Method
OrderdetailExample
()
src/po/OrderdetailExample.java:13
Method
OrdersExample
()
src/po/OrdersExample.java:14
Method
UserExample
()
src/po/UserExample.java:15
Method
andAddressBetween
(String value1, String value2)
src/po/UserExample.java:455
Method
andAddressEqualTo
(String value)
src/po/UserExample.java:405
Method
andAddressGreaterThan
(String value)
src/po/UserExample.java:415
Method
andAddressGreaterThanOrEqualTo
(String value)
src/po/UserExample.java:420
Method
andAddressIn
(List<String> values)
src/po/UserExample.java:445
Method
andAddressIsNotNull
()
src/po/UserExample.java:400
Method
andAddressIsNull
()
src/po/UserExample.java:395
Method
andAddressLessThan
(String value)
src/po/UserExample.java:425
Method
andAddressLessThanOrEqualTo
(String value)
src/po/UserExample.java:430
Method
andAddressLike
(String value)
src/po/UserExample.java:435
Method
andAddressNotBetween
(String value1, String value2)
src/po/UserExample.java:460
Method
andAddressNotEqualTo
(String value)
src/po/UserExample.java:410
Method
andAddressNotIn
(List<String> values)
src/po/UserExample.java:450
Method
andAddressNotLike
(String value)
src/po/UserExample.java:440
Method
andBirthdayBetween
(Date value1, Date value2)
src/po/UserExample.java:315
Method
andBirthdayEqualTo
(Date value)
src/po/UserExample.java:275
Method
andBirthdayGreaterThan
(Date value)
src/po/UserExample.java:285
Method
andBirthdayGreaterThanOrEqualTo
(Date value)
src/po/UserExample.java:290
Method
andBirthdayIn
(List<Date> values)
src/po/UserExample.java:305
Method
andBirthdayIsNotNull
()
src/po/UserExample.java:270
Method
andBirthdayIsNull
()
src/po/UserExample.java:265
Method
andBirthdayLessThan
(Date value)
src/po/UserExample.java:295
Method
andBirthdayLessThanOrEqualTo
(Date value)
src/po/UserExample.java:300
Method
andBirthdayNotBetween
(Date value1, Date value2)
src/po/UserExample.java:320
Method
andBirthdayNotEqualTo
(Date value)
src/po/UserExample.java:280
Method
andBirthdayNotIn
(List<Date> values)
src/po/UserExample.java:310
Method
andCreatetimeBetween
(Date value1, Date value2)
src/po/OrdersExample.java:348
Method
andCreatetimeBetween
(Date value1, Date value2)
src/po/ItemsExample.java:418
Method
andCreatetimeEqualTo
(Date value)
src/po/OrdersExample.java:308
Method
andCreatetimeEqualTo
(Date value)
src/po/ItemsExample.java:378
Method
andCreatetimeGreaterThan
(Date value)
src/po/OrdersExample.java:318
Method
andCreatetimeGreaterThan
(Date value)
src/po/ItemsExample.java:388
Method
andCreatetimeGreaterThanOrEqualTo
(Date value)
src/po/OrdersExample.java:323
Method
andCreatetimeGreaterThanOrEqualTo
(Date value)
src/po/ItemsExample.java:393
Method
andCreatetimeIn
(List<Date> values)
src/po/OrdersExample.java:338
Method
andCreatetimeIn
(List<Date> values)
src/po/ItemsExample.java:408
Method
andCreatetimeIsNotNull
()
src/po/OrdersExample.java:303
Method
andCreatetimeIsNotNull
()
src/po/ItemsExample.java:373
Method
andCreatetimeIsNull
()
src/po/OrdersExample.java:298
Method
andCreatetimeIsNull
()
src/po/ItemsExample.java:368
Method
andCreatetimeLessThan
(Date value)
src/po/OrdersExample.java:328
Method
andCreatetimeLessThan
(Date value)
src/po/ItemsExample.java:398
Method
andCreatetimeLessThanOrEqualTo
(Date value)
src/po/OrdersExample.java:333
Method
andCreatetimeLessThanOrEqualTo
(Date value)
src/po/ItemsExample.java:403
Method
andCreatetimeNotBetween
(Date value1, Date value2)
src/po/OrdersExample.java:353
Method
andCreatetimeNotBetween
(Date value1, Date value2)
src/po/ItemsExample.java:423
Method
andCreatetimeNotEqualTo
(Date value)
src/po/OrdersExample.java:313
Method
andCreatetimeNotEqualTo
(Date value)
src/po/ItemsExample.java:383
Method
andCreatetimeNotIn
(List<Date> values)
src/po/OrdersExample.java:343
Method
andCreatetimeNotIn
(List<Date> values)
src/po/ItemsExample.java:413
Method
andIdBetween
(Integer value1, Integer value2)
src/po/OrderdetailExample.java:157
Method
andIdBetween
(Integer value1, Integer value2)
src/po/OrdersExample.java:158
Method
andIdBetween
(Integer value1, Integer value2)
src/po/ItemsExample.java:158
Method
andIdBetween
(Integer value1, Integer value2)
src/po/UserExample.java:185
Method
andIdEqualTo
(Integer value)
src/po/OrderdetailExample.java:117
Method
andIdEqualTo
(Integer value)
src/po/OrdersExample.java:118
Method
andIdEqualTo
(Integer value)
src/po/ItemsExample.java:118
Method
andIdEqualTo
(Integer value)
src/po/UserExample.java:145
Method
andIdGreaterThan
(Integer value)
src/po/OrderdetailExample.java:127
Method
andIdGreaterThan
(Integer value)
src/po/OrdersExample.java:128
Method
andIdGreaterThan
(Integer value)
src/po/ItemsExample.java:128
Method
andIdGreaterThan
(Integer value)
src/po/UserExample.java:155
Method
andIdGreaterThanOrEqualTo
(Integer value)
src/po/OrderdetailExample.java:132
Method
andIdGreaterThanOrEqualTo
(Integer value)
src/po/OrdersExample.java:133
Method
andIdGreaterThanOrEqualTo
(Integer value)
src/po/ItemsExample.java:133
Method
andIdGreaterThanOrEqualTo
(Integer value)
src/po/UserExample.java:160
Method
andIdIn
(List<Integer> values)
src/po/OrderdetailExample.java:147
Method
andIdIn
(List<Integer> values)
src/po/OrdersExample.java:148
Method
andIdIn
(List<Integer> values)
src/po/ItemsExample.java:148
Method
andIdIn
(List<Integer> values)
src/po/UserExample.java:175
next →
1–100 of 445, ranked by callers