public class WebLogic12cContainer extends Object implements PersistenceContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
HIBERNATE_TRANSACTION_JTA_PLATFORM |
static String |
WEBLOGIC_JTA_PLATFORM |
| Constructor and Description |
|---|
WebLogic12cContainer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isJTASupported() |
org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceUnit<org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceDescriptor> |
setupConnection(org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceUnit<org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceDescriptor> unit,
JPADataSource dataSource) |
void |
validate(JPADataSource dataSource) |
public static final String HIBERNATE_TRANSACTION_JTA_PLATFORM
public static final String WEBLOGIC_JTA_PLATFORM
public org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceUnit<org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceDescriptor> setupConnection(org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceUnit<org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceDescriptor> unit,
JPADataSource dataSource)
setupConnection in interface PersistenceContainerpublic void validate(JPADataSource dataSource) throws Exception
validate in interface PersistenceContainerExceptionpublic boolean isJTASupported()
isJTASupported in interface PersistenceContainerpublic String getName()
getName in interface PersistenceContainerCopyright © 2013 JBoss by Red Hat. All Rights Reserved.