| Package | Description |
|---|---|
| org.jasig.services.persondir.support | |
| org.jasig.services.persondir.support.jdbc | |
| org.jasig.services.persondir.support.ldap |
| Modifier and Type | Method and Description |
|---|---|
static QueryType |
QueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType[] |
QueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryType |
AbstractJdbcPersonAttributeDao.getQueryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJdbcPersonAttributeDao.setQueryType(QueryType queryType)
Type of logical operator to use when joining WHERE clause components
|
| Modifier and Type | Method and Description |
|---|---|
QueryType |
LdapPersonAttributeDao.getQueryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapPersonAttributeDao.setQueryType(QueryType queryType)
Type of logical operator to use when joining WHERE clause components
|
Copyright © 2015 Jasig. All Rights Reserved.