wicket.contrib.phonebook
Class ShadesORMDictionary

java.lang.Object
  extended by wicket.contrib.phonebook.ShadesORMDictionary
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class ShadesORMDictionary
extends Object
implements org.springframework.beans.factory.InitializingBean

Author:
Geoffrey Rummens Hendrey

Method Summary
 void afterPropertiesSet()
           
 DataSource getDataSource()
           
static hendrey.orm.ORMDictionary getInstance()
           
 void setDataSource(DataSource dataSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static hendrey.orm.ORMDictionary getInstance()

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

getDataSource

public DataSource getDataSource()

setDataSource

public void setDataSource(DataSource dataSource)


Copyright © 2005-2012 Wicket developers. All Rights Reserved.