Class FetchProfileOverrideAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.FetchProfileOverrideAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class FetchProfileOverrideAnnotation
extends Object
implements FetchProfileOverride
-
Constructor Summary
ConstructorsConstructorDescriptionFetchProfileOverrideAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantFetchProfileOverrideAnnotation
(FetchProfileOverride annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantFetchProfileOverrideAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
FetchProfileOverrideAnnotation
public FetchProfileOverrideAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
FetchProfileOverrideAnnotation
public FetchProfileOverrideAnnotation(FetchProfileOverride annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
FetchProfileOverrideAnnotation
public FetchProfileOverrideAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
mode
-
mode
-
fetch
-
fetch
-
profile
-
profile
-