Uses of Class
io.vertx.tp.atom.cv.em.KeyType
-
Packages that use KeyType Package Description io.vertx.tp.atom.cv.em io.vertx.tp.modular.metadata -
-
Uses of KeyType in io.vertx.tp.atom.cv.em
Methods in io.vertx.tp.atom.cv.em that return KeyType Modifier and Type Method Description static KeyTypeKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyType[]KeyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyType in io.vertx.tp.modular.metadata
Methods in io.vertx.tp.modular.metadata that return types with arguments of type KeyType Modifier and Type Method Description ConcurrentMap<String,KeyType>AoReflector. getConstraints(String tableName)获取当前表中所有约束信息
-