Pimento PropertyType Implementations



Interfaces
 InterfaceDescription
 IdType Represents a PropertyType that can be used as an entity id.
 PropertyType Represents a single type of property and encapsulates the mechanism with which values for that type are converted from and to entity snapshots.
Classes
 ClassDescription
 AbstractAssociationType Base class for property types that represent associations to other entities.
 AbstractCollectionType Base class for property types that represent collections.
 AbstractSimpleType Base class for all simple properties.
 AbstractUnindexedCollectionType Base class for property types that represent unindexed collections.
 AssociationType Represents a ManyToOne or OneToOne association.
 BagType Represents a bag property.
 BooleanType Represent a boolean property.
 DateType Represents a Date property.
 EnumType Represents an Enum property.
 ListType Represent a list property.
 MapType Represents a map property.
 NumberType Represents a Number property.
 SetType Represents a set property.
 StringType Represents a String property.