| Modifier and Type | Method and Description |
|---|---|
SystemParsingRule |
SystemParsingRuleObjectManager.getByIdOnly(BigInteger id) |
| Modifier and Type | Method and Description |
|---|---|
SystemParsingRule |
SystemParsingRuleRepository.findByIdOnly(BigInteger id) |
| Modifier and Type | Method and Description |
|---|---|
List<SystemParsingRule> |
SystemParsingRuleRepository.findByParentID(Object parentId) |
List<SystemParsingRule> |
SystemParsingRuleRepository.findByParentIDAndName(Object parentId,
String name) |
List<SystemParsingRule> |
SystemParsingRuleRepository.findByParentName(String name) |
| Constructor and Description |
|---|
QSystemParsingRule(Class<? extends SystemParsingRule> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QSystemParsingRule(com.querydsl.core.types.Path<? extends SystemParsingRule> path) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<SystemParsingRule,QSystemParsingRule> |
QSystem.systemParsingRules |
| Modifier and Type | Method and Description |
|---|---|
void |
System.addParsingRule(SystemParsingRule rule) |
Copyright © 2025. All rights reserved.