Uses of Interface
org.hibernate.models.spi.AnnotationTarget.AnnotationUsageProcessor
Packages that use AnnotationTarget.AnnotationUsageProcessor
-
Uses of AnnotationTarget.AnnotationUsageProcessor in org.hibernate.models.spi
Methods in org.hibernate.models.spi with parameters of type AnnotationTarget.AnnotationUsageProcessorModifier and TypeMethodDescriptiondefault <T,A extends Annotation>
TAnnotationTarget.fromAnnotations(Class<A> annotationType, AnnotationTarget.AnnotationUsageProcessor<T, A> processor, ModelsContext modelContext) Returns a "matching value" using the passedprocessorfrom the annotations, of the passedannotationType, used on the target.