Uses of Interface
jakarta.persistence.FetchOption
Packages that use FetchOption
Package
Description
Defines the core APIs for the management for persistence and
object/relational mapping.
-
Uses of FetchOption in jakarta.persistence
Classes in jakarta.persistence that implement FetchOptionModifier and TypeClassDescriptionfinal recordSpecifies a batch size, that is, how many entities should be fetched in each request to the database.enumSpecifies how theEntityManagerinteracts with the second-level cache when data is read from the database via theEntityManager.find(Class, Object, Map)methods and execution of queries.enumSpecifies how theEntityManagerinteracts with the second-level cache when data is read from the database and when data is written to the database.enumDefines policies for fetching data from the database.Methods in jakarta.persistence that return types with arguments of type FetchOptionModifier and TypeMethodDescriptionAttributeNode.getOptions()Return the options controlling how this node is fetched.Methods in jakarta.persistence with parameters of type FetchOptionModifier and TypeMethodDescriptionAttributeNode.addOption(FetchOption option) Specify an option controlling how this node is fetched, overwriting any existing option of the same type.