|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sqlind.SQLQueryMapper
net.sqlind.HQLQueryMapper
public class HQLQueryMapper
SQLind4HQL
| Nested Class Summary | |
|---|---|
class |
HQLQueryMapper.HQLQueryHandler
|
| Nested classes/interfaces inherited from class net.sqlind.SQLQueryMapper |
|---|
net.sqlind.SQLQueryMapper.Errors, net.sqlind.SQLQueryMapper.GenericQueryHandler, net.sqlind.SQLQueryMapper.InjectPoint, net.sqlind.SQLQueryMapper.QueryBehavior, net.sqlind.SQLQueryMapper.SQLBeanAccess, net.sqlind.SQLQueryMapper.SQLMapperException, net.sqlind.SQLQueryMapper.SQLQueryHandler, net.sqlind.SQLQueryMapper.SQLQueryTemplate, net.sqlind.SQLQueryMapper.Tracer |
| Field Summary |
|---|
| Fields inherited from class net.sqlind.SQLQueryMapper |
|---|
instances, log |
| Constructor Summary | |
|---|---|
HQLQueryMapper()
|
|
HQLQueryMapper(String file)
|
|
| Method Summary | |
|---|---|
HQLQueryMapper.HQLQueryHandler |
getHQLQuery(String file,
String id,
String... params)
Retrieve a given HQL query |
static HQLQueryMapper |
getInstance()
|
protected String |
getParamBindingString(String paramId)
|
| Methods inherited from class net.sqlind.SQLQueryMapper |
|---|
clearCache, getContext, getQuery, getSQLQuery, setCacheSize, shrinkSQL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HQLQueryMapper(String file)
throws net.sqlind.SQLQueryMapper.SQLMapperException
net.sqlind.SQLQueryMapper.SQLMapperExceptionpublic HQLQueryMapper()
| Method Detail |
|---|
public static HQLQueryMapper getInstance()
public HQLQueryMapper.HQLQueryHandler getHQLQuery(String file,
String id,
String... params)
throws net.sqlind.SQLQueryMapper.SQLMapperException
file - the template fileid - the query idparams - optional sections id to enable
net.sqlind.SQLQueryMapper.SQLMapperExceptionprotected String getParamBindingString(String paramId)
getParamBindingString in class net.sqlind.SQLQueryMapper
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||