Uses of Interface
net.sf.jkniv.sqlegance.Deletable
-
Packages that use Deletable Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml -
-
Uses of Deletable in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return Deletable Modifier and Type Method Description DeletableSql. asDeletable()Deletableinstance -
Uses of Deletable in net.sf.jkniv.sqlegance.builder.xml
Methods in net.sf.jkniv.sqlegance.builder.xml that return Deletable Modifier and Type Method Description DeletableAbstractSqlTag. asDeletable()static DeletableTagFactory. newDelete(String id, LanguageType languageType)static DeletableTagFactory. newDelete(String id, LanguageType languageType, SqlDialect sqlDialect)static DeletableTagFactory. newDelete(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)
-