public interface DomainProperty extends PersistentProperty, Comparable
An API to join the PersistentProperty to the org.springframework.validation.Validator to assist with scaffolding
| Type Params | Return Type | Name and description |
|---|---|---|
|
public PersistentEntity |
getAssociatedEntity()
|
|
public Class |
getAssociatedType()
|
|
public Class |
getBeanType()
|
|
public Constrained |
getConstrained()
|
|
public String |
getDefaultLabel()
|
|
public PersistentEntity |
getDomainClass()
|
|
public List<String> |
getLabelKeys()
|
|
public String |
getPathFromRoot()
|
|
public PersistentProperty |
getPersistentProperty()
|
|
public Class |
getRootBeanType()
|
|
public PersistentProperty |
getRootProperty()
|
|
public boolean |
isRequired()
|
|
public void |
setRootProperty(PersistentProperty rootProperty)Sets the root property |
| Methods inherited from class | Name |
|---|---|
interface Comparable |
compareTo |
Sets the root property
rootProperty - The root property