| Package | Description |
|---|---|
| net.runeduniverse.lib.rogm.pattern |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBaseQueryPattern<B extends IQueryBuilder<?,?,? extends IFilter>> |
interface |
INodePattern<B extends QueryBuilder.NodeQueryBuilder> |
interface |
IQueryPattern |
interface |
IRelationPattern<B extends QueryBuilder.RelationQueryBuilder> |
| Modifier and Type | Class and Description |
|---|---|
class |
APattern<B extends IQueryBuilder<?,?,? extends IFilter>> |
class |
NodePattern |
class |
RelationPattern |
| Modifier and Type | Method and Description |
|---|---|
<P extends IPattern> |
Archive.getPattern(Class<?> entityType,
Class<P> patternType) |
<P extends IPattern> |
Archive.getPatterns(Class<?> entityType,
Class<P> patternType) |
| Modifier and Type | Method and Description |
|---|---|
IPattern |
Archive.getPattern(Class<?> entityType,
Class<?>... patternTypes) |
| Modifier and Type | Method and Description |
|---|---|
Set<IPattern> |
Archive.getPatterns(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
Archive.addEntry(Class<?> type,
IPattern pattern) |
Copyright © 2020–2022 RunedUniverse. All rights reserved.