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


public interface IHibernateMappingProvider

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


Nested Class Summary
static interface IHibernateMappingProvider.Factory
          Creates mapping provider instances.
 
Method Summary
 String getMapping()
           
 void setHibernateStore(IHibernateStore hibernateStore)
          Sets the Store in the mapping provider, is called before addMapping.
 

Method Detail

getMapping

String getMapping()
Returns:
the mapping as a String.
Since:
3.0

setHibernateStore

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



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.