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 Aspect
public void intercept(InvocationContext invocationContext) throws java.lang.Exception
Interceptor
intercept
in interface Interceptor
invocationContext
- 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.Exception
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object