Class JPAVariableSerializer

  • All Implemented Interfaces:
    TypedValueSerializer<ObjectValue>

    public class JPAVariableSerializer
    extends AbstractTypedValueSerializer<ObjectValue>
    Variable type capable of storing reference to JPA-entities. Only JPA-Entities which are configured by annotations are supported. Use of compound primary keys is not supported.
    Author:
    Frederik Heremans, Daniel Meyer