|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.sdk.jpa.NativeQueryFactory
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public final class NativeQueryFactory extends Object
Factory providing a native JPA query instance.
Specifications
'javax.persistence.Query'
(javax.persistence.Query)
Multiton
Properties
nativeQuery
"
Property of typejava.lang.String
.Native query to provide.
parameterMap
"
Property of typejava.util.Map<String,Object>
.Map of parameters to set on the query.
Dependencies
EntityManager
"Dependency on'javax.persistence.EntityManager'
(javax.persistence.EntityManager)
.
Constructor and Description |
---|
NativeQueryFactory()
Creates a new NativeQueryFactory instance. |
Modifier and Type | Method and Description |
---|---|
javax.persistence.Query |
getObject()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public NativeQueryFactory()
NativeQueryFactory
instance.
Method Detail |
---|
public javax.persistence.Query getObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |