Class EntityViewAwareJpaQueryMethod
java.lang.Object
org.springframework.data.repository.query.QueryMethod
org.springframework.data.jpa.repository.query.JpaQueryMethod
com.blazebit.persistence.spring.data.base.query.EntityViewAwareJpaQueryMethod
public class EntityViewAwareJpaQueryMethod
extends org.springframework.data.jpa.repository.query.JpaQueryMethod
- Since:
- 1.6.9
- Author:
- Moritz Becker, Christian Beikov, Eugen Mayer
-
Constructor Summary
ConstructorsConstructorDescriptionEntityViewAwareJpaQueryMethod(Method method, EntityViewAwareRepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, org.springframework.data.jpa.provider.QueryExtractor extractor) Creates aJpaQueryMethod. -
Method Summary
Methods inherited from class org.springframework.data.jpa.repository.query.JpaQueryMethod
createParameters, getAnnotatedQuery, getCountQuery, getEntityInformation, getNamedQueryName, getParameters, getQueryMetaAttributes, getQueryRewriter, getRequiredAnnotatedQuery, hasQueryMetaAttributes, isCollectionQuery, isModifyingQuery, isProcedureQueryMethods inherited from class org.springframework.data.repository.query.QueryMethod
createParameters, getDomainClass, getName, getResultProcessor, getReturnedObjectType, isPageQuery, isQueryForEntity, isScrollQuery, isSliceQuery, isStreamQuery, toString
-
Constructor Details
-
EntityViewAwareJpaQueryMethod
public EntityViewAwareJpaQueryMethod(Method method, EntityViewAwareRepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, org.springframework.data.jpa.provider.QueryExtractor extractor) Creates aJpaQueryMethod.- Parameters:
method- must not be nullextractor- must not be nullmetadata- must not be null
-
-
Method Details
-
getLockModeType
public jakarta.persistence.LockModeType getLockModeType() -
getEntityGraph
public org.springframework.data.jpa.repository.query.JpaEntityGraph getEntityGraph() -
getHints
-
isEntityViewQuery
public boolean isEntityViewQuery() -
getEntityViewClass
-
getJpaParameters
-