Interface PersistentEntityAwareQuery<E>

Type Parameters:
E - The entity type
All Known Subinterfaces:
BindableParametersPreparedQuery<E,R>, BindableParametersStoredQuery<E,R>, SqlPreparedQuery<E,R>, SqlStoredQuery<E,R>
All Known Implementing Classes:
DefaultBindableParametersPreparedQuery, DefaultBindableParametersStoredQuery, DefaultSqlPreparedQuery, DefaultSqlStoredQuery

@Internal public interface PersistentEntityAwareQuery<E>
The PersistentEntity aware query.
Since:
3.8.0
  • Method Summary

    Modifier and Type
    Method
    Description
    io.micronaut.data.model.runtime.RuntimePersistentEntity<E>
     
  • Method Details

    • getPersistentEntity

      io.micronaut.data.model.runtime.RuntimePersistentEntity<E> getPersistentEntity()
      Returns:
      The persistent entity