org.jasig.portal.spring.locator
Class JpaInterceptorLocator
java.lang.Object
org.jasig.portal.spring.locator.AbstractBeanLocator<JpaInterceptor>
org.jasig.portal.spring.locator.JpaInterceptorLocator
- All Implemented Interfaces:
- DisposableBean, InitializingBean
Deprecated. code that needs an JpaInterceptor should use direct dependency injection where possible
@Deprecated
public class JpaInterceptorLocator
- extends AbstractBeanLocator<JpaInterceptor>
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEAN_NAME
public static final String BEAN_NAME
- Deprecated.
- See Also:
- Constant Field Values
JpaInterceptorLocator
public JpaInterceptorLocator(JpaInterceptor instance)
- Deprecated.
getJpaInterceptor
public static JpaInterceptor getJpaInterceptor()
- Deprecated.
getLocator
protected AbstractBeanLocator<JpaInterceptor> getLocator()
- Deprecated.
- Specified by:
getLocator in class AbstractBeanLocator<JpaInterceptor>
setLocator
protected void setLocator(AbstractBeanLocator<JpaInterceptor> locator)
- Deprecated.
- Specified by:
setLocator in class AbstractBeanLocator<JpaInterceptor>
Copyright © 2010 Jasig. All Rights Reserved.