Uses of Interface
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironment

Packages that use TypeEnvironment
org.hibernate.annotations.common.reflection.java   
org.hibernate.annotations.common.reflection.java.generics   
 

Uses of TypeEnvironment in org.hibernate.annotations.common.reflection.java
 

Methods in org.hibernate.annotations.common.reflection.java that return TypeEnvironment
protected  TypeEnvironment JavaXMember.getTypeEnvironment()
           
 TypeEnvironment JavaReflectionManager.toApproximatingEnvironment(TypeEnvironment context)
           
 

Methods in org.hibernate.annotations.common.reflection.java with parameters of type TypeEnvironment
 TypeEnvironment JavaReflectionManager.toApproximatingEnvironment(TypeEnvironment context)
           
 org.hibernate.annotations.common.reflection.java.JavaXType JavaReflectionManager.toXType(TypeEnvironment context, java.lang.reflect.Type propType)
           
protected static java.lang.reflect.Type JavaXMember.typeOf(java.lang.reflect.Member member, TypeEnvironment env)
           
 

Constructors in org.hibernate.annotations.common.reflection.java with parameters of type TypeEnvironment
JavaXMember(java.lang.reflect.Member member, java.lang.reflect.Type type, TypeEnvironment env, JavaReflectionManager factory, org.hibernate.annotations.common.reflection.java.JavaXType xType)
           
 

Uses of TypeEnvironment in org.hibernate.annotations.common.reflection.java.generics
 

Classes in org.hibernate.annotations.common.reflection.java.generics that implement TypeEnvironment
 class CompoundTypeEnvironment
          A composition of two TypeEnvironment functions.
 class IdentityTypeEnvironment
          Substitutes a Type for itself.
 

Fields in org.hibernate.annotations.common.reflection.java.generics declared as TypeEnvironment
static TypeEnvironment IdentityTypeEnvironment.INSTANCE
           
 

Methods in org.hibernate.annotations.common.reflection.java.generics that return TypeEnvironment
static TypeEnvironment CompoundTypeEnvironment.create(TypeEnvironment f, TypeEnvironment g)
           
 TypeEnvironment TypeEnvironmentFactory.getEnvironment(java.lang.Class context)
           
 TypeEnvironment TypeEnvironmentFactory.getEnvironment(java.lang.reflect.Type context)
           
 TypeEnvironment TypeEnvironmentFactory.getEnvironment(java.lang.reflect.Type t, TypeEnvironment context)
           
 TypeEnvironment TypeEnvironmentFactory.toApproximatingEnvironment(TypeEnvironment context)
           
 

Methods in org.hibernate.annotations.common.reflection.java.generics with parameters of type TypeEnvironment
static TypeEnvironment CompoundTypeEnvironment.create(TypeEnvironment f, TypeEnvironment g)
           
 TypeEnvironment TypeEnvironmentFactory.getEnvironment(java.lang.reflect.Type t, TypeEnvironment context)
           
 TypeEnvironment TypeEnvironmentFactory.toApproximatingEnvironment(TypeEnvironment context)
           
 



Copyright © 2005-2009 Hibernate.org. All Rights Reserved.