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 @Nullable 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.default voidJpaRepositoryConfigurationAware.setRepositoryMethodMetadata(CrudMethodMetadata metadata) Configures theCrudMethodMetadatato be used with the repository.voidQuerydslJpaPredicateExecutor.setRepositoryMethodMetadata(CrudMethodMetadata metadata) voidSimpleJpaRepository.setRepositoryMethodMetadata(CrudMethodMetadata metadata) 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, @Nullable CrudMethodMetadata metadata) Creates a newQuerydslJpaPredicateExecutorfrom the given domain class andEntityManagerand uses the givenEntityPathResolverto translate the domain class into anEntityPath.