So konfigurieren Sie den MongoDB -Sammlungsnamen für eine Klasse in Federdaten

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: So konfigurieren Sie den MongoDB -Sammlungsnamen für eine Klasse in Federdaten

by Anonymous » 02 Apr 2025, 04:37

Ich habe eine Sammlung namens Products in meiner MongoDB -Datenbank, die durch die Schnittstelle iProductPrice in meinem Java -Code dargestellt wird. Die folgende Repository -Deklaration bewirkt das Frühjahrsdatum in der Sammlung db.Collection: IntelliPrice.iproductPrice . IProductPrice . Ist das möglich? Wie kann ich das tun? < /P>

Code: Select all

public interface ProductsRepository extends
MongoRepository {
}

Top