Interface PlainSchemaRepoExt
- All Known Subinterfaces:
PlainSchemaRepo
- All Known Implementing Classes:
MariaDBPlainSchemaRepoExtImpl,MySQLPlainSchemaRepoExtImpl,OraclePlainSchemaRepoExtImpl,PGPlainSchemaRepoExtImpl
public interface PlainSchemaRepoExt
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(String key) booleanexistsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanexistsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) List<? extends PlainSchema> findByAnyTypeClasses(Collection<AnyTypeClass> anyTypeClasses) booleanhasAttrs(PlainSchema schema) save(PlainSchema schema)
-
Method Details
-
findByAnyTypeClasses
-
hasAttrs
-
existsPlainAttrUniqueValue
-
existsPlainAttrUniqueValue
boolean existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) -
save
-
deleteById
-