Package net.sf.jportlet.service.hibernate

Examples of net.sf.jportlet.service.hibernate.HibernateService


        {
            getLog(  ).warn( CONFIG_MAX_ITEMS + "=" + maxitems, e );
        }

        /* Initialize persistence */
        HibernateService hib = ( HibernateService ) getPortletContext(  ).getService( HibernateService.NAME );
        hib.storeClass( BookmarkImpl.class );
    }
View Full Code Here


     *
     */
    public BookmarkManagerImpl( PortletContext context )
        throws PortletException
    {
        HibernateService hib = ( HibernateService ) context.getService( HibernateService.NAME );
        _sessionFactory = hib.getSessionFactory(  );
    }
View Full Code Here

TOP

Related Classes of net.sf.jportlet.service.hibernate.HibernateService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.