Uses of Enum
org.eclipse.persistence.annotations.BatchFetchType
Packages that use BatchFetchType
Package
Description
-
Uses of BatchFetchType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return BatchFetchTypeModifier and TypeMethodDescriptionstatic BatchFetchTypeReturns the enum constant of this type with the specified name.static BatchFetchType[]BatchFetchType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BatchFetchType in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as BatchFetchTypeModifier and TypeFieldDescriptionprotected BatchFetchTypeForeignReferenceMapping.batchFetchTypeIndicates whether the referenced object should always be batch read on read all queries, and defines the type of batch fetch to use.Methods in org.eclipse.persistence.mappings that return BatchFetchTypeModifier and TypeMethodDescriptionForeignReferenceMapping.getBatchFetchType()PUBLIC: Return the type of batch fetching to use for all queries for this class if configured.Methods in org.eclipse.persistence.mappings with parameters of type BatchFetchTypeModifier and TypeMethodDescriptionvoidForeignReferenceMapping.setBatchFetchType(BatchFetchType batchFetchType) PUBLIC: Set the type of batch fetching to use for all queries for this class. -
Uses of BatchFetchType in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as BatchFetchTypeModifier and TypeFieldDescriptionprotected BatchFetchTypeBatchFetchPolicy.typeDefine the type of batch fetching to use.Methods in org.eclipse.persistence.queries that return BatchFetchTypeModifier and TypeMethodDescriptionBatchFetchPolicy.getType()Return the batch fetch type, (JOIN, IN, EXISTS).Methods in org.eclipse.persistence.queries with parameters of type BatchFetchTypeModifier and TypeMethodDescriptionvoidObjectLevelReadQuery.setBatchFetchType(BatchFetchType type) PUBLIC: Set the batch fetch type for the query.voidBatchFetchPolicy.setType(BatchFetchType type) Set the batch fetch type, (JOIN, IN, EXISTS).Constructors in org.eclipse.persistence.queries with parameters of type BatchFetchType