Uses of Class
org.hibernate.AssertionFailure

Packages that use AssertionFailure
org.hibernate.metamodel.source.annotations   
 

Uses of AssertionFailure in org.hibernate.metamodel.source.annotations
 

Methods in org.hibernate.metamodel.source.annotations that throw AssertionFailure
static boolean JandexHelper.containsSingleAnnotations(Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations, org.jboss.jandex.DotName annotationName)
           
static org.jboss.jandex.AnnotationInstance JandexHelper.getSingleAnnotation(org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.DotName annotationName)
           
static org.jboss.jandex.AnnotationInstance JandexHelper.getSingleAnnotation(Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations, org.jboss.jandex.DotName annotationName)
           
static
<T> T
JandexHelper.getValue(org.jboss.jandex.AnnotationInstance annotation, String element, Class<T> type)
          Retrieves a jandex annotation element value.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.