Uses of Class
org.eclipse.persistence.annotations.BatchFetchType
-
Packages that use BatchFetchType Package Description org.eclipse.persistence.annotations org.eclipse.persistence.mappings org.eclipse.persistence.queries -
-
Uses of BatchFetchType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return BatchFetchType Modifier and Type Method Description BatchFetchTypevalue()(Optional) The type of batch-fetch to use.static BatchFetchTypeBatchFetchType. valueOf(String name)Returns 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 BatchFetchType Modifier and Type Field Description protected 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 BatchFetchType Modifier and Type Method Description BatchFetchTypeForeignReferenceMapping. 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 BatchFetchType Modifier and Type Method Description voidForeignReferenceMapping. 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 BatchFetchType Modifier and Type Field Description protected BatchFetchTypeBatchFetchPolicy. typeDefine the type of batch fetching to use.Methods in org.eclipse.persistence.queries that return BatchFetchType Modifier and Type Method Description BatchFetchTypeBatchFetchPolicy. getType()Return the batch fetch type, (JOIN, IN, EXISTS).Methods in org.eclipse.persistence.queries with parameters of type BatchFetchType Modifier and Type Method Description voidObjectLevelReadQuery. 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 Constructor Description BatchFetchPolicy(BatchFetchType type)
-