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.ProviderUtil
public javax.persistence.spi.LoadState isLoadedWithReference(Object entity, String attributeName)
isLoadedWithReference
in interface javax.persistence.spi.ProviderUtil
public javax.persistence.spi.LoadState isLoaded(Object entity)
isLoaded
in interface javax.persistence.spi.ProviderUtil
Copyright © 2009–2020 OrientDB. All rights reserved.