public final class ProviderUtil extends Object implements javax.persistence.spi.ProviderUtil
| Constructor and Description |
|---|
ProviderUtil() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.spi.LoadState |
isLoaded(Object o) |
javax.persistence.spi.LoadState |
isLoadedWithoutReference(Object proxy,
String property) |
javax.persistence.spi.LoadState |
isLoadedWithReference(Object proxy,
String property) |
public javax.persistence.spi.LoadState isLoadedWithoutReference(Object proxy, String property)
isLoadedWithoutReference in interface javax.persistence.spi.ProviderUtilpublic javax.persistence.spi.LoadState isLoadedWithReference(Object proxy, String property)
isLoadedWithReference in interface javax.persistence.spi.ProviderUtilpublic javax.persistence.spi.LoadState isLoaded(Object o)
isLoaded in interface javax.persistence.spi.ProviderUtilCopyright © 2021 JBoss by Red Hat. All rights reserved.