mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Optionally check javax.validation annotations, Remove some Ldap code
This commit is contained in:
@@ -29,12 +29,5 @@ public class BeanManager<T> {
|
||||
public BeanDescriptor<T> getBeanDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return true if this bean type is an LDAP entity type.
|
||||
*/
|
||||
public boolean isLdapEntityType() {
|
||||
return descriptor.isLdapEntityType();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user