Package com.softwareag.centrasite.appl.framework.persistence.mapper.slots

Interface Summary
SlotHandler Interface of a handler for slot values.
 

Class Summary
AbstractSlotHandler Abstract base class for slot handlers.
BooleanSlotHandler Implementation of SlotHandler for boolean values.
CalendarSlotHandler Implementation of SlotHandler for Calendar values.
CustomDateSlotHandler Implementation of SlotHandler for Date values with xs:dateTime representation.
DateSlotHandler Implementation of SlotHandler for Date values.
EnumSlotHandler A slot handler for enumerations.
IntegerSlotHandler Implementation of SlotHandler for integer values.
LongSlotHandler Implementation of SlotHandler for long values.
StringSlotHandler Implementation of SlotHandler for strings.
TimestampSlotHandler Handles timestamps.