org.springframework.roo.addon.dbre
Annotation Type RooDbManaged


@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface RooDbManaged

Indicates the lifecycle of the entity and entity identifiers are managed by the database reverse engineering process.

Since:
1.1
Author:
Alan Stewart

Optional Element Summary
 boolean automaticallyDelete
           
 

automaticallyDelete

public abstract boolean automaticallyDelete
Returns:
whether to delete the database-managed entity (defaults to true).
Default:
true


Copyright © 2011. All Rights Reserved.