Class TypeRegistrationAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.TypeRegistrationAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class TypeRegistrationAnnotation
extends Object
implements TypeRegistration
-
Constructor Summary
ConstructorsConstructorDescriptionTypeRegistrationAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantTypeRegistrationAnnotation(TypeRegistration annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantTypeRegistrationAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> Class<?> voidbasicClass(Class<?> value) userType()void
-
Constructor Details
-
TypeRegistrationAnnotation
public TypeRegistrationAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
TypeRegistrationAnnotation
public TypeRegistrationAnnotation(TypeRegistration annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
TypeRegistrationAnnotation
public TypeRegistrationAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
basicClass
-
basicClass
-
userType
-
userType
-