Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.internal.hbm |
Modifier and Type | Field and Description |
---|---|
protected List<JaxbHbmFetchProfileType> |
JaxbHbmUnionSubclassEntityType.fetchProfile |
protected List<JaxbHbmFetchProfileType> |
JaxbHbmRootEntityType.fetchProfile |
protected List<JaxbHbmFetchProfileType> |
JaxbHbmJoinedSubclassEntityType.fetchProfile |
protected List<JaxbHbmFetchProfileType> |
JaxbHbmHibernateMapping.fetchProfile |
protected List<JaxbHbmFetchProfileType> |
JaxbHbmDiscriminatorSubclassEntityType.fetchProfile |
Modifier and Type | Method and Description |
---|---|
JaxbHbmFetchProfileType |
ObjectFactory.createJaxbHbmFetchProfileType()
Create an instance of
JaxbHbmFetchProfileType |
Modifier and Type | Method and Description |
---|---|
List<JaxbHbmFetchProfileType> |
JaxbHbmUnionSubclassEntityType.getFetchProfile()
Gets the value of the fetchProfile property.
|
List<JaxbHbmFetchProfileType> |
JaxbHbmRootEntityType.getFetchProfile()
Gets the value of the fetchProfile property.
|
List<JaxbHbmFetchProfileType> |
JaxbHbmJoinedSubclassEntityType.getFetchProfile()
Gets the value of the fetchProfile property.
|
List<JaxbHbmFetchProfileType> |
JaxbHbmHibernateMapping.getFetchProfile()
Gets the value of the fetchProfile property.
|
List<JaxbHbmFetchProfileType> |
JaxbHbmDiscriminatorSubclassEntityType.getFetchProfile()
Gets the value of the fetchProfile property.
|
List<JaxbHbmFetchProfileType> |
EntityInfo.getFetchProfile() |
Modifier and Type | Method and 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. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.