Uses of Class
com.alpha.mongodb.entitymanager.entity.annotation.EntityConfiguration.IdConfiguration
-
Packages that use EntityConfiguration.IdConfiguration Package Description com.alpha.mongodb.entitymanager.entity.annotation -
-
Uses of EntityConfiguration.IdConfiguration in com.alpha.mongodb.entitymanager.entity.annotation
Methods in com.alpha.mongodb.entitymanager.entity.annotation that return EntityConfiguration.IdConfiguration Modifier and Type Method Description EntityConfiguration.IdConfiguration
id()
static EntityConfiguration.IdConfiguration
EntityConfiguration.IdConfiguration. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityConfiguration.IdConfiguration[]
EntityConfiguration.IdConfiguration. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-