List of usage examples for org.hibernate.annotations ForeignKey interface-usage
From source file org.broadleafcommerce.openadmin.server.domain.AdditionalForeignKeyImpl.java
@Entity @Inheritance(strategy = InheritanceType.JOINED) @Table(name = "BLC_SNDBX_ADDL_FRGN_KEY") @Cache(usage = CacheConcurrencyStrategy.READ_WRITE, region = "blSandBoxElements") public class AdditionalForeignKeyImpl implements ForeignKey {
From source file org.broadleafcommerce.openadmin.server.domain.ForeignKeyImpl.java
/**
*
* @author jfischer
*
*/
@Entity