|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.smartlab.web.config.TomcatConfigurationStrategy
public class TomcatConfigurationStrategy
The Hibernate configuration file used must reside into the
META-INF
directory of the topmost packaging archive and should
be named smartweb.jar.hcf
or have the name of the JAR file
containing the subclass followed by the .hcf
suffix.
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
logger
Provides logging capabilities to the strategy. |
Constructor Summary | |
---|---|
TomcatConfigurationStrategy()
|
Method Summary | |
---|---|
org.hibernate.SessionFactory |
getSessionFactory(BusinessObjectFactory bof)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.apache.commons.logging.Log logger
Constructor Detail |
---|
public TomcatConfigurationStrategy()
Method Detail |
---|
public org.hibernate.SessionFactory getSessionFactory(BusinessObjectFactory bof)
getSessionFactory
in interface FactoryConfigurationStrategy
bof
- TODO documentation
FactoryConfigurationStrategy.getSessionFactory(net.smartlab.web.BusinessObjectFactory)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |