Class SpringHibernateDataAdapterImpl
- java.lang.Object
-
- net.sf.jasperreports.dataadapters.AbstractDataAdapter
-
- net.sf.jasperreports.data.hibernate.spring.SpringHibernateDataAdapterImpl
-
- All Implemented Interfaces:
SpringHibernateDataAdapter
,DataAdapter
public class SpringHibernateDataAdapterImpl extends AbstractDataAdapter implements SpringHibernateDataAdapter
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description SpringHibernateDataAdapterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBeanId()
String
getSpringConfig()
void
setBeanId(String beanId)
void
setSpringConfig(String springConfig)
-
Methods inherited from class net.sf.jasperreports.dataadapters.AbstractDataAdapter
getName, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.dataadapters.DataAdapter
getName, setName
-
-
-
-
Method Detail
-
getSpringConfig
public String getSpringConfig()
- Specified by:
getSpringConfig
in interfaceSpringHibernateDataAdapter
-
setSpringConfig
public void setSpringConfig(String springConfig)
- Specified by:
setSpringConfig
in interfaceSpringHibernateDataAdapter
-
getBeanId
public String getBeanId()
- Specified by:
getBeanId
in interfaceSpringHibernateDataAdapter
-
setBeanId
public void setBeanId(String beanId)
- Specified by:
setBeanId
in interfaceSpringHibernateDataAdapter
-
-