List of usage examples for javax.persistence Entity interface-usage
From source file pl.softech.eav.domain.AbstractEntity.java
/** * @author Sawomir led <slawomir.sledz@sof-tech.pl> * @since 1.0 */ @MappedSuperclass public class AbstractEntity implements Entity {
From source file org.sigmah.server.domain.base.AbstractEntity.java
/**
* Abstract entity, parent class of all domain entities.
*
* @author Denis Colliot (dcolliot@ideia.fr)
*/
@MappedSuperclass
From source file edu.harvard.med.screensaver.model.AbstractEntity.java
/**
* An abstract superclass for the entity beans in the domain model. Provides an
* abstract method {@link #getEntityId()} to define an entity id for all entity
* classes.
* <p>
* Provides a passive mechanism for enforcing a data access policy via the
From source file com.haulmont.cuba.core.entity.BaseGenericIdEntity.java
/**
* Base class for persistent entities.
* <p>When choosing a base class for your entity, consider more specific base classes defining the primary key type:
* <ul>
* <li>{@link BaseUuidEntity}</li>
* <li>{@link BaseLongIdEntity}</li>
From source file org.silverpeas.core.persistence.datasource.model.AbstractEntity.java
/**
* This abstract class must be extended by all Silverpeas entity definitions that have to be
* persisted.
* <p/>
* The entity extensions must handle {@link #performBeforePersist()} and {@link
* #performBeforeUpdate()} methods.
From source file org.silverpeas.persistence.model.AbstractEntity.java
/**
* This abstract class must be extended by all Silverpeas entity definitions that have to be
* persisted.
* <p/>
* The entity extensions must handle {@link #performBeforePersist()} and {@link
* #performBeforeUpdate()} methods.
From source file no.abmu.questionnarie.domain.PostValidator.java
/**
* @author Erik Romson, erik@zenior.no
* @author $Author:$
* @version $Rev:$
* @date $Date:$
* @copyright ABM-Utvikling