nl.pbemengine.engine.ng.blueprint.config
Annotation Type HibernateConfiguration


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface HibernateConfiguration

Configuration annotation for containing hibernate information

Author:
Jeroen Steenbeeke

Optional Element Summary
 java.lang.Class[] value
          The set of Hibernate entities directives
 

value

public abstract java.lang.Class[] value
The set of Hibernate entities directives

Returns:
An array of Classes that should be persisted annotations
Default:
{}


Copyright © 2008. All Rights Reserved.