public abstract class AbstractPersistentProperty<T extends Property> extends Object implements PersistentProperty
Abstract implementation of the PersistentProperty interface that uses the PropertyDescriptor instance to establish name and type.
| Modifiers | Name | Description |
|---|---|---|
protected MappingContext |
context |
|
protected Boolean |
inherited |
|
protected String |
name |
|
protected PersistentEntity |
owner |
|
protected Class<?> |
type |
| Constructor and description |
|---|
AbstractPersistentProperty(PersistentEntity owner, MappingContext context, PropertyDescriptor descriptor) |
AbstractPersistentProperty(PersistentEntity owner, MappingContext context, String name, Class<?> type) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getCapitilizedName() |
|
public String |
getName() |
|
public PersistentEntity |
getOwner() |
|
public PropertyReader |
getReader() |
|
public Class<?> |
getType() |
|
public PropertyWriter |
getWriter() |
|
public boolean |
isInherited() |
|
public boolean |
isNullable() |
|
public String |
toString() |