Hibernate Commons Annotations 3.2.0.Final-redhat-2

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, Type propType)
           
protected static Type JavaXMember.typeOf(Member member, TypeEnvironment env)
           
 

Constructors in org.hibernate.annotations.common.reflection.java with parameters of type TypeEnvironment
JavaXMember(Member member, 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(Class context)
           
 TypeEnvironment TypeEnvironmentFactory.getEnvironment(Type context)
           
 TypeEnvironment TypeEnvironmentFactory.getEnvironment(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(Type t, TypeEnvironment context)
           
 TypeEnvironment TypeEnvironmentFactory.toApproximatingEnvironment(TypeEnvironment context)
           
 


Hibernate Commons Annotations 3.2.0.Final-redhat-2

Copyright © 2005-2012 JBoss by Red Hat. All Rights Reserved.