Class JmixEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.AbstractEntityInformation<T,ID>
io.jmix.core.impl.repository.support.JmixEntityInformation<T,ID>
All Implemented Interfaces:
org.springframework.data.repository.core.EntityInformation<T,ID>, org.springframework.data.repository.core.EntityMetadata<T>

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

  • Constructor Details

  • Method Details

    • getId

      public ID getId(T object)
    • getIdType

      public Class<ID> getIdType()
    • isNew

      public boolean isNew(T entity)
      Specified by:
      isNew in interface org.springframework.data.repository.core.EntityInformation<T,ID>
      Overrides:
      isNew in class org.springframework.data.repository.core.support.AbstractEntityInformation<T,ID>