Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbFetchProfileImpl
Packages that use JaxbFetchProfileImpl
-
Uses of JaxbFetchProfileImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbFetchProfileImplModifier and TypeFieldDescriptionprotected List<JaxbFetchProfileImpl>
JaxbEntityImpl.fetchProfiles
protected List<JaxbFetchProfileImpl>
JaxbEntityMappingsImpl.fetchProfiles
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbFetchProfileImplModifier and TypeMethodDescriptionObjectFactory.createJaxbFetchProfileImpl()
Create an instance ofJaxbFetchProfileImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbFetchProfileImplModifier and TypeMethodDescriptionJaxbEntity.getFetchProfiles()
JaxbEntityImpl.getFetchProfiles()
Gets the value of the fetchProfiles property.JaxbEntityMappingsImpl.getFetchProfiles()
Gets the value of the fetchProfiles property.