Uses of Class
net.sf.jkniv.sqlegance.validation.ValidateType
-
Packages that use ValidateType Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml net.sf.jkniv.sqlegance.validation -
-
Uses of ValidateType in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return ValidateType Modifier and Type Method Description ValidateTypeSql. getValidateType()Methods in net.sf.jkniv.sqlegance with parameters of type ValidateType Modifier and Type Method Description voidSql. setValidateType(ValidateType validateType) -
Uses of ValidateType in net.sf.jkniv.sqlegance.builder.xml
Methods in net.sf.jkniv.sqlegance.builder.xml that return ValidateType Modifier and Type Method Description ValidateTypeAbstractSqlTag. getValidateType()Methods in net.sf.jkniv.sqlegance.builder.xml with parameters of type ValidateType Modifier and Type Method Description static DeletableTagFactory. newDelete(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)static InsertableTagFactory. newInsert(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)static SelectableTagFactory. newSelect(String id, LanguageType languageType, Isolation isolation, int timeout, String cache, ResultSetType resultSetType, ResultSetConcurrency resultSetConcurrency, ResultSetHoldability resultSetHoldability, String returnType, String groupBy, ValidateType validateType, Statistical stats)Build a newselecttag from XML file.static UpdateableTagFactory. newUpdate(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)voidAbstractSqlTag. setValidateType(ValidateType validateType)Constructors in net.sf.jkniv.sqlegance.builder.xml with parameters of type ValidateType Constructor Description AbstractSqlTag(String id, LanguageType languageType, Isolation isolation, int timeout, ResultSetType resultSetType, ResultSetConcurrency resultSetConcurrency, ResultSetHoldability resultSetHoldability, String returnType, ValidateType validateType, Statistical stats)Build a new SQL tag from XML file.AbstractSqlTag(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)Build a new SQL tag from XML file.ProcedureTag(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)Build a newproceduretag from XML file. -
Uses of ValidateType in net.sf.jkniv.sqlegance.validation
Methods in net.sf.jkniv.sqlegance.validation that return ValidateType Modifier and Type Method Description static ValidateTypeValidateType. get(String type)static ValidateTypeValidateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidateType[]ValidateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jkniv.sqlegance.validation with parameters of type ValidateType Modifier and Type Method Description static voidValidateType. assertValidate(Object params, ValidateType validateType)Use validator (JSR 303) to perform validation against domain modelvoidValidatory. assertValidate(Object params, ValidateType validateType)Use validator (JSR 303) to perform validation against domain modelstatic Map<String,String>ValidateType. validate(Object params, ValidateType validateType)Use validator (JSR 303) to perform validation against domain modelMap<String,String>Validatory. validate(Object params, ValidateType validateType)Use validator (JSR 303) to perform validation against domain model
-