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

All Known Implementing Classes:
TeneoHibernateMappingProvider

public interface IHibernateMappingProvider

A mappingprovider adds a hibernate mapping to a hibernate configuration object.


Method Summary
 void addMapping(org.hibernate.cfg.Configuration configuration)
          Adds a mapping to a configuration object
 void setHibernateStore(IHibernateStore hibernateStore)
          Sets the Store in the mapping provider, is called before addMapping.
 

Method Detail

addMapping

void addMapping(org.hibernate.cfg.Configuration configuration)
Adds a mapping to a configuration object


setHibernateStore

void setHibernateStore(IHibernateStore hibernateStore)
Sets the Store in the mapping provider, is called before addMapping.


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