|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassLoaderService | |
---|---|
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 |
Uses of ClassLoaderService in org.hibernate.ejb.event |
---|
Methods in org.hibernate.ejb.event with parameters of type ClassLoaderService | |
---|---|
void |
EntityCallbackHandler.add(Class entity,
ClassLoaderService classLoaderService,
EntityBinding binding)
|
static Callback[] |
CallbackResolver.resolveCallbacks(Class<?> entityClass,
Class<?> callbackClass,
ClassLoaderService classLoaderService,
EntityBinding binding)
|
Uses of ClassLoaderService in org.hibernate.envers.configuration |
---|
Methods in org.hibernate.envers.configuration with parameters of type ClassLoaderService | |
---|---|
static AuditConfiguration |
AuditConfiguration.getFor(Configuration cfg,
ClassLoaderService classLoaderService)
|
Constructors in org.hibernate.envers.configuration with parameters of type ClassLoaderService | |
---|---|
AuditConfiguration(Configuration cfg,
ClassLoaderService classLoaderService)
|
Uses of ClassLoaderService in org.hibernate.integrator.internal |
---|
Constructors in org.hibernate.integrator.internal with parameters of type ClassLoaderService | |
---|---|
IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators,
ClassLoaderService classLoaderService)
|
Uses of ClassLoaderService in org.hibernate.metamodel.domain |
---|
Constructors in org.hibernate.metamodel.domain with parameters of type ClassLoaderService | |
---|---|
JavaType(String name,
ClassLoaderService classLoaderService)
|
Uses of ClassLoaderService in org.hibernate.metamodel.source.annotations |
---|
Methods in org.hibernate.metamodel.source.annotations with parameters of type ClassLoaderService | |
---|---|
static org.jboss.jandex.Index |
JandexHelper.indexForClass(ClassLoaderService classLoaderService,
Class<?>... classes)
Creates a jandex index for the specified classes |
Uses of ClassLoaderService in org.hibernate.service.classloading.internal |
---|
Classes in org.hibernate.service.classloading.internal that implement ClassLoaderService | |
---|---|
class |
ClassLoaderServiceImpl
Standard implementation of the service for interacting with class loaders |
Uses of ClassLoaderService in org.hibernate.service.internal |
---|
Constructors in org.hibernate.service.internal with parameters of type ClassLoaderService | |
---|---|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
IntegratorService integratorService)
|
|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
LinkedHashSet<Integrator> providedIntegrators)
|
|
JaxbProcessor(ClassLoaderService classLoaderService)
|
Uses of ClassLoaderService in org.hibernate.service.jdbc.dialect.internal |
---|
Methods in org.hibernate.service.jdbc.dialect.internal with parameters of type ClassLoaderService | |
---|---|
void |
DialectFactoryImpl.setClassLoaderService(ClassLoaderService classLoaderService)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |