Remove Validation and LDAP features

This commit is contained in:
Robin Bygrave
2013-04-09 00:05:42 +12:00
parent fb28c641d0
commit 9f624ec2bf
27 changed files with 132 additions and 609 deletions
@@ -2,8 +2,7 @@ package com.avaje.tests.model.basic;
import javax.persistence.Entity;
import javax.persistence.Id;
import com.avaje.ebean.validation.NotEmpty;
import javax.validation.constraints.NotNull;
@Entity
public class TWithPreInsert {
@@ -11,7 +10,7 @@ public class TWithPreInsert {
@Id
private Integer id;
@NotEmpty
@NotNull
private String name;
private String title;