Annotation Interface ExoEntity


@Retention(RUNTIME) @Target(TYPE) @Deprecated(since="1.6.0") public @interface ExoEntity
Deprecated.
Define the list of entities inside the file 'src/main/resources/jpa-entities.idx' in order to include the JPA entities in Hibernate Mappings list rather than using this annotation which may not be interpreted when executing tests using IDE.
Describe a class as a JPA entity managed by eXo Platform
Version:
$Revision$
Author:
Benoit de Chateauvieux