public final class JpaAttachments extends Object
Modifier and Type | Field and Description |
---|---|
static org.jboss.as.server.deployment.AttachmentKey<String> |
ADAPTOR_CLASS_NAME |
static org.jboss.as.server.deployment.AttachmentKey<PersistenceProviderDeploymentHolder> |
DEPLOYED_PERSISTENCE_PROVIDER
List
|
static org.jboss.as.server.deployment.AttachmentKey<JPADeploymentSettings> |
DEPLOYMENT_SETTINGS_KEY |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.msc.service.ServiceName> |
PERSISTENCE_UNIT_SERVICE_KEY |
static org.jboss.as.server.deployment.AttachmentKey<TransactionManager> |
TRANSACTION_MANAGER |
static org.jboss.as.server.deployment.AttachmentKey<TransactionSynchronizationRegistry> |
TRANSACTION_SYNCHRONIZATION_REGISTRY |
public static final org.jboss.as.server.deployment.AttachmentKey<String> ADAPTOR_CLASS_NAME
public static final org.jboss.as.server.deployment.AttachmentKey<JPADeploymentSettings> DEPLOYMENT_SETTINGS_KEY
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.msc.service.ServiceName> PERSISTENCE_UNIT_SERVICE_KEY
public static final org.jboss.as.server.deployment.AttachmentKey<TransactionManager> TRANSACTION_MANAGER
public static final org.jboss.as.server.deployment.AttachmentKey<TransactionSynchronizationRegistry> TRANSACTION_SYNCHRONIZATION_REGISTRY
public static final org.jboss.as.server.deployment.AttachmentKey<PersistenceProviderDeploymentHolder> DEPLOYED_PERSISTENCE_PROVIDER
Copyright © 2017 JBoss by Red Hat. All rights reserved.