Uses of Interface
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironment
Packages that use TypeEnvironment
Package
Description
-
Uses of TypeEnvironment in org.hibernate.annotations.common.reflection.java
Methods in org.hibernate.annotations.common.reflection.java that return TypeEnvironmentModifier and TypeMethodDescriptionprotected TypeEnvironmentJavaXMember.getTypeEnvironment()JavaReflectionManager.toApproximatingEnvironment(TypeEnvironment context) Methods in org.hibernate.annotations.common.reflection.java with parameters of type TypeEnvironmentModifier and TypeMethodDescriptionJavaReflectionManager.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 TypeEnvironmentModifierConstructorDescriptionprotectedJavaXMember(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 TypeEnvironmentModifier and TypeClassDescriptionfinal classA composition of twoTypeEnvironmentfunctions.final classSubstitutes aTypefor itself.Fields in org.hibernate.annotations.common.reflection.java.generics declared as TypeEnvironmentMethods in org.hibernate.annotations.common.reflection.java.generics that return TypeEnvironmentModifier and TypeMethodDescriptionstatic 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 TypeEnvironmentModifier and TypeMethodDescriptionstatic TypeEnvironmentCompoundTypeEnvironment.create(TypeEnvironment f, TypeEnvironment g) static TypeEnvironmentTypeEnvironmentFactory.getEnvironment(Type t, TypeEnvironment context) static TypeEnvironmentTypeEnvironmentFactory.toApproximatingEnvironment(TypeEnvironment context)