Uses of Class
com.dtsx.astra.sdk.AstraDBRepository
-
Uses of AstraDBRepository in com.dtsx.astra.sdk
Modifier and TypeMethodDescription<T> AstraDBRepository
<T> AstraDB.collectionRepository
(@NonNull String storeName, Class<T> clazz) Access the database functions.<DOC> AstraDBRepository
<DOC> AstraDB.createCollection
(io.stargate.sdk.data.domain.CollectionDefinition def, Class<DOC> clazz) Create the minimal store.<T> AstraDBRepository
<T> AstraDB.createCollection
(String name, int vectorDimension, Class<T> bean) Create the minimal store.<DOC> AstraDBRepository
<DOC> AstraDB.createCollection
(String name, Class<DOC> clazz) Create the minimal store.