11-25-2016 12:18 AM
12-16-2016 03:46 PM
Looking at the source, the only supported ID types are primitives. There is a comment in the code that goes:
Class<?> type = metaData.getIdType();
// According to JPA-spec all primitive types (and wrappers) are supported, String, util.Date, sql.Date, BigDecimal and BigInteger
By using a generic, the code is passing through a serializable that is not properly matched. Seems this would be a relatively easy override in the JPAEntityMappings class.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.