|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.crowd.embedded.hibernate2.types.TypeMapper
public final class TypeMapper
Search query mappings need a way to convert between Enum types and their persistent mapping types.
Constructor Summary | |
---|---|
TypeMapper()
|
Method Summary | |
---|---|
static net.sf.hibernate.type.Type |
enumToCustomType(java.lang.Class<? extends java.lang.Enum> enumType)
|
static net.sf.hibernate.type.Type |
persistentEnumToCustomType(java.lang.Class<? extends com.atlassian.crowd.embedded.hibernate2.types.EnumPersistentType> customTypeClass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeMapper()
Method Detail |
---|
public static net.sf.hibernate.type.Type enumToCustomType(java.lang.Class<? extends java.lang.Enum> enumType)
public static net.sf.hibernate.type.Type persistentEnumToCustomType(java.lang.Class<? extends com.atlassian.crowd.embedded.hibernate2.types.EnumPersistentType> customTypeClass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |