notes/pl/java/libfws/spring/data/mongo/annotations.txt
Ihar Hancharenka b179e012f2 m
2023-08-20 16:12:51 +03:00

16 строки
545 B
Plaintext

2023
https://www.baeldung.com/spring-data-mongodb-index-annotations-converter
@Indexed, @Transient, @PersistenceConstructor
@EnableMongoRepositories(basePackage=...) // config-file package auto-added to basePackage
@DBRef
https://www.baeldung.com/spring-mongodb-dbref-annotation
https://www.baeldung.com/cascading-with-dbref-and-lifecycle-events-in-spring-data-mongodb#dbref
@Document
https://www.baeldung.com/spring-data-mongodb-collection-name
@Index, @CompoundIndex
https://www.baeldung.com/spring-data-mongodb-unique