Uses of Class
com.evolveum.midpoint.repo.sql.data.common.RContainerType

Packages that use RContainerType
com.evolveum.midpoint.repo.sql.data.common   
com.evolveum.midpoint.repo.sql.util   
 

Uses of RContainerType in com.evolveum.midpoint.repo.sql.data.common
 

Methods in com.evolveum.midpoint.repo.sql.data.common that return RContainerType
 RContainerType RAnyContainer.getOwnerType()
           
 RContainerType RAnyContainerId.getOwnerType()
           
 RContainerType REmbeddedReference.getType()
           
static
<T extends RContainer>
RContainerType
RContainerType.getType(java.lang.Class<T> clazz)
           
static RContainerType RContainerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RContainerType[] RContainerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type RContainerType
 void RAnyContainer.setOwnerType(RContainerType ownerType)
           
 void RAnyContainerId.setOwnerType(RContainerType ownerType)
           
 void REmbeddedReference.setType(RContainerType type)
           
 

Uses of RContainerType in com.evolveum.midpoint.repo.sql.util
 

Methods in com.evolveum.midpoint.repo.sql.util that return RContainerType
static RContainerType ClassMapper.getHQLTypeForQName(javax.xml.namespace.QName qname)
           
 

Methods in com.evolveum.midpoint.repo.sql.util that return types with arguments of type RContainerType
static java.util.Collection<RContainerType> ClassMapper.getKnownTypes()
           
 

Methods in com.evolveum.midpoint.repo.sql.util with parameters of type RContainerType
static ObjectTypes ClassMapper.getObjectTypeForHQLType(RContainerType type)
           
static javax.xml.namespace.QName ClassMapper.getQNameForHQLType(RContainerType type)
           
 



Copyright © 2012 evolveum. All Rights Reserved.