public interface SchemaDAO<S extends Schema> extends DAO<S>
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
S |
find(String key) |
List<S> |
findAll() |
List<S> |
findByAnyTypeClasses(Collection<AnyTypeClass> anyTypeClasses) |
List<S> |
findByKeyword(String keyword) |
S |
save(S derSchema) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.