Skip to content

rorychatterton/micronaut_data_error_reproduction

Repository files navigation

Error

This repository exists to reproduce an error related to typedef's for custom wrappers with Micronaut Data

Issue

When using Micronaut Data Typedef, Get/Create/Update/Delete actions work as expected with custom types, but Hibernate Queries do not.

Instead of successfully returning a result that returns plural, the following error is thrown:

java.lang.UnsupportedOperationException: Unwrap strategy not known for this Java type : io.ozee.TestID
	at org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType.unwrap(UnknownBasicJavaType.java:60)
	...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages