org.jomc.sdk.jpa
Class NativeQueryFactory

Package class diagram package NativeQueryFactory
java.lang.Object
  extended by org.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

Properties

Dependencies

Version:
$Id: NativeQueryFactory.java 2236 2010-06-29 00:05:34Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
NativeQueryFactory()
          Creates a new NativeQueryFactory instance.
 
Method Summary
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

NativeQueryFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public NativeQueryFactory()
Creates a new NativeQueryFactory instance.

Method Detail

getObject

public javax.persistence.Query getObject()


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.