org.compass.spring.device.jpa
Class JpaCompassGpsEmbeddedJpaFactoryBean
java.lang.Object
org.compass.spring.device.jpa.JpaCompassGpsEmbeddedJpaFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class JpaCompassGpsEmbeddedJpaFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
A Spring factory bean that returns a JpaCompassGps instance
that is embedded within the provided JPA EntityManagerFactory.
- Author:
- kimchy
- See Also:
GenericJpaHelper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JpaCompassGpsEmbeddedJpaFactoryBean
public JpaCompassGpsEmbeddedJpaFactoryBean(javax.persistence.EntityManagerFactory entityManagerFactory)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
Copyright (c) 2004-2008 The Compass Project.