Uses of Interface
org.eclipse.emf.cdo.server.hibernate.IHibernateStore

Packages that use IHibernateStore
org.eclipse.emf.cdo.server.hibernate   
 

Uses of IHibernateStore in org.eclipse.emf.cdo.server.hibernate
 

Methods in org.eclipse.emf.cdo.server.hibernate that return IHibernateStore
static IHibernateStore CDOHibernateUtil.createStore(IHibernateMappingProvider mappingProvider)
           
 IHibernateStore IHibernateStoreAccessor.getStore()
           
 

Methods in org.eclipse.emf.cdo.server.hibernate with parameters of type IHibernateStore
 void IHibernateMappingProvider.setHibernateStore(IHibernateStore hibernateStore)
          Sets the Store in the mapping provider, is called before addMapping.
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.