Quarkus - Hibernate ORM - Runtime 0.13.1
- java.lang.Object
-
- io.quarkus.hibernate.orm.runtime.service.FlatClassLoaderService
-
- All Implemented Interfaces:
- Serializable, org.hibernate.boot.registry.classloading.spi.ClassLoaderService, org.hibernate.service.Service, org.hibernate.service.spi.Stoppable
public class FlatClassLoaderService
extends Object
implements org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Replaces the ClassLoaderService in Hibernate ORM with one which should work
in Substrate.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work<T>
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static org.hibernate.boot.registry.classloading.spi.ClassLoaderService |
INSTANCE |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
stop
public void stop()
- Specified by:
stop
in interface org.hibernate.service.spi.Stoppable
Quarkus - Hibernate ORM - Runtime 0.13.1
Copyright © 2019 JBoss by Red Hat. All rights reserved.