| Package | Description |
|---|---|
| org.hibernate.ejb.event | |
| org.hibernate.envers.configuration | |
| org.hibernate.integrator.internal | |
| org.hibernate.metamodel.domain |
This package defines metadata modeling of a logical domain model.
|
| org.hibernate.metamodel.source.annotations | |
| org.hibernate.service.classloading.internal | |
| org.hibernate.service.internal | |
| org.hibernate.service.jdbc.dialect.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityCallbackHandler.add(Class entity,
ClassLoaderService classLoaderService,
EntityBinding binding) |
static Callback[] |
CallbackResolver.resolveCallbacks(Class<?> entityClass,
Class<?> callbackClass,
ClassLoaderService classLoaderService,
EntityBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
static AuditConfiguration |
AuditConfiguration.getFor(Configuration cfg,
ClassLoaderService classLoaderService) |
| Constructor and Description |
|---|
AuditConfiguration(Configuration cfg,
ClassLoaderService classLoaderService) |
| Constructor and Description |
|---|
IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators,
ClassLoaderService classLoaderService) |
| Constructor and Description |
|---|
JavaType(String name,
ClassLoaderService classLoaderService) |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.jandex.Index |
JandexHelper.indexForClass(ClassLoaderService classLoaderService,
Class<?>... classes)
Creates a jandex index for the specified classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderServiceImpl
Standard implementation of the service for interacting with class loaders
|
| Constructor and Description |
|---|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
IntegratorService integratorService) |
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
LinkedHashSet<Integrator> providedIntegrators) |
JaxbProcessor(ClassLoaderService classLoaderService) |
| Modifier and Type | Method and Description |
|---|---|
void |
DialectFactoryImpl.setClassLoaderService(ClassLoaderService classLoaderService) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.