Uses of Interface
net.sf.jkniv.sqlegance.Updateable
-
Packages that use Updateable Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml -
-
Uses of Updateable in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return Updateable Modifier and Type Method Description UpdateableSql. asUpdateable()Updateableinstance -
Uses of Updateable in net.sf.jkniv.sqlegance.builder.xml
Methods in net.sf.jkniv.sqlegance.builder.xml that return Updateable Modifier and Type Method Description UpdateableAbstractSqlTag. asUpdateable()static UpdateableTagFactory. newUpdate(String id, LanguageType languageType)static UpdateableTagFactory. newUpdate(String id, LanguageType languageType, SqlDialect sqlDialect)static UpdateableTagFactory. newUpdate(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)
-