| Type | Name and description | 
|---|---|
java.lang.String | 
                            getCapitilizedName()The name with the first letter in upper case as per Java bean conventions  | 
                        
PropertyMapping<T> | 
                            getMapping()Specifies the mapping between this property and an external form such as a column, key/value pair etc.  | 
                        
java.lang.String | 
                            getName()The name of the property  | 
                        
PersistentEntity | 
                            getOwner()Obtains the owner of this persistent property  | 
                        
java.lang.Class<?> | 
                            getType()The type of the property  | 
                        
boolean | 
                            isInherited()@return Whether this property is inherited  | 
                        
boolean | 
                            isNullable()Whether the property can be set to null  | 
                        
The name with the first letter in upper case as per Java bean conventions
Specifies the mapping between this property and an external form such as a column, key/value pair etc.
The name of the property
Obtains the owner of this persistent property
The type of the property
Whether the property can be set to null