Uses of Enum Class
cz.cvut.kbss.jopa.model.LoadState
Packages that use LoadState
Package
Description
-
Uses of LoadState in cz.cvut.kbss.jopa.model
Methods in cz.cvut.kbss.jopa.model that return LoadStateModifier and TypeMethodDescriptionIf the provider determines that the entity has been provided by itself and that the state of all attributes for whichFetchType.EAGER
has been specified have been loaded, this method returnsLoadState.LOADED
.JOPAPersistenceProvider.isLoadedWithoutReference
(Object entity, String attributeName) 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.JOPAPersistenceProvider.isLoadedWithReference
(Object entity, String attributeName) 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
Returns the enum constant of this class with the specified name.static LoadState[]
LoadState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LoadState in cz.cvut.kbss.jopa.sessions
Methods in cz.cvut.kbss.jopa.sessions that return LoadStateModifier and TypeMethodDescriptionGets the load status of the specified entity.Gets the load status of the specified attribute on the specified entity. -
Uses of LoadState in cz.cvut.kbss.jopa.sessions.descriptor
Methods in cz.cvut.kbss.jopa.sessions.descriptor that return LoadStateModifier and TypeMethodDescriptionLoadStateDescriptor.isLoaded()
LoadStateDescriptor.isLoaded
(FieldSpecification<?, ?> attribute) Methods in cz.cvut.kbss.jopa.sessions.descriptor with parameters of type LoadStateModifier and TypeMethodDescriptionvoid
LoadStateDescriptor.setLoaded
(FieldSpecification<? super T, ?> fs, LoadState state) Constructors in cz.cvut.kbss.jopa.sessions.descriptor with parameters of type LoadStateModifierConstructorDescriptionLoadStateDescriptor
(T instance, EntityType<T> et, LoadState defaultState)