Uses of Interface
net.sf.jkniv.sqlegance.builder.xml.AutoGeneratedKey
-
Packages that use AutoGeneratedKey Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml -
-
Uses of AutoGeneratedKey in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return AutoGeneratedKey Modifier and Type Method Description AutoGeneratedKeyInsertable. getAutoGeneratedKey()Methods in net.sf.jkniv.sqlegance with parameters of type AutoGeneratedKey Modifier and Type Method Description voidInsertable. setAutoGeneratedKey(AutoGeneratedKey autoGeneratedKey) -
Uses of AutoGeneratedKey in net.sf.jkniv.sqlegance.builder.xml
Methods in net.sf.jkniv.sqlegance.builder.xml that return AutoGeneratedKey Modifier and Type Method Description static AutoGeneratedKeyTagFactory. newAutoGeneratedKey(String type, String columns, String props, String text)Build a newwheretag.
-