public interface BeanPropertyAnnotation
extends org.brandao.brutos.bean.BeanProperty
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
String |
getBeanName() |
org.brandao.brutos.EnumerationType |
getEnumProperty() |
org.brandao.brutos.FetchType |
getFetchType() |
org.brandao.brutos.ScopeType |
getScope() |
String |
getTemporalProperty() |
org.brandao.brutos.type.Type |
getTypeInstance() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
<T extends Annotation> T getAnnotation(Class<T> annotation)
boolean isAnnotationPresent(Class<? extends Annotation> annotation)
org.brandao.brutos.type.Type getTypeInstance()
org.brandao.brutos.FetchType getFetchType()
String getTemporalProperty()
org.brandao.brutos.EnumerationType getEnumProperty()
String getBeanName()
org.brandao.brutos.ScopeType getScope()
Copyright © 2018 Brandao. All rights reserved.