Uses of Class
net.sf.jkniv.sqlegance.KeyGeneratorType
-
Packages that use KeyGeneratorType Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml -
-
Uses of KeyGeneratorType in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return KeyGeneratorType Modifier and Type Method Description static KeyGeneratorTypeKeyGeneratorType. get(String s)static KeyGeneratorTypeKeyGeneratorType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyGeneratorType[]KeyGeneratorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyGeneratorType in net.sf.jkniv.sqlegance.builder.xml
Methods in net.sf.jkniv.sqlegance.builder.xml that return KeyGeneratorType Modifier and Type Method Description KeyGeneratorTypeAutoGeneratedKey. getStrategy()
-