Done ticket GEPAFINBE-87
This commit is contained in:
@@ -8,10 +8,12 @@ import jakarta.persistence.JoinColumn;
|
||||
import jakarta.persistence.ManyToOne;
|
||||
import jakarta.persistence.Table;
|
||||
import lombok.Data;
|
||||
import org.hibernate.annotations.Where;
|
||||
|
||||
@Entity
|
||||
@Table(name = "COMPANY")
|
||||
@Data
|
||||
@Where(clause = "is_deleted = false")
|
||||
public class CompanyEntity extends BaseEntity{
|
||||
|
||||
@Column(name = "COMPANY_NAME")
|
||||
|
||||
Reference in New Issue
Block a user