| |
|
| java.lang.Object org.jbpm.db.hibernate.Converters
Converters | abstract public class Converters (Code) | | provides access to the list of converters and ensures that the converter objects are unique.
|
CONVERTERS_BY_CLASS_NAMES | final static int CONVERTERS_BY_CLASS_NAMES(Code) | | |
CONVERTERS_BY_DATABASE_ID | final static int CONVERTERS_BY_DATABASE_ID(Code) | | |
CONVERTERS_IDS | final static int CONVERTERS_IDS(Code) | | |
converterMapsMap | static Map converterMapsMap(Code) | | |
getConverterByDatabaseId | public static Converter getConverterByDatabaseId(String converterDatabaseId)(Code) | | |
getConverterMaps | static Map[] getConverterMaps()(Code) | | |
getConvertersByClassNames | static Map getConvertersByClassNames()(Code) | | |
getConvertersByDatabaseId | static Map getConvertersByDatabaseId()(Code) | | |
getConvertersIds | static Map getConvertersIds()(Code) | | |
|
|
|