Package | Description |
---|---|
org.hibernate.annotations.common.reflection.java | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.ejb.event | |
org.hibernate.envers.configuration | |
org.hibernate.envers.configuration.metadata.reader |
Modifier and Type | Class and Description |
---|---|
class |
JavaReflectionManager
The factory for all the objects in this package.
|
Modifier and Type | Method and Description |
---|---|
ReflectionManager |
Mappings.getReflectionManager() |
ReflectionManager |
Configuration.getReflectionManager() |
ReflectionManager |
Configuration.MappingsImpl.getReflectionManager() |
Constructor and Description |
---|
PropertyInferredData(XClass declaringClass,
XProperty property,
String propertyAccessor,
ReflectionManager reflectionManager)
Take the annoted element for lazy process
|
Modifier and Type | Method and Description |
---|---|
void |
EntityCallbackHandler.add(XClass entity,
ReflectionManager reflectionManager) |
static Callback[] |
CallbackResolver.resolveCallback(XClass beanClass,
Class annotation,
ReflectionManager reflectionManager) |
Modifier and Type | Method and Description |
---|---|
org.hibernate.envers.configuration.RevisionInfoConfigurationResult |
RevisionInfoConfiguration.configure(Configuration cfg,
ReflectionManager reflectionManager) |
EntitiesConfigurations |
EntitiesConfigurator.configure(Configuration cfg,
ReflectionManager reflectionManager,
GlobalConfiguration globalCfg,
AuditEntitiesConfiguration verEntCfg,
AuditStrategy auditStrategy,
Document revisionInfoXmlMapping,
Element revisionInfoRelationMapping) |
Constructor and Description |
---|
AnnotationsMetadataReader(GlobalConfiguration globalCfg,
ReflectionManager reflectionManager,
PersistentClass pc) |
AuditedPropertiesReader(ModificationStore defaultStore,
PersistentPropertiesSource persistentPropertiesSource,
AuditedPropertiesHolder auditedPropertiesHolder,
GlobalConfiguration globalCfg,
ReflectionManager reflectionManager,
String propertyNamePrefix) |
ComponentAuditedPropertiesReader(ModificationStore defaultStore,
PersistentPropertiesSource persistentPropertiesSource,
AuditedPropertiesHolder auditedPropertiesHolder,
GlobalConfiguration globalCfg,
ReflectionManager reflectionManager,
String propertyNamePrefix) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.