Uses of Interface
org.leo.aws.ddb.repositories.GSI.Builder
-
Packages that use GSI.Builder Package Description org.leo.aws.ddb.repositories -
-
Uses of GSI.Builder in org.leo.aws.ddb.repositories
Classes in org.leo.aws.ddb.repositories that implement GSI.Builder Modifier and Type Class Description private static classGlobalSecondaryIndexImpl.BuilderImplMethods in org.leo.aws.ddb.repositories that return GSI.Builder Modifier and Type Method Description (package private) static GSI.BuilderGlobalSecondaryIndexImpl. builder(String indexName)static GSI.BuilderGSI. builder(String indexName)GSI.BuilderGlobalSecondaryIndexImpl.BuilderImpl. hashKeyTuple(Tuple<String,Field> hashKeyTuple)GSI.BuilderGSI.Builder. hashKeyTuple(Tuple<String,Field> hashKeyTuple)GSI.BuilderGlobalSecondaryIndexImpl.BuilderImpl. projectionType(ProjectionType projectionType)GSI.BuilderGSI.Builder. projectionType(ProjectionType projectionType)GSI.BuilderGlobalSecondaryIndexImpl.BuilderImpl. rangeKeyTuple(Tuple<String,Field> rangeKeyTuple)GSI.BuilderGSI.Builder. rangeKeyTuple(Tuple<String,Field> rangeKeyTuple)Method parameters in org.leo.aws.ddb.repositories with type arguments of type GSI.Builder Modifier and Type Method Description private <T> voidMapperUtils. setFieldMappings(Map<String,Tuple<Field,DbAttribute>> mappedFields, Map<KeyType,Tuple<String,Field>> primaryKeyMapping, Field field, ConcurrentHashMap<String,GSI.Builder> IndexMap, Map<String,Tuple<Field,DbAttribute>> versionAttMap, AttributeMapper.Builder<T> builder)
-