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

Enclosing interface:
IHibernateMappingProvider

public static interface IHibernateMappingProvider.Factory

Creates mapping provider instances.

Since:
2.0

Method Summary
 IHibernateMappingProvider create(Element config)
          Creates a Hibernate mapping provider from the given element of the cdo-server.xml configuration file.
 String getType()
          Returns the type of the mapping providers this factory can create.
 

Method Detail

getType

String getType()
Returns the type of the mapping providers this factory can create.


create

IHibernateMappingProvider create(Element config)
Creates a Hibernate mapping provider from the given element of the cdo-server.xml configuration file.



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