Package com.redis.om.spring
Class RedisOMProperties.Repository
java.lang.Object
com.redis.om.spring.RedisOMProperties.Repository
- Enclosing class:
RedisOMProperties
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetQuery()booleanvoidsetDeleteBatchSize(int deleteBatchSize) voidsetDropAndRecreateIndexOnDeleteAll(boolean dropAndRecreateIndexOnDeleteAll)
-
Constructor Details
-
Repository
public Repository()
-
-
Method Details
-
getQuery
-
isDropAndRecreateIndexOnDeleteAll
public boolean isDropAndRecreateIndexOnDeleteAll() -
setDropAndRecreateIndexOnDeleteAll
public void setDropAndRecreateIndexOnDeleteAll(boolean dropAndRecreateIndexOnDeleteAll) -
getDeleteBatchSize
public int getDeleteBatchSize() -
setDeleteBatchSize
public void setDeleteBatchSize(int deleteBatchSize)
-