Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionsince 3.5 as the used evaluation does not represent whether a
JpaEntityGraphis dynamic or not.since 4.0. Please use java.time types instead.
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptioninternal utility class.since 4.0, in favor of using either
AbstractEntityManagerFactoryBeanthat provides a sharedEntityManageror usingSharedEntityManagerCreatordirectly in your configuration.
-
Deprecated Annotation InterfacesAnnotation InterfaceDescriptionsince 4.0. Please use java.time types instead.
-
Deprecated MethodsMethodDescriptionUse
JpaRepository.deleteAllInBatch(Iterable)instead.useJpaRepository.getReferenceById(ID)instead.useJpaRepository.getReferenceById(ID)instead.since 3.5 as the used evaluation does not represent whether aJpaEntityGraphis dynamic or not.overrideSimpleJpaRepository.getCountQuery(Specification, Class)instead