JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
org.apache.ibatis.mapping.FetchType
Packages that use
FetchType
Package
Description
org.apache.ibatis.mapping
Base package for mapping.
Uses of
FetchType
in
org.apache.ibatis.mapping
Methods in
org.apache.ibatis.mapping
that return
FetchType
Modifier and Type
Method
Description
static
FetchType
FetchType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
FetchType
[]
FetchType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.