Interface PlainSchemaRepoExt
- All Known Subinterfaces:
PlainSchemaRepo
- All Known Implementing Classes:
PlainSchemaRepoExtImpl
public interface PlainSchemaRepoExt
-
Field Summary
Fields -
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) Optional<? extends PlainSchema> List<? extends PlainSchema> findByIdLike(String keyword) booleanhasAttrs(PlainSchema schema) save(PlainSchema schema)
-
Field Details
-
CACHE
- See Also:
-
-
Method Details
-
findById
-
findByIdLike
-
findByAnyTypeClasses
-
hasAttrs
-
existsPlainAttrUniqueValue
-
existsPlainAttrUniqueValue
boolean existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) -
save
-
deleteById
-