|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |