|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeEnvironment | |
---|---|
org.hibernate.reflection.java | |
org.hibernate.reflection.java.generics |
Uses of TypeEnvironment in org.hibernate.reflection.java |
---|
Methods in org.hibernate.reflection.java that return TypeEnvironment | |
---|---|
protected TypeEnvironment |
JavaXMember.getTypeEnvironment()
|
TypeEnvironment |
JavaXFactory.toApproximatingEnvironment(TypeEnvironment context)
|
Methods in org.hibernate.reflection.java with parameters of type TypeEnvironment | |
---|---|
TypeEnvironment |
JavaXFactory.toApproximatingEnvironment(TypeEnvironment context)
|
org.hibernate.reflection.java.JavaXType |
JavaXFactory.toXType(TypeEnvironment context,
Type propType)
|
protected static Type |
JavaXMember.typeOf(Member member,
TypeEnvironment env)
|
Constructors in org.hibernate.reflection.java with parameters of type TypeEnvironment | |
---|---|
JavaXMember(Member member,
Type type,
TypeEnvironment env,
JavaXFactory factory,
org.hibernate.reflection.java.JavaXType xType)
|
Uses of TypeEnvironment in org.hibernate.reflection.java.generics |
---|
Classes in org.hibernate.reflection.java.generics that implement TypeEnvironment | |
---|---|
class |
IdentityTypeEnvironment
Substitutes a Type for itself. |
Fields in org.hibernate.reflection.java.generics declared as TypeEnvironment | |
---|---|
static TypeEnvironment |
IdentityTypeEnvironment.INSTANCE
|
Methods in org.hibernate.reflection.java.generics that return TypeEnvironment | |
---|---|
TypeEnvironment |
TypeEnvironmentFactory.getEnvironment(Class context)
|
TypeEnvironment |
TypeEnvironmentFactory.getEnvironment(ParameterizedType context)
|
TypeEnvironment |
TypeEnvironmentFactory.toApproximatingEnvironment(TypeEnvironment context)
|
Methods in org.hibernate.reflection.java.generics with parameters of type TypeEnvironment | |
---|---|
TypeEnvironment |
TypeEnvironmentFactory.toApproximatingEnvironment(TypeEnvironment context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |