org.eclipse.emf.cdo.server.hibernate
Interface IHibernateStoreAccessor

All Superinterfaces:
IStoreAccessor
All Known Subinterfaces:
IHibernateStoreReader, IHibernateStoreWriter

public interface IHibernateStoreAccessor
extends IStoreAccessor


Method Summary
 org.hibernate.Session getHibernateSession()
           
 IHibernateStore getStore()
           
 
Methods inherited from interface org.eclipse.emf.cdo.server.IStoreAccessor
release
 

Method Detail

getStore

IHibernateStore getStore()
Specified by:
getStore in interface IStoreAccessor

getHibernateSession

org.hibernate.Session getHibernateSession()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.