所有方法 实例方法 具体方法
限定符和类型 |
方法和说明 |
protected void |
addCriterion(String condition) |
protected void |
addCriterion(String condition,
Object value1,
Object value2,
String property) |
protected void |
addCriterion(String condition,
Object value,
String property) |
LoggingEventExceptionExample.Criteria |
andEventIdBetween(Long value1,
Long value2) |
LoggingEventExceptionExample.Criteria |
andEventIdEqualTo(Long value) |
LoggingEventExceptionExample.Criteria |
andEventIdGreaterThan(Long value) |
LoggingEventExceptionExample.Criteria |
andEventIdGreaterThanOrEqualTo(Long value) |
LoggingEventExceptionExample.Criteria |
andEventIdIn(List<Long> values) |
LoggingEventExceptionExample.Criteria |
andEventIdIsNotNull() |
LoggingEventExceptionExample.Criteria |
andEventIdIsNull() |
LoggingEventExceptionExample.Criteria |
andEventIdLessThan(Long value) |
LoggingEventExceptionExample.Criteria |
andEventIdLessThanOrEqualTo(Long value) |
LoggingEventExceptionExample.Criteria |
andEventIdNotBetween(Long value1,
Long value2) |
LoggingEventExceptionExample.Criteria |
andEventIdNotEqualTo(Long value) |
LoggingEventExceptionExample.Criteria |
andEventIdNotIn(List<Long> values) |
LoggingEventExceptionExample.Criteria |
andIBetween(Short value1,
Short value2) |
LoggingEventExceptionExample.Criteria |
andIEqualTo(Short value) |
LoggingEventExceptionExample.Criteria |
andIGreaterThan(Short value) |
LoggingEventExceptionExample.Criteria |
andIGreaterThanOrEqualTo(Short value) |
LoggingEventExceptionExample.Criteria |
andIIn(List<Short> values) |
LoggingEventExceptionExample.Criteria |
andIIsNotNull() |
LoggingEventExceptionExample.Criteria |
andIIsNull() |
LoggingEventExceptionExample.Criteria |
andILessThan(Short value) |
LoggingEventExceptionExample.Criteria |
andILessThanOrEqualTo(Short value) |
LoggingEventExceptionExample.Criteria |
andINotBetween(Short value1,
Short value2) |
LoggingEventExceptionExample.Criteria |
andINotEqualTo(Short value) |
LoggingEventExceptionExample.Criteria |
andINotIn(List<Short> values) |
LoggingEventExceptionExample.Criteria |
andTraceLineBetween(String value1,
String value2) |
LoggingEventExceptionExample.Criteria |
andTraceLineEqualTo(String value) |
LoggingEventExceptionExample.Criteria |
andTraceLineGreaterThan(String value) |
LoggingEventExceptionExample.Criteria |
andTraceLineGreaterThanOrEqualTo(String value) |
LoggingEventExceptionExample.Criteria |
andTraceLineIn(List<String> values) |
LoggingEventExceptionExample.Criteria |
andTraceLineIsNotNull() |
LoggingEventExceptionExample.Criteria |
andTraceLineIsNull() |
LoggingEventExceptionExample.Criteria |
andTraceLineLessThan(String value) |
LoggingEventExceptionExample.Criteria |
andTraceLineLessThanOrEqualTo(String value) |
LoggingEventExceptionExample.Criteria |
andTraceLineLike(String value) |
LoggingEventExceptionExample.Criteria |
andTraceLineNotBetween(String value1,
String value2) |
LoggingEventExceptionExample.Criteria |
andTraceLineNotEqualTo(String value) |
LoggingEventExceptionExample.Criteria |
andTraceLineNotIn(List<String> values) |
LoggingEventExceptionExample.Criteria |
andTraceLineNotLike(String value) |
List<LoggingEventExceptionExample.Criterion> |
getAllCriteria() |
List<LoggingEventExceptionExample.Criterion> |
getCriteria() |
boolean |
isValid() |