Class DelegatingEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.DelegatingEntityInformation<T,ID>
All Implemented Interfaces:
EntityInformation<T,ID>, EntityMetadata<T>

public class DelegatingEntityInformation<T,ID> extends Object implements EntityInformation<T,ID>
Useful base class to implement custom EntityInformations and delegate execution of standard methods from EntityInformation to a special implementation.
Author:
Oliver Gierke
  • Constructor Details

    • DelegatingEntityInformation

      public DelegatingEntityInformation(EntityInformation<T,ID> delegate)
  • Method Details