| Package | Description | 
|---|---|
| javax.persistence.spi | SPI for Java Persistence providers | 
| Modifier and Type | Method and Description | 
|---|---|
| LoadState | ProviderUtil. 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.EAGERhas been specified have been loaded, this 
 method returnsLoadState.LOADED. | 
| LoadState | ProviderUtil. 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 | ProviderUtil. 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. | 
| static LoadState | LoadState. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LoadState[] | LoadState. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2017. All Rights Reserved.