Package | Description |
---|---|
net.sf.jkniv.sqlegance | |
net.sf.jkniv.sqlegance.builder.xml | |
net.sf.jkniv.sqlegance.validation |
Modifier and Type | Method and Description |
---|---|
ValidateType |
Sql.getValidateType() |
Modifier and Type | Method and Description |
---|---|
void |
Sql.setValidateType(ValidateType validateType) |
Modifier and Type | Method and Description |
---|---|
ValidateType |
AbstractSqlTag.getValidateType() |
Modifier and Type | Method and Description |
---|---|
static Deletable |
TagFactory.newDelete(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats) |
static Insertable |
TagFactory.newInsert(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats) |
static Selectable |
TagFactory.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 new
select tag from XML file. |
static Updateable |
TagFactory.newUpdate(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats) |
void |
AbstractSqlTag.setValidateType(ValidateType validateType) |
Constructor and 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 new
procedure tag from XML file. |
Modifier and Type | Method and Description |
---|---|
static ValidateType |
ValidateType.get(String type) |
static ValidateType |
ValidateType.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ValidateType.assertValidate(Object params,
ValidateType validateType)
Use validator (JSR 303) to perform validation against domain model
|
void |
Validatory.assertValidate(Object params,
ValidateType validateType)
Use validator (JSR 303) to perform validation against domain model
|
static Map<String,String> |
ValidateType.validate(Object params,
ValidateType validateType)
Use validator (JSR 303) to perform validation against domain model
|
Map<String,String> |
Validatory.validate(Object params,
ValidateType validateType)
Use validator (JSR 303) to perform validation against domain model
|
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.