Interface SchemaDAO<S extends Schema>
-
- All Superinterfaces:
DAO<S>
- All Known Subinterfaces:
DerSchemaDAO
,PlainSchemaDAO
,VirSchemaDAO
- All Known Implementing Classes:
JPADerSchemaDAO
,JPAPlainSchemaDAO
,JPAVirSchemaDAO
,MaJPAJSONPlainSchemaDAO
,MyJPAJSONPlainSchemaDAO
,OJPAJSONPlainSchemaDAO
,PGJPAJSONPlainSchemaDAO
public interface SchemaDAO<S extends Schema> extends DAO<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-