org.jbpm.db.hibernate
Class Converters

java.lang.Object
  extended by org.jbpm.db.hibernate.Converters

public class Converters
extends Object

provides access to the list of converters and ensures that the converter objects are unique.


Method Summary
static Converter getConverterByClassName(String className)
           
static Converter getConverterByDatabaseId(String converterId)
           
static String getConverterId(Converter converter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConverterByClassName

public static Converter getConverterByClassName(String className)

getConverterByDatabaseId

public static Converter getConverterByDatabaseId(String converterId)

getConverterId

public static String getConverterId(Converter converter)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.