public class CMPFindByPrimaryKeyHandler extends java.lang.Object implements Aspect, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected EntityDatabase |
entityDatabase |
| Constructor and Description |
|---|
CMPFindByPrimaryKeyHandler(EntityDatabase entityDatabase) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
This class does not have state, so all instances of this class
are considered equal
|
Pointcut |
getPointcut() |
int |
hashCode() |
void |
intercept(InvocationContext invocationContext)
Performs pre and post invocation actions for the target object call.
|
protected EntityDatabase entityDatabase
public CMPFindByPrimaryKeyHandler(EntityDatabase entityDatabase)
public Pointcut getPointcut()
getPointcut in interface Aspectpublic void intercept(InvocationContext invocationContext) throws java.lang.Exception
Interceptorintercept in interface InterceptorinvocationContext - provides the info about this call. Also calls interceptors in
turn according to their order in the chain. invocationContext provides access to the return value
and thrown exceptions of this call.java.lang.Exceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object