Package io.quarkus.hibernate.orm.runtime
Class ProviderUtil
- java.lang.Object
-
- io.quarkus.hibernate.orm.runtime.ProviderUtil
-
- All Implemented Interfaces:
javax.persistence.spi.ProviderUtil
public final class ProviderUtil extends Object implements javax.persistence.spi.ProviderUtil
-
-
Constructor Summary
Constructors Constructor Description ProviderUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.persistence.spi.LoadStateisLoaded(Object o)javax.persistence.spi.LoadStateisLoadedWithoutReference(Object proxy, String property)javax.persistence.spi.LoadStateisLoadedWithReference(Object proxy, String property)
-
-
-
Method Detail
-
isLoadedWithoutReference
public javax.persistence.spi.LoadState isLoadedWithoutReference(Object proxy, String property)
- Specified by:
isLoadedWithoutReferencein interfacejavax.persistence.spi.ProviderUtil
-
isLoadedWithReference
public javax.persistence.spi.LoadState isLoadedWithReference(Object proxy, String property)
- Specified by:
isLoadedWithReferencein interfacejavax.persistence.spi.ProviderUtil
-
isLoaded
public javax.persistence.spi.LoadState isLoaded(Object o)
- Specified by:
isLoadedin interfacejavax.persistence.spi.ProviderUtil
-
-