Top Methods
org.hibernate.annotations.common.reflection

public Interface XAnnotatedElement

Known Direct Subinterfaces
org.hibernate.annotations.common.reflection.XClass, org.hibernate.annotations.common.reflection.XMember, org.hibernate.annotations.common.reflection.XPackage
Known Direct Implementers
org.hibernate.annotations.common.reflection.java.JavaXAnnotatedElement
Imports
java.lang.annotation.Annotation

Authors
Paolo Perrotta, Davide Marchignoli

Method Summary

Modifier and TypeMethod and Description
public boolean
equals(Object x)

Returns true if the underlying artefact is the same

public <T extends Annotation> T
getAnnotation(Class<T> annotationType)

public Annotation[]
public <T extends Annotation> boolean
isAnnotationPresent(Class<T> annotationType)

Method Detail

equalsback to summary
public boolean equals(Object x)

Returns true if the underlying artefact is the same

getAnnotationback to summary
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotationsback to summary
public Annotation[] getAnnotations()
isAnnotationPresentback to summary
public <T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)