Example usage for org.hibernate.annotations ForeignKey interface-usage

List of usage examples for org.hibernate.annotations ForeignKey interface-usage

Introduction

In this page you can find the example usage for org.hibernate.annotations ForeignKey interface-usage.

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