Package org.spicefactory.pimento.type

Pimento PropertyType Implementations.

See:
          Description

Interface Summary
PropertyAware Interface to be implemented by PropertyType classes that need a reference to the property they are applied to.
PropertyType Represents a single type of property and encapsulates the mechanism with which values for that type are converted from and to entity snapshots.
 

Class Summary
AbstractAssociationType Base class for property types that represent associations to other entities.
AbstractCollectionType Base class for property types that represent collections.
AbstractPropertyType 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 type.
BooleanType Represents a Boolean property type.
DateType Represents a Date property type.
EnumType Represents an Enum property.
ListType Represents a List property type.
MapType Represents a Map property type.
NumberType Represents a Number property type.
SetType Represents a Set property type.
StringType Represents a String property type.
 

Package org.spicefactory.pimento.type Description

Pimento PropertyType Implementations.