|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<JPAProvider>
com.mysema.query.jpa.impl.JPAProvider
public enum JPAProvider
JPAProvider provides an enumeration of supported JPA providers
Enum Constant Summary | |
---|---|
ECLIPSELINK
EclipseLink |
|
GENERIC
Generic JPA provider |
|
HIBERNATE
Hibernate |
|
OPEN_JPA
OpenJPA |
Method Summary | |
---|---|
static JPAProvider |
get(javax.persistence.EntityManager em)
|
JPQLTemplates |
getTemplates()
|
static JPQLTemplates |
getTemplates(javax.persistence.EntityManager em)
|
static JPAProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JPAProvider[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final JPAProvider HIBERNATE
public static final JPAProvider ECLIPSELINK
public static final JPAProvider OPEN_JPA
public static final JPAProvider GENERIC
Method Detail |
---|
public static JPAProvider[] values()
for (JPAProvider c : JPAProvider.values()) System.out.println(c);
public static JPAProvider valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic JPQLTemplates getTemplates()
public static JPAProvider get(javax.persistence.EntityManager em)
public static JPQLTemplates getTemplates(javax.persistence.EntityManager em)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |