Uses of Interface
org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBEntityInformation
-
-
Uses of DynamoDBEntityInformation in org.socialsignin.spring.data.dynamodb.repository.query
Fields in org.socialsignin.spring.data.dynamodb.repository.query declared as DynamoDBEntityInformation Modifier and Type Field Description protected DynamoDBEntityInformation<T,ID>AbstractDynamoDBQueryCreator. entityMetadataMethods in org.socialsignin.spring.data.dynamodb.repository.query that return DynamoDBEntityInformation Modifier and Type Method Description DynamoDBEntityInformation<T,ID>DynamoDBQueryMethod. getEntityInformation()Constructors in org.socialsignin.spring.data.dynamodb.repository.query with parameters of type DynamoDBEntityInformation Constructor Description AbstractDynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, DynamoDBEntityInformation<T,ID> entityMetadata, java.util.Optional<java.lang.String> projection, java.util.Optional<java.lang.Integer> limitResults, QueryConstants.ConsistentReadMode consistentReads, DynamoDBOperations dynamoDBOperations)AbstractDynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, org.springframework.data.repository.query.ParameterAccessor parameterAccessor, DynamoDBEntityInformation<T,ID> entityMetadata, java.util.Optional<java.lang.String> projection, java.util.Optional<java.lang.Integer> limitResults, QueryConstants.ConsistentReadMode consistentReads, DynamoDBOperations dynamoDBOperations)AbstractDynamoDBQueryCriteria(DynamoDBEntityInformation<T,ID> dynamoDBEntityInformation, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel<T> tableModel)DynamoDBCountQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, DynamoDBEntityInformation<T,ID> entityMetadata, DynamoDBOperations dynamoDBOperations, boolean pageQuery)DynamoDBCountQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, org.springframework.data.repository.query.ParameterAccessor parameterAccessor, DynamoDBEntityInformation<T,ID> entityMetadata, DynamoDBOperations dynamoDBOperations, boolean pageQuery)DynamoDBEntityWithHashKeyOnlyCriteria(DynamoDBEntityInformation<T,ID> entityInformation, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel<T> tableModel)DynamoDBQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, org.springframework.data.repository.query.ParameterAccessor parameterAccessor, DynamoDBEntityInformation<T,ID> entityMetadata, java.util.Optional<java.lang.String> projection, java.util.Optional<java.lang.Integer> limit, QueryConstants.ConsistentReadMode consistentReads, DynamoDBOperations dynamoDBOperations) -
Uses of DynamoDBEntityInformation in org.socialsignin.spring.data.dynamodb.repository.support
Subinterfaces of DynamoDBEntityInformation in org.socialsignin.spring.data.dynamodb.repository.support Modifier and Type Interface Description interfaceDynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID>Classes in org.socialsignin.spring.data.dynamodb.repository.support that implement DynamoDBEntityInformation Modifier and Type Class Description classDynamoDBIdIsHashAndRangeKeyEntityInformationImpl<T,ID>Encapsulates minimal information needed to load DynamoDB entities that have both hash and range key, and have a composite id attribute annotated withId.classDynamoDBIdIsHashKeyEntityInformationImpl<T,ID>Encapsulates minimal information needed to load DynamoDB entities.Fields in org.socialsignin.spring.data.dynamodb.repository.support declared as DynamoDBEntityInformation Modifier and Type Field Description protected DynamoDBEntityInformation<T,ID>SimpleDynamoDBCrudRepository. entityInformationMethods in org.socialsignin.spring.data.dynamodb.repository.support that return DynamoDBEntityInformation Modifier and Type Method Description DynamoDBEntityInformation<T,ID>DynamoDBEntityMetadataSupport. getEntityInformation()<T,ID>
DynamoDBEntityInformation<T,ID>DynamoDBRepositoryFactory. getEntityInformation(java.lang.Class<T> domainClass)DynamoDBEntityInformation<T,ID>SimpleDynamoDBCrudRepository. getEntityInformation()Constructors in org.socialsignin.spring.data.dynamodb.repository.support with parameters of type DynamoDBEntityInformation Constructor Description SimpleDynamoDBCrudRepository(DynamoDBEntityInformation<T,ID> entityInformation, DynamoDBOperations dynamoDBOperations, EnableScanPermissions enableScanPermissions)SimpleDynamoDBPagingAndSortingRepository(DynamoDBEntityInformation<T,ID> entityInformation, DynamoDBOperations dynamoDBOperations, EnableScanPermissions enableScanPermissions) -
Uses of DynamoDBEntityInformation in org.socialsignin.spring.data.dynamodb.repository.util
Methods in org.socialsignin.spring.data.dynamodb.repository.util with parameters of type DynamoDBEntityInformation Modifier and Type Method Description protected voidDynamoDBMappingContextProcessor. registeredEntity(DynamoDBEntityInformation<T,ID> entityInformation)protected voidEntity2DynamoDBTableSynchronizer. registeredEntity(DynamoDBEntityInformation<T,ID> entityInformation)protected abstract voidEntityInformationProxyPostProcessor. registeredEntity(DynamoDBEntityInformation<T,ID> entityInformation)protected voidEntity2DynamoDBTableSynchronizer. synchronize(DynamoDBEntityInformation<T,ID> entityInformation, org.springframework.context.event.ApplicationContextEvent event)
-