Example usage for org.hibernate.annotations Entity subclass-usage

List of usage examples for org.hibernate.annotations Entity subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.annotations Entity subclass-usage.

Usage

From source file com.isotrol.impe3.pms.model.FileEntity.java

/**
 * Entity that represents an uploaded file.
 * @author Andres Rodriguez
 */
@javax.persistence.Entity
@Table(name = "FILE_DATA")

From source file org.xchain.namespaces.hibernate.test.om.UserNote.java

/**
 * @author Christian Trimble
 */
@javax.persistence.Entity
public class UserNote extends Entity {
    private User user;

From source file rocks.byivo.ecommercelite.model.Buy.java

/**
 *
 * @author byivo
 */
@javax.persistence.Entity
@Table(name = "buys")