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