Modifier and Type | Required Element and Description |
---|---|
String |
name
the name of the NamedQuery
|
String |
query
the Query String for the NamedQuery
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
cacheable
mark the query as cacheable or not
|
CacheModeType |
cacheMode
the cache mode used for this query
|
String |
cacheRegion
the cache region to use
|
String |
comment
comment added to the SQL query, useful for the DBA
|
int |
fetchSize
the number of rows fetched by the JDBC Driver per roundtrip
|
FlushModeType |
flushMode
the flush mode for the query
|
boolean |
readOnly
marks whether the results are fetched in read-only mode or not
|
int |
timeout
the query timeout in seconds
|
public abstract String name
public abstract String query
public abstract FlushModeType flushMode
public abstract String cacheRegion
public abstract int fetchSize
public abstract String comment
public abstract CacheModeType cacheMode
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved