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
@@ -1,10 +1,8 @@
package com.avaje.ebeaninternal.server.deploy;
import java.util.ArrayList;
import java.util.Iterator;
import com.avaje.ebean.EbeanServer;
import com.avaje.ebean.InvalidValue;
import com.avaje.ebean.Query;
import com.avaje.ebean.Transaction;
import com.avaje.ebean.bean.BeanCollection;
@@ -50,11 +48,6 @@ public interface BeanCollectionHelp<T> {
*/
public BeanCollection<T> createReference(Object parentBean, String propertyName);
/**
* Validate the List Set or Map.
*/
public ArrayList<InvalidValue> validate(Object manyValue);
/**
* Refresh the List Set or Map.
*/