org.hibernate.metamodel.source.annotations
Class EnumConversionHelper
java.lang.Object
org.hibernate.metamodel.source.annotations.EnumConversionHelper
public class EnumConversionHelper
- extends Object
Helper class which converts between different enum types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generationTypeToGeneratorStrategyName
public static String generationTypeToGeneratorStrategyName(GenerationType generatorEnum,
boolean useNewGeneratorMappings)
cascadeTypeToCascadeStyle
public static CascadeStyle cascadeTypeToCascadeStyle(CascadeType cascadeType)
annotationFetchModeToHibernateFetchMode
public static FetchMode annotationFetchModeToHibernateFetchMode(FetchMode annotationFetchMode)
cascadeTypeToCascadeStyleSet
public static Set<CascadeStyle> cascadeTypeToCascadeStyleSet(Set<CascadeType> cascadeTypes)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.