public class DatabaseTargetSource
extends java.lang.Object
implements org.springframework.aop.TargetSource
| Constructor and Description |
|---|
DatabaseTargetSource(DatabaseContext context) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseContext |
getContext() |
java.lang.Object |
getTarget() |
java.lang.Class<?> |
getTargetClass() |
boolean |
isStatic() |
void |
releaseTarget(java.lang.Object target) |
public DatabaseTargetSource(DatabaseContext context)
public DatabaseContext getContext()
public java.lang.Class<?> getTargetClass()
getTargetClass in interface org.springframework.aop.TargetClassAwaregetTargetClass in interface org.springframework.aop.TargetSourcepublic boolean isStatic()
isStatic in interface org.springframework.aop.TargetSourcepublic java.lang.Object getTarget()
getTarget in interface org.springframework.aop.TargetSourcepublic void releaseTarget(java.lang.Object target)
releaseTarget in interface org.springframework.aop.TargetSource