|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrmNotUniqueResultException | |
|---|---|
| com.googlecode.jpattern.orm.query | |
| com.googlecode.jpattern.orm.query.sql | |
| Uses of OrmNotUniqueResultException in com.googlecode.jpattern.orm.query |
|---|
| Methods in com.googlecode.jpattern.orm.query that throw OrmNotUniqueResultException | |
|---|---|
T |
OrmQuery.findUnique()
|
Object[] |
OrmCustomQuery.findUnique()
|
T |
IOrmQuery.findUnique()
Execute the query returning either a single bean or null (if no matching bean is found). |
Object[] |
ICustomQuery.findUnique()
Execute the query and read the result creating an ordered array with the extracted column values. |
| Uses of OrmNotUniqueResultException in com.googlecode.jpattern.orm.query.sql |
|---|
| Methods in com.googlecode.jpattern.orm.query.sql that throw OrmNotUniqueResultException | |
|---|---|
Object[] |
SqlQuery.findUnique()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||