@ApplicationScoped public class JPADomainHandler extends Object implements DomainHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
ENABLE_DATA_OBJECT_AUDIT |
| Constructor and Description |
|---|
JPADomainHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getPriority() |
ResourceOptions |
getResourceOptions(boolean newInstance) |
boolean |
isDataObjectAuditEnabled() |
boolean |
isOptionEnabled(String option) |
void |
postCommandProcessing(DataModelCommand command) |
public static final String ENABLE_DATA_OBJECT_AUDIT
public String getName()
getName in interface DomainHandlerpublic int getPriority()
getPriority in interface DomainHandlerpublic ResourceOptions getResourceOptions(boolean newInstance)
getResourceOptions in interface DomainHandlerpublic void postCommandProcessing(DataModelCommand command)
postCommandProcessing in interface DomainHandlerpublic boolean isOptionEnabled(String option)
public boolean isDataObjectAuditEnabled()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.