Represents a custom type ie. a type whose database read/write semantics are specified by the user.
Constructor and description |
---|
Custom
(PersistentEntity owner, MappingContext context, java.beans.PropertyDescriptor descriptor, CustomTypeMarshaller<?, ?, ?> customTypeMarshaller) |
protected Custom
(PersistentEntity owner, MappingContext context, java.lang.String name, java.lang.Class<?> type, CustomTypeMarshaller<?, ?, ?> customTypeMarshaller) |
Type | Name and description |
---|---|
CustomTypeMarshaller<java.lang.Object, T, T> |
getCustomTypeMarshaller() @return The type converter for this custom type |
Methods inherited from class | Name |
---|---|
class AbstractPersistentProperty |
getCapitilizedName, getName, getOwner, getReader, getType, getWriter, isInherited, isNullable, toString |
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() |