Uses of Class
org.socialsignin.spring.data.dynamodb.repository.util.Entity2DDL
-
Packages that use Entity2DDL Package Description org.socialsignin.spring.data.dynamodb.repository.util -
-
Uses of Entity2DDL in org.socialsignin.spring.data.dynamodb.repository.util
Methods in org.socialsignin.spring.data.dynamodb.repository.util that return Entity2DDL Modifier and Type Method Description static Entity2DDLEntity2DDL. fromValue(java.lang.String value)Use this in place of valueOf.static Entity2DDLEntity2DDL. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Entity2DDL[]Entity2DDL. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.socialsignin.spring.data.dynamodb.repository.util with parameters of type Entity2DDL Constructor Description Entity2DynamoDBTableSynchronizer(com.amazonaws.services.dynamodbv2.AmazonDynamoDB amazonDynamoDB, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper, Entity2DDL mode)
-