In Java version 8 were introduced method references in the format SomeClass::method. Field references do not exist in the language, but would be useful for compile-time checked, type-safe queries to ...
This is the code sample to accompany the blog post: Creating Java JPA entities with an XML field. This repository illustrates the usage of an XML field within a JPA entity.