Class PersistentEntityResource

java.lang.Object
org.springframework.hateoas.RepresentationModel<org.springframework.hateoas.EntityModel<T>>
org.springframework.hateoas.EntityModel<Object>
org.springframework.data.rest.webmvc.PersistentEntityResource

public class PersistentEntityResource extends org.springframework.hateoas.EntityModel<Object>
A Spring HATEOAS EntityModel subclass that holds a reference to the entity's PersistentEntity metadata.
Author:
Jon Brisbin, Oliver Gierke, Dario Seidl
  • Method Details