Uses of Class
org.apache.ibatis.mapping.FetchType
-
Packages that use FetchType Package Description org.apache.ibatis.annotations Contains all the annotation that are used in mapper interfaces.org.apache.ibatis.mapping Base package for mapping. -
-
Uses of FetchType in org.apache.ibatis.annotations
Methods in org.apache.ibatis.annotations that return FetchType Modifier and Type Method Description FetchType
fetchType()
Returns the fetch strategy for nested statement.FetchType
fetchType()
Returns the fetch strategy for nested statement. -
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 type with the specified name.static FetchType[]
FetchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-