public final enum

AnnotatedClassType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.hibernate.cfg.AnnotatedClassType

Class Overview

Type of annotation of a class will give its type

Summary

Enum Values
AnnotatedClassType  EMBEDDABLE  has a @Embeddable annotation  
AnnotatedClassType  EMBEDDABLE_SUPERCLASS  has @EmbeddedSuperclass annotation  
AnnotatedClassType  ENTITY  has @Entity annotation  
AnnotatedClassType  NONE  has no revelent top level annotation  
Public Methods
static AnnotatedClassType valueOf(String name)
final static AnnotatedClassType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AnnotatedClassType EMBEDDABLE

has a @Embeddable annotation

public static final AnnotatedClassType EMBEDDABLE_SUPERCLASS

has @EmbeddedSuperclass annotation

public static final AnnotatedClassType ENTITY

has @Entity annotation

public static final AnnotatedClassType NONE

has no revelent top level annotation

Public Methods

public static AnnotatedClassType valueOf (String name)

public static final AnnotatedClassType[] values ()