com.evolveum.midpoint.repo.sql.util
Class ClassMapper

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.util.ClassMapper

public final class ClassMapper
extends java.lang.Object

Author:
lazyman

Method Summary
static java.lang.String getHQLType(java.lang.Class<? extends ObjectType> clazz)
           
static java.lang.Class<? extends RObject> getHQLTypeClass(java.lang.Class<? extends ObjectType> clazz)
           
static RContainerType getHQLTypeForQName(javax.xml.namespace.QName qname)
           
static java.util.Collection<RContainerType> getKnownTypes()
           
static ObjectTypes getObjectTypeForHQLType(RContainerType type)
           
static javax.xml.namespace.QName getQNameForHQLType(RContainerType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHQLTypeClass

public static java.lang.Class<? extends RObject> getHQLTypeClass(java.lang.Class<? extends ObjectType> clazz)

getHQLType

public static java.lang.String getHQLType(java.lang.Class<? extends ObjectType> clazz)

getHQLTypeForQName

public static RContainerType getHQLTypeForQName(javax.xml.namespace.QName qname)

getObjectTypeForHQLType

public static ObjectTypes getObjectTypeForHQLType(RContainerType type)

getQNameForHQLType

public static javax.xml.namespace.QName getQNameForHQLType(RContainerType type)

getKnownTypes

public static java.util.Collection<RContainerType> getKnownTypes()


Copyright © 2012 evolveum. All Rights Reserved.