public class TypeEnvironmentFactory extends Object
Class or ParameterizedType.
Does not support bindings involving inner classes, nor upper/lower bounds.| Constructor and Description |
|---|
TypeEnvironmentFactory() |
| Modifier and Type | Method and Description |
|---|---|
TypeEnvironment |
getEnvironment(Class context) |
TypeEnvironment |
getEnvironment(Type context) |
TypeEnvironment |
getEnvironment(Type t,
TypeEnvironment context) |
TypeEnvironment |
toApproximatingEnvironment(TypeEnvironment context) |
public TypeEnvironment getEnvironment(Class context)
public TypeEnvironment getEnvironment(Type context)
public TypeEnvironment getEnvironment(Type t, TypeEnvironment context)
public TypeEnvironment toApproximatingEnvironment(TypeEnvironment context)
Copyright © 2005-2012 Hibernate.org. All Rights Reserved.