Uses of Class
com.dtsx.astra.sdk.AstraDBRepository
Packages that use AstraDBRepository
-
Uses of AstraDBRepository in com.dtsx.astra.sdk
Methods in com.dtsx.astra.sdk that return AstraDBRepositoryModifier 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.