splite
This commit is contained in:
@@ -7,8 +7,6 @@ import org.springframework.util.Assert;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Id;
|
||||
import javax.persistence.Lob;
|
||||
import javax.persistence.MappedSuperclass;
|
||||
import java.time.ZoneOffset;
|
||||
import java.time.ZonedDateTime;
|
||||
|
||||
@@ -28,7 +26,6 @@ import java.time.ZonedDateTime;
|
||||
* @author Scott Battaglia
|
||||
* @since 3.0.0
|
||||
*/
|
||||
@MappedSuperclass
|
||||
public abstract class AbstractTicket implements Ticket {
|
||||
|
||||
private static final long serialVersionUID = -8506442397878267555L;
|
||||
|
||||
@@ -5,7 +5,6 @@ import org.maxkey.domain.apps.CasDetails;
|
||||
import org.springframework.security.core.Authentication;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Lob;
|
||||
|
||||
/**
|
||||
* Domain object representing a Service Ticket. A service ticket grants specific
|
||||
@@ -25,7 +24,7 @@ public class ServiceTicketImpl extends AbstractTicket {
|
||||
/**
|
||||
* The service this ticket is valid for.
|
||||
*/
|
||||
@Lob
|
||||
|
||||
@Column(name = "SERVICE", nullable = false, length = Integer.MAX_VALUE)
|
||||
private Service service;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user