Package io.goobi.viewer.dao.converter
package io.goobi.viewer.dao.converter
JPA
AttributeConverter implementations that handle serialization and deserialization of
complex domain types (such as lists, translated texts, and scoped settings) to and from database column values.-
ClassesClassDescriptionJPA
AttributeConverterthat mapsConsentScopeobjects to and from their string representation for persistent storage.JPAAttributeConverterthat serialisesDisplayScopeobjects to a JSON string for database storage and deserialises them back on read.Store simple strings in single database field.JPAAttributeConverterthat converts aSimpleMediaHolderto and from the numeric ID of the underlyingCMSMediaItemfor database persistence.Store simple strings in single database field.Objects using this converter should be cloned after reading from the database, otherwise changes to the text values may not be updated correctly.JPAAttributeConverterthat mapsWidgetContentTypeenum values to and from their string name for database storage.