public class RemoveMethod<X> extends EjbMethodPattern<X>
RESIN_DATABASE, RESIN_READ_ONLY, RESIN_ROW_LOCK
Constructor and Description |
---|
RemoveMethod() |
Modifier and Type | Method and Description |
---|---|
void |
configure(AnnotatedMethod<?> method)
Configures the bean with the override values
|
BeanMethod |
getBeanMethod() |
void |
init() |
boolean |
isMatch(AnnotatedMethod<?> method) |
boolean |
isRetainIfException() |
void |
setBeanMethod(BeanMethod beanMethod) |
void |
setRetainIfException(boolean retainIfException) |
equals, getJDBCIsolation, getLocation, getName, getQuery, getQueryLoadsBean, getQueryLocation, getRelationLoadsBean, getResinIsolation, getRoles, getSignature, getTransactionType, isReadOnly, setBean, setJDBCIsolation, setLocation, setQuery, setQueryLoadsBean, setQueryLocation, setRelationLoadsBean, setResinIsolation, setRoles, setRoles, setSignature, setTransaction, setTransAttribute, toString
public BeanMethod getBeanMethod()
public boolean isRetainIfException()
public void setBeanMethod(BeanMethod beanMethod)
public void setRetainIfException(boolean retainIfException)
@PostConstruct public void init()
public boolean isMatch(AnnotatedMethod<?> method)
isMatch
in class EjbMethodPattern<X>
public void configure(AnnotatedMethod<?> method)
configure
in class EjbMethodPattern<X>