Class ManyToAnyAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.ManyToAnyAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class ManyToAnyAnnotation
extends Object
implements ManyToAny
-
Constructor Summary
ConstructorsConstructorDescriptionManyToAnyAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantManyToAnyAnnotation
(ManyToAny annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantManyToAnyAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
ManyToAnyAnnotation
public ManyToAnyAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
ManyToAnyAnnotation
public ManyToAnyAnnotation(ManyToAny annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
ManyToAnyAnnotation
public ManyToAnyAnnotation(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
-
fetch
-
fetch
-