Uses of Enum Class
org.seasar.doma.FetchType
Packages that use FetchType
Package
Description
Provides annotations and exceptions.
Provides classes to build dynamic SQL statements.
Provides the SQL queries and builders.
Provides query objects that build and execute SQL statements.
-
Uses of FetchType in org.seasar.doma
Methods in org.seasar.doma that return FetchType -
Uses of FetchType in org.seasar.doma.jdbc.builder
Methods in org.seasar.doma.jdbc.builder with parameters of type FetchType -
Uses of FetchType in org.seasar.doma.jdbc.criteria.query
Methods in org.seasar.doma.jdbc.criteria.query that return FetchType -
Uses of FetchType in org.seasar.doma.jdbc.query
Fields in org.seasar.doma.jdbc.query declared as FetchTypeModifier and TypeFieldDescriptionprotected FetchTypeAbstractSelectQuery.fetchTypeThe fetch type for this query.Methods in org.seasar.doma.jdbc.query that return FetchTypeModifier and TypeMethodDescriptionAbstractSelectQuery.getFetchType()Returns the fetch type for this query.CountQuery.getFetchType()Returns the fetch type for this query.SelectQuery.getFetchType()Returns the fetch type for this query.Methods in org.seasar.doma.jdbc.query with parameters of type FetchTypeModifier and TypeMethodDescriptionvoidAbstractSelectQuery.setFetchType(FetchType fetchType) Sets the fetch type for this query.