META-INF.orm.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlassian-connect-spring-boot-jpa-starter Show documentation
Show all versions of atlassian-connect-spring-boot-jpa-starter Show documentation
Provides JPA support and migrations for Atlassian Connect Spring Boot add-ons
<?xml version="1.0" encoding="UTF-8"?> <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm" version="2.0"> <entity class="com.atlassian.connect.spring.AtlassianHost"> <entity-listeners> <entity-listener class="org.springframework.data.jpa.domain.support.AuditingEntityListener"/> </entity-listeners> <attributes> <id name="clientKey"/> </attributes> </entity> </entity-mappings>