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 voiddelete(String key)Sfind(String key)List<S>findAll()List<S>findByAnyTypeClasses(Collection<AnyTypeClass> anyTypeClasses)List<S>findByKeyword(String keyword)Ssave(S derSchema)
-