Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
-
Packages that use JaxbHbmFetchProfileType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmFetchProfileType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmFetchProfileType Modifier and Type Field Description protected List<JaxbHbmFetchProfileType>
JaxbHbmDiscriminatorSubclassEntityType. fetchProfile
protected List<JaxbHbmFetchProfileType>
JaxbHbmHibernateMapping. fetchProfile
protected List<JaxbHbmFetchProfileType>
JaxbHbmJoinedSubclassEntityType. fetchProfile
protected List<JaxbHbmFetchProfileType>
JaxbHbmRootEntityType. fetchProfile
protected List<JaxbHbmFetchProfileType>
JaxbHbmUnionSubclassEntityType. fetchProfile
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchProfileType Modifier and Type Method Description JaxbHbmFetchProfileType
ObjectFactory. createJaxbHbmFetchProfileType()
Create an instance ofJaxbHbmFetchProfileType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmFetchProfileType Modifier and Type Method Description List<JaxbHbmFetchProfileType>
EntityInfo. getFetchProfile()
List<JaxbHbmFetchProfileType>
JaxbHbmDiscriminatorSubclassEntityType. getFetchProfile()
Gets the value of the fetchProfile property.List<JaxbHbmFetchProfileType>
JaxbHbmHibernateMapping. getFetchProfile()
Gets the value of the fetchProfile property.List<JaxbHbmFetchProfileType>
JaxbHbmJoinedSubclassEntityType. getFetchProfile()
Gets the value of the fetchProfile property.List<JaxbHbmFetchProfileType>
JaxbHbmRootEntityType. getFetchProfile()
Gets the value of the fetchProfile property.List<JaxbHbmFetchProfileType>
JaxbHbmUnionSubclassEntityType. getFetchProfile()
Gets the value of the fetchProfile property. -
Uses of JaxbHbmFetchProfileType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmFetchProfileType Modifier and Type Method Description static void
FetchProfileBinder. processFetchProfile(HbmLocalMetadataBuildingContext context, JaxbHbmFetchProfileType fetchProfileBinding)
Handling for a<fetch-profile/>
declaration.static void
FetchProfileBinder. processFetchProfile(HbmLocalMetadataBuildingContext context, JaxbHbmFetchProfileType fetchProfileBinding, String containingEntityName)
Handling for a<fetch-profile/>
declaration.
-