public static class EntityDescriptorBuilder.Entity extends Object
Constructor and Description |
---|
Entity(Collection<Annotation> annotations,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
<E> E |
getAnnotation(Class<E> annotationType) |
Collection<Annotation> |
getAnnotations() |
javax.persistence.Table |
getTable() |
Class<?> |
getType() |
public Entity(Collection<Annotation> annotations, Class<?> type)
public javax.persistence.Table getTable()
public Class<?> getType()
public <E> E getAnnotation(Class<E> annotationType)
public Collection<Annotation> getAnnotations()
Copyright © 2015. All Rights Reserved.