summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-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"/>