Package org.jboss.as.jpa.platform
Class PlatformImpl
java.lang.Object
org.jboss.as.jpa.platform.PlatformImpl
- All Implemented Interfaces:
Platform
represents the EE container platform that we are running in and its capabilities (e.g. default 2lc which
currently can be INFINISPAN or NONE)
- Author:
- Scott Marlow
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformImpl(Classification defaultCacheClassification, Classification... supportedClassifications) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PlatformImpl
public PlatformImpl(Classification defaultCacheClassification, Classification... supportedClassifications)
-
-
Method Details
-
defaultCacheClassification
- Specified by:
defaultCacheClassificationin interfacePlatform
-
cacheClassifications
- Specified by:
cacheClassificationsin interfacePlatform
-