1 package org.completion;2 /** Completion of all J2EE annotation names */3 /**CC4 @J|5 JoinColumn (javax.persistence)6 @JoinColumn()7 */8 9 /** Completion of reduced J2EE annotation names */10 /**CC11 @Ta|12 TableGenerator (javax.persistence)13 @TableGenerator()14 */15 16 /** Completion of all J2EE annotation attributes */17 /**CC18 @ManyToOne(|19 boolean optional20 @ManyToOne(optional=21 */22 23 /** Completion of reduced J2EE annotation attributes */24 /**CC25 @Inheritance(stra|26 InheritanceType strategy27 @Inheritance(strategy=28 */29 30 /** Completion of all J2EE annotation values */31 /**CC32 @Basic(fetch=|33 LAZY FetchType34 @Basic(fetch=LAZY35 */36 37 /** Completion of reduced J2EE annotation values */38 /**!!!CC39 @ManyToOne(cascade=R|40 REMOVE CascadeType41 @ManyToOne(cascade=CascadeType.REMOVE42 */43