Uses of Interface
org.springframework.data.jpa.repository.support.CrudMethodMetadata
Packages that use CrudMethodMetadata
-
Uses of CrudMethodMetadata in org.springframework.data.jpa.repository.support
Methods in org.springframework.data.jpa.repository.support that return CrudMethodMetadataModifier and TypeMethodDescriptionprotected CrudMethodMetadataSimpleJpaRepository.getRepositoryMethodMetadata()Methods in org.springframework.data.jpa.repository.support with parameters of type CrudMethodMetadataModifier and TypeMethodDescriptionJpaRepositoryFactory.getRepositoryFragments(RepositoryMetadata metadata, jakarta.persistence.EntityManager entityManager, EntityPathResolver resolver, CrudMethodMetadata crudMethodMetadata) CreatesRepositoryComposition.RepositoryFragmentsbased onRepositoryMetadatato add JPA-specific extensions.voidJpaRepositoryImplementation.setRepositoryMethodMetadata(CrudMethodMetadata crudMethodMetadata) Configures theCrudMethodMetadatato be used with the repository.voidSimpleJpaRepository.setRepositoryMethodMetadata(CrudMethodMetadata crudMethodMetadata) Configures a customCrudMethodMetadatato be used to detectLockModeTypes and query hints to be applied to queries.Constructors in org.springframework.data.jpa.repository.support with parameters of type CrudMethodMetadataModifierConstructorDescriptionQuerydslJpaPredicateExecutor(JpaEntityInformation<T, ?> entityInformation, jakarta.persistence.EntityManager entityManager, EntityPathResolver resolver, CrudMethodMetadata metadata) Creates a newQuerydslJpaPredicateExecutorfrom the given domain class andEntityManagerand uses the givenEntityPathResolverto translate the domain class into anEntityPath.