Uses of Package
com.peterphi.std.guice.hibernate.usertype
Packages that use com.peterphi.std.guice.hibernate.usertype
- 
Classes in com.peterphi.std.guice.hibernate.usertype used by com.peterphi.std.guice.hibernate.usertypeClassDescriptionEncodes 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