|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReflectionManager | |
---|---|
org.hibernate.cfg | |
org.hibernate.reflection.java | |
org.hibernate.search.engine | |
org.hibernate.search.event | |
org.hibernate.validator |
Uses of ReflectionManager in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg that return ReflectionManager | |
---|---|
ReflectionManager |
ExtendedMappings.getReflectionManager()
|
ReflectionManager |
AnnotationConfiguration.getReflectionManager()
|
Methods in org.hibernate.cfg with parameters of type ReflectionManager | |
---|---|
static Map<XClass,InheritanceState> |
AnnotationBinder.buildInheritanceStates(List<XClass> orderedClasses,
ReflectionManager reflectionManager)
|
static InheritanceState |
InheritanceState.getSuperclassInheritanceState(XClass clazz,
Map<XClass,InheritanceState> states,
ReflectionManager reflectionManager)
|
static InheritanceState |
InheritanceState.getSuperEntityInheritanceState(XClass clazz,
Map<XClass,InheritanceState> states,
ReflectionManager reflectionManager)
|
Constructors in org.hibernate.cfg with parameters of type ReflectionManager | |
---|---|
PropertyInferredData(XProperty property,
String propertyAccessor,
ReflectionManager reflectionManager)
Take the annoted element for lazy process |
Uses of ReflectionManager in org.hibernate.reflection.java |
---|
Classes in org.hibernate.reflection.java that implement ReflectionManager | |
---|---|
class |
JavaXFactory
The factory for all the objects in this package. |
Uses of ReflectionManager in org.hibernate.search.engine |
---|
Constructors in org.hibernate.search.engine with parameters of type ReflectionManager | |
---|---|
DocumentBuilder(XClass clazz,
org.apache.lucene.analysis.Analyzer analyzer,
DirectoryProvider directory,
ReflectionManager reflectionManager)
|
Uses of ReflectionManager in org.hibernate.search.event |
---|
Fields in org.hibernate.search.event declared as ReflectionManager | |
---|---|
protected ReflectionManager |
FullTextIndexEventListener.reflectionManager
|
Uses of ReflectionManager in org.hibernate.validator |
---|
Constructors in org.hibernate.validator with parameters of type ReflectionManager | |
---|---|
ClassValidator(Class<T> beanClass,
ResourceBundle resourceBundle,
MessageInterpolator interpolator,
Map<XClass,ClassValidator> childClassValidators,
ReflectionManager reflectionManager)
Not a public API |
|
ClassValidator(XClass beanXClass,
ResourceBundle resourceBundle,
MessageInterpolator userInterpolator,
Map<XClass,ClassValidator> childClassValidators,
ReflectionManager reflectionManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |