更改osworkflow支持hibernate3[2]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

public void setSessionFactory(SessionFactory sessionFactory);

public void setupConfiguration(Map configurationProperties);

static synthetic Class class$(String x0);

 

而在opensymphony上下载到的DefaultHibernateConfigurationProvider的代码为:

    private Configuration configuration;

    private HibernatePropertySetDAO propertySetDAO;

private SessionFactory sessionFactory;

//~ Methods ////////////////////////////////////////////////////////////////

 

    public Configuration getConfiguration() {

        return configuration;

    }

 

    public HibernatePropertySetDAO getPropertySetDAO() {

        if (propertySetDAO == null) {

            propertySetDAO = new HibernatePropertySetDAOImpl(sessionFactory);

        }

 

        return propertySetDAO;

本文关键:更改osworkflow支持hibernate3
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top