public class CustomWithMapping<T extends Property> extends Custom implements PropertyWithMapping
A Custom property with a PropertyMapping
T - The property type| Modifiers | Name | Description |
|---|---|---|
protected PropertyMapping<T> |
propertyMapping |
| Constructor and description |
|---|
CustomWithMapping(PersistentEntity entity, MappingContext context, java.beans.PropertyDescriptor property, CustomTypeMarshaller<?, ?, ?> customTypeMarshaller) |
CustomWithMapping(PersistentEntity entity, MappingContext context, java.beans.PropertyDescriptor property, CustomTypeMarshaller<?, ?, ?> customTypeMarshaller, PropertyMapping<T> propertyMapping) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public PropertyMapping<T> |
getMapping() |
|
public void |
setMapping(PropertyMapping<T> propertyMapping) |
| Methods inherited from class | Name |
|---|---|
class Custom |
getCustomTypeMarshaller |
class AbstractPersistentProperty |
getCapitilizedName, getName, getOwner, getReader, getType, getWriter, isInherited, isNullable, toString |