
public class OJPAProviderUtil extends Object implements javax.persistence.spi.ProviderUtil
| Constructor and Description |
|---|
OJPAProviderUtil() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.spi.LoadState |
isLoaded(Object entity) |
javax.persistence.spi.LoadState |
isLoadedWithoutReference(Object entity,
String attributeName) |
javax.persistence.spi.LoadState |
isLoadedWithReference(Object entity,
String attributeName) |
public javax.persistence.spi.LoadState isLoadedWithoutReference(Object entity, String attributeName)
isLoadedWithoutReference in interface javax.persistence.spi.ProviderUtilpublic javax.persistence.spi.LoadState isLoadedWithReference(Object entity, String attributeName)
isLoadedWithReference in interface javax.persistence.spi.ProviderUtilpublic javax.persistence.spi.LoadState isLoaded(Object entity)
isLoaded in interface javax.persistence.spi.ProviderUtilCopyright © 2009–2025 OrientDB. All rights reserved.