public interface ProviderUtil
| Modifier and Type | Method and Description |
|---|---|
LoadState |
isLoaded(Object entity)
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.
|
LoadState |
isLoadedWithoutReference(Object entity,
String attributeName)
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.
|
LoadState |
isLoadedWithReference(Object entity,
String attributeName)
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.
|
LoadState isLoaded(Object entity)
entity - whose loaded status is to be determinedLoadState isLoadedWithoutReference(Object entity, String attributeName)
entity - the entity instanceattributeName - name of attribute whose load status is to be determinedLoadState isLoadedWithReference(Object entity, String attributeName)
entity - the entity instanceattributeName - name of attribute whose load status is to be determinedCopyright © 2012 Batoo Software & Consultancy. All Rights Reserved.