Package wicket.contrib.phonebook
Class ShadesORMDictionary
- java.lang.Object
-
- wicket.contrib.phonebook.ShadesORMDictionary
-
- All Implemented Interfaces:
InitializingBean
public class ShadesORMDictionary extends Object implements InitializingBean
- Author:
- Geoffrey Rummens Hendrey
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()DataSourcegetDataSource()static hendrey.orm.ORMDictionarygetInstance()voidsetDataSource(DataSource dataSource)
-
-
-
Method Detail
-
getInstance
public static hendrey.orm.ORMDictionary getInstance()
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceInitializingBean- Throws:
Exception
-
getDataSource
public DataSource getDataSource()
-
setDataSource
public void setDataSource(DataSource dataSource)
-
-