public class EntityCheck extends Object
| Constructor and Description |
|---|
EntityCheck() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasEntityAnnotation(Set<String> classAnnotations)
Return true if the class annotations contains one of the entity annotations.
|
static boolean |
isEntityAnnotation(String desc)
Return true if the annotation is for an Entity, Embeddable, MappedSuperclass or DocStore.
|
public EntityCheck()
public static boolean isEntityAnnotation(String desc)
public static boolean hasEntityAnnotation(Set<String> classAnnotations)
Copyright © 2019. All rights reserved.