Package org.fryske_akademy.jpa
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 asAbstractEntitybut no auto generated id and no @Version. This enables the use of eclipselink including weaving capabilities (speed).- Author:
- eduard
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractWsEntity()
-