1
0

add hs_admin_contact table and repository with findContactByOptionalLabelLike+save

This commit is contained in:
Michael Hoennig
2022-09-06 19:43:15 +02:00
parent da793ee546
commit 2afdb3c3d7
11 changed files with 567 additions and 10 deletions

View File

@ -1,15 +1,15 @@
package net.hostsharing.hsadminng.hs.admin.contact;
import com.vladmihalcea.hibernate.type.array.ListArrayType;
import lombok.*;
import org.hibernate.annotations.TypeDef;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import java.util.UUID;
@Entity
@Table(name = "hs_admin_contact_rv")
@Getter
@Setter
@Builder