Class AbstractWsEntity

java.lang.Object
org.fryske_akademy.jpa.AbstractWsEntity
All Implemented Interfaces:
Serializable

@MappedSuperclass public class AbstractWsEntity extends Object implements Serializable
Base for 'readonly' entities in for example webservices. Defines the same columns as AbstractEntity but no auto generated id and no @Version. This enables the use of eclipselink including weaving capabilities (speed).
Author:
eduard
See Also:
  • Constructor Details

    • AbstractWsEntity

      public AbstractWsEntity()
  • Method Details