@java.lang.SuppressWarnings("rawtypes")
public abstract class AbstractPersistentProperty
extends java.lang.Object
    Abstract implementation of the PersistentProperty interface that uses the PropertyDescriptor instance to establish name and type.
| Modifiers | Name | Description | 
|---|---|---|
protected MappingContext  | 
                            context | 
                            |
protected java.lang.Boolean  | 
                            inherited | 
                            |
protected java.lang.String  | 
                            name | 
                            |
protected PersistentEntity  | 
                            owner | 
                            |
protected java.lang.Class  | 
                            type | 
                            
| Constructor and description | 
|---|
                                AbstractPersistentProperty
                                (PersistentEntity owner, MappingContext context, java.beans.PropertyDescriptor descriptor) | 
                        
                                AbstractPersistentProperty
                                (PersistentEntity owner, MappingContext context, java.lang.String name, java.lang.Class type) | 
                        
| Type | Name and description | 
|---|---|
java.lang.String | 
                            getCapitilizedName() | 
                        
java.lang.String | 
                            getName() | 
                        
PersistentEntity | 
                            getOwner() | 
                        
java.lang.Class | 
                            getType() | 
                        
boolean | 
                            isInherited() | 
                        
boolean | 
                            isNullable() | 
                        
java.lang.String | 
                            toString() | 
                        
| Methods inherited from class | Name | 
|---|---|
class java.lang.Object | 
                            java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |