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

Packages that use IHibernateStore
org.eclipse.emf.cdo.server.hibernate Server concepts for dealing with Hibernate stores and accessors. 
 

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) 2011, 2012 Eike Stepper (Berlin, Germany) and others.