Class RegisterEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.AbstractEntityInformation<T,ID>
com.onec.spring.RegisterEntityInformation<T,ID>
All Implemented Interfaces:
org.springframework.data.repository.core.EntityInformation<T,ID>, org.springframework.data.repository.core.EntityMetadata<T>

public class RegisterEntityInformation<T,ID> extends org.springframework.data.repository.core.support.AbstractEntityInformation<T,ID>
  • Constructor Details

    • RegisterEntityInformation

      public RegisterEntityInformation(Class<T> domainClass)
  • Method Details

    • getId

      public ID getId(T entity)
    • getIdType

      public Class<ID> getIdType()