Uses of Enum Class
jakarta.persistence.FetchType
Packages that use FetchType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
This package contains classes which are "shared" by other subsystems,
and implementations of some key algorithms.
This package defines the Hibernate configuration-time mapping model.
-
Uses of FetchType in jakarta.persistence
Methods in jakarta.persistence that return FetchType -
Uses of FetchType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as FetchTypeModifier and TypeFieldDescriptionprotected FetchTypeJaxbBasic.fetchprotected FetchTypeJaxbElementCollection.fetchprotected FetchTypeJaxbManyToMany.fetchprotected FetchTypeJaxbManyToOne.fetchprotected FetchTypeJaxbOneToMany.fetchprotected FetchTypeJaxbOneToOne.fetchMethods in org.hibernate.boot.jaxb.mapping that return FetchTypeModifier and TypeMethodDescriptionFetchableAttribute.getFetch()JaxbBasic.getFetch()Gets the value of the fetch property.JaxbElementCollection.getFetch()Gets the value of the fetch property.JaxbManyToMany.getFetch()Gets the value of the fetch property.JaxbManyToOne.getFetch()Gets the value of the fetch property.JaxbOneToMany.getFetch()Gets the value of the fetch property.JaxbOneToOne.getFetch()Gets the value of the fetch property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type FetchTypeModifier and TypeMethodDescriptionvoidvoidSets the value of the fetch property.voidSets the value of the fetch property.voidSets the value of the fetch property.voidSets the value of the fetch property.voidSets the value of the fetch property.voidSets the value of the fetch property. -
Uses of FetchType in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return FetchTypeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type FetchType -
Uses of FetchType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type FetchType -
Uses of FetchType in org.hibernate.engine
Methods in org.hibernate.engine with parameters of type FetchType -
Uses of FetchType in org.hibernate.mapping
Methods in org.hibernate.mapping that return FetchTypeConstructors in org.hibernate.mapping with parameters of type FetchType