summaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/persistence.xml
diff options
context:
space:
mode:
authormavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-07-23 05:40:57 +0500
committermavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-07-23 05:40:57 +0500
commit6f1cc0c541b516f51787d5e5318410de0ab73cc2 (patch)
tree6d6ad02b2b4e121ebde8bbef92588398292b84cf /src/main/resources/META-INF/persistence.xml
parent8c8338192cfa715980d0b6fb032f63d184ee22ab (diff)
tenth commit
Diffstat (limited to 'src/main/resources/META-INF/persistence.xml')
-rw-r--r--src/main/resources/META-INF/persistence.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/META-INF/persistence.xml b/src/main/resources/META-INF/persistence.xml
index 7798194..00cb84d 100644
--- a/src/main/resources/META-INF/persistence.xml
+++ b/src/main/resources/META-INF/persistence.xml
@@ -7,7 +7,7 @@
<persistence-unit name="animarfo" transaction-type="RESOURCE_LOCAL">
<provider>org.hibernate.ogm.jpa.HibernateOgmPersistence</provider>
- <class>files.entity.User</class>
+ <class>files.entity.TelegramUser</class>
<properties>
<property name="hibernate.ogm.datastore.provider" value="mongodb"/>