Class 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:
    Serialized Form
    • Constructor Detail

      • AbstractWsEntity

        public AbstractWsEntity()