Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
-
Packages that use JaxbFetchProfile Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbFetchProfile in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbFetchProfile Modifier and Type Field Description protected List<JaxbFetchProfile>
JaxbEntity. fetchProfile
protected List<JaxbFetchProfile>
JaxbEntityMappings. fetchProfiles
Methods in org.hibernate.boot.jaxb.mapping that return JaxbFetchProfile Modifier and Type Method Description JaxbFetchProfile
ObjectFactory. createJaxbFetchProfile()
Create an instance ofJaxbFetchProfile
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbFetchProfile Modifier and Type Method Description List<JaxbFetchProfile>
JaxbEntity. getFetchProfile()
Gets the value of the fetchProfile property.List<JaxbFetchProfile>
JaxbEntityMappings. getFetchProfiles()
Gets the value of the fetchProfiles property.
-