Uses of Interface
org.leo.aws.ddb.repositories.DataMapper
-
Packages that use DataMapper Package Description org.leo.aws.ddb.repositories -
-
Uses of DataMapper in org.leo.aws.ddb.repositories
Classes in org.leo.aws.ddb.repositories that implement DataMapper Modifier and Type Class Description (package private) classAbstractDataMapper<T>Fields in org.leo.aws.ddb.repositories with type parameters of type DataMapper Modifier and Type Field Description private Map<Class,DataMapper>DataMapperConfigCleanUp. dataMapperMapprivate Map<Class,DataMapper>DataMapperConfigInitializer. dataMapperMapMethods in org.leo.aws.ddb.repositories that return DataMapper Modifier and Type Method Description (package private) static <T> DataMapper<T>DataMapperUtils. getDataMapper(Class<T> paramType)Methods in org.leo.aws.ddb.repositories that return types with arguments of type DataMapper Modifier and Type Method Description Map<Class,DataMapper>DataMapperConfig. dataMapperMap()private static Map<Class<?>,? extends DataMapper<?>>DataMapperUtils. getDataMapperMap()Methods in org.leo.aws.ddb.repositories with parameters of type DataMapper Modifier and Type Method Description (package private) <ENTITY_TYPE>
reactor.core.publisher.Flux<ENTITY_TYPE>BaseRepositoryUtils. batchWriteRequest(rx.functions.Func1<DataMapper<ENTITY_TYPE>,Stream<software.amazon.awssdk.services.dynamodb.model.WriteRequest>> dbRequestFunc, rx.functions.Func0<List<ENTITY_TYPE>> returnItemFunc, DataMapper<ENTITY_TYPE> dataMapper)private ClassDataMapperConfig. getParameterType(DataMapper<?> dataMapper)(package private) <ENTITY_TYPE>
CompletableFuture<ENTITY_TYPE>BaseRepositoryUtils. saveItem(ENTITY_TYPE item, boolean upsert, rx.functions.Action2<ENTITY_TYPE,Map<String,software.amazon.awssdk.services.dynamodb.model.AttributeValue>> ttlAction, DataMapper<ENTITY_TYPE> dataMapper)(package private) <T> voidMapperUtils. setDbAttributes(Class<T> dataClass, org.springframework.core.env.Environment environment, DataMapper<T> dataMapper)(package private) <ENTITY_TYPE>
reactor.core.publisher.Mono<ENTITY_TYPE>BaseRepositoryUtils. updateItem(PrimaryKey primaryKey, Map<String,Object> updatedValues, Class<ENTITY_TYPE> parameterType, DataMapper<ENTITY_TYPE> dataMapper, ENTITY_TYPE item)Method parameters in org.leo.aws.ddb.repositories with type arguments of type DataMapper Modifier and Type Method Description (package private) <ENTITY_TYPE>
reactor.core.publisher.Flux<ENTITY_TYPE>BaseRepositoryUtils. batchWriteRequest(rx.functions.Func1<DataMapper<ENTITY_TYPE>,Stream<software.amazon.awssdk.services.dynamodb.model.WriteRequest>> dbRequestFunc, rx.functions.Func0<List<ENTITY_TYPE>> returnItemFunc, DataMapper<ENTITY_TYPE> dataMapper)Constructor parameters in org.leo.aws.ddb.repositories with type arguments of type DataMapper Constructor Description DataMapperConfigCleanUp(String dtoBasePackage, Map<Class,DataMapper> dataMapperMap, org.springframework.core.env.Environment environment)DataMapperConfigInitializer(Map<Class,DataMapper> dataMapperMap, org.springframework.core.env.Environment environment)
-