public abstract class RuntimeEnvironment extends Object
| Constructor and Description |
|---|
RuntimeEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlazeDS()
Returns
true if the runtime data services environment is BlazeDS. |
static boolean |
isBlazeDS46()
Returns
true if the runtime data services environment is BlazeDS 4.6 or greater. |
static boolean |
isHibernate3SupportAvailable() |
static boolean |
isHibernate4SupportAvailable() |
static boolean |
isHibernateSupportAvailable() |
static boolean |
isLCDS()
Returns
true if the runtime data services environment is LCDS. |
static boolean |
isSpringFlexHibernate3SupportAvailable() |
static boolean |
isSpringFlexHibernate4SupportAvailable() |
static boolean |
isSpringSupportAvailable() |
public static boolean isLCDS()
true if the runtime data services environment is LCDS.public static boolean isBlazeDS()
true if the runtime data services environment is BlazeDS.public static boolean isBlazeDS46()
true if the runtime data services environment is BlazeDS 4.6 or greater.public static boolean isSpringSupportAvailable()
public static boolean isHibernateSupportAvailable()
public static boolean isHibernate3SupportAvailable()
public static boolean isSpringFlexHibernate3SupportAvailable()
public static boolean isHibernate4SupportAvailable()
public static boolean isSpringFlexHibernate4SupportAvailable()
Copyright © 2014. All rights reserved.