Package com.peterphi.std.guice.hibernate.usertype
package com.peterphi.std.guice.hibernate.usertype
-
ClassesClassDescriptionEncodes a date as a BIGINT in the database.
NOTE: Dates being processed MUST NOT be modified in ANY way - they MUST be treated as immutable datatypesEncodes Joda DateTime values into a BIGINT column where the date is expressed in milliseconds since 1970.Encodes a SampleCount as a String in the formhh:mm:ss:ff@Timebase- SeeTimecode.getInstance(String)for information on the formatEncodes Joda DateTime values into a VARCHAR column where the date format is:yyyyMMdd'T'HHmmss.SSSZ.Encodes a Timecode as a String in the formSMPTE Timecode@Timebase- SeeTimecode.getInstance(String)for information on the format