Uses of Interface
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironment
-
Packages that use TypeEnvironment Package Description 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 Modifier and Type Method Description protected TypeEnvironmentJavaXMember. getTypeEnvironment()TypeEnvironmentJavaReflectionManager. toApproximatingEnvironment(TypeEnvironment context)Methods in org.hibernate.annotations.common.reflection.java with parameters of type TypeEnvironment Modifier and Type Method Description TypeEnvironmentJavaReflectionManager. toApproximatingEnvironment(TypeEnvironment context)org.hibernate.annotations.common.reflection.java.JavaXTypeJavaReflectionManager. toXType(TypeEnvironment context, Type propType)protected static TypeJavaXMember. typeOf(Member member, TypeEnvironment env)Constructors in org.hibernate.annotations.common.reflection.java with parameters of type TypeEnvironment Constructor Description 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 Modifier and Type Class Description classCompoundTypeEnvironmentA composition of twoTypeEnvironmentfunctions.classIdentityTypeEnvironmentSubstitutes aTypefor itself.Fields in org.hibernate.annotations.common.reflection.java.generics declared as TypeEnvironment Modifier and Type Field Description static TypeEnvironmentIdentityTypeEnvironment. INSTANCEMethods in org.hibernate.annotations.common.reflection.java.generics that return TypeEnvironment Modifier and Type Method Description static TypeEnvironmentCompoundTypeEnvironment. create(TypeEnvironment f, TypeEnvironment g)static TypeEnvironmentTypeEnvironmentFactory. getEnvironment(Class context)static TypeEnvironmentTypeEnvironmentFactory. getEnvironment(Type context)static TypeEnvironmentTypeEnvironmentFactory. getEnvironment(Type t, TypeEnvironment context)static TypeEnvironmentTypeEnvironmentFactory. toApproximatingEnvironment(TypeEnvironment context)Methods in org.hibernate.annotations.common.reflection.java.generics with parameters of type TypeEnvironment Modifier and Type Method Description static TypeEnvironmentCompoundTypeEnvironment. create(TypeEnvironment f, TypeEnvironment g)static TypeEnvironmentTypeEnvironmentFactory. getEnvironment(Type t, TypeEnvironment context)static TypeEnvironmentTypeEnvironmentFactory. toApproximatingEnvironment(TypeEnvironment context)
-