public class KunderaPersistenceProviderUtil extends Object implements javax.persistence.spi.ProviderUtil
ProviderUtil for KunderaPersistence| Modifier and Type | Field and Description |
|---|---|
(package private) KunderaPersistence |
provider |
| Constructor and Description |
|---|
KunderaPersistenceProviderUtil(KunderaPersistence provider) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.spi.LoadState |
isLoaded(Object paramObject)
If the provider determines that the entity has been provided by itself
and that the state of all attributes for which FetchType EAGER has been
specified have been loaded, this method returns LoadState.LOADED.
|
javax.persistence.spi.LoadState |
isLoadedWithoutReference(Object paramObject,
String paramString)
If the provider determines that the entity has been provided by itself
and that the state of the specified attribute has been loaded, this
method returns LoadState.LOADED.
|
javax.persistence.spi.LoadState |
isLoadedWithReference(Object paramObject,
String paramString)
If the provider determines that the entity has been provided by itself
and that the state of the specified attribute has been loaded, this
method returns LoadState.LOADED.
|
KunderaPersistence provider
public KunderaPersistenceProviderUtil(KunderaPersistence provider)
public javax.persistence.spi.LoadState isLoadedWithoutReference(Object paramObject, String paramString)
isLoadedWithoutReference in interface javax.persistence.spi.ProviderUtilentity - attributeName - name of attribute whose load status is to be determinedpublic javax.persistence.spi.LoadState isLoadedWithReference(Object paramObject, String paramString)
isLoadedWithReference in interface javax.persistence.spi.ProviderUtilentity - attributeName - name of attribute whose load status is to be determinedpublic javax.persistence.spi.LoadState isLoaded(Object paramObject)
isLoaded in interface javax.persistence.spi.ProviderUtilentity - whose loaded status is to be determinedCopyright © 2015. All Rights Reserved.