|
From: snpe <sn...@sn...> - 2004-06-16 00:22:46
|
Hello, I want use SessionFactory and Configuration classes for metadata API (property name type, database name, type, length etc) I use spring's HibernateDaoSupport, but getSessionFactory is protected and I can't use it in my DAO (why ? - I can make method for get SessionFactory, but I don't know why this is protected/forbiden) How I get instance classes Configuration and SessionFactory ? regards Haris Peco |