✔D
Size: a a a
AV
AV
А
@
IdClas
s
, аналогичное поведение с @EmbeddedId
А
@NamedQuery
(JPQL) ?А
E
AT
10.1. Initialize a Database Using JPA
JPA has features for DDL generation, and these can be set up to run on startup against the database. This is controlled through two external properties:
spring.jpa.generate-ddl (boolean) switches the feature on and off and is vendor independent.
spring.jpa.hibernate.ddl-auto (enum) is a Hibernate feature that controls the behavior in a more fine-grained way. This feature is described in more detail later in this guide.
А
А
Ar
KJ
@RequestPart Flux<FilePart> partFlux
. В s3 гружу используя software.amazon.awssdk.core.async.AsyncRequestBody
. В этом интерфейсе есть метод public Optional<Long> contentLength()
который должен возвращать значение. Проблема в том, что из запроса multipart/form-data нельзя узнать длину контента каждого файла, а ткак как принимаю я flux - то и на стороне сервиса тоже этого сделать нельзя, так как это труба. Как быть?PG
М
PG
AW
PB
AW