Uses of Class
org.alfresco.repo.domain.propval.PropertyValueEntity.PersistedType
-
Packages that use PropertyValueEntity.PersistedType Package Description org.alfresco.repo.domain.propval -
-
Uses of PropertyValueEntity.PersistedType in org.alfresco.repo.domain.propval
Fields in org.alfresco.repo.domain.propval with type parameters of type PropertyValueEntity.PersistedType Modifier and Type Field Description protected static java.util.Map<java.lang.Class<?>,PropertyValueEntity.PersistedType>DefaultPropertyTypeConverter. defaultPersistedTypesByClassAn unmodifiable map of types and how they should be persistedstatic java.util.Map<java.lang.Short,PropertyValueEntity.PersistedType>PropertyValueEntity. persistedTypesByOrdinalAn unmodifiable map of persisted type enums keyed by their ordinal numberMethods in org.alfresco.repo.domain.propval that return PropertyValueEntity.PersistedType Modifier and Type Method Description PropertyValueEntity.PersistedTypePropertyValueEntity. getPersistedTypeEnum()static PropertyValueEntity.PersistedTypePropertyValueEntity. getPersistedTypeEnum(java.io.Serializable value, PropertyTypeConverter converter)Helper method to determine how the given value will be stored.PropertyValueEntity.PersistedTypeDefaultPropertyTypeConverter. getPersistentType(java.io.Serializable value)When external to persisted type mappings are not obvious, the persistence framework, before persisting asSERIALIZABLE, will give the converter a chance to choose how the value must be persisted:LONGDOUBLESTRINGSERIALIZABLECONSTRUCTABLEThe converter should returnSERIALIZABLEif no further conversions are possible.PropertyValueEntity.PersistedTypePropertyTypeConverter. getPersistentType(java.io.Serializable value)When external to persisted type mappings are not obvious, the persistence framework, before persisting asSERIALIZABLE, will give the converter a chance to choose how the value must be persisted:LONGDOUBLESTRINGSERIALIZABLECONSTRUCTABLEThe converter should returnSERIALIZABLEif no further conversions are possible.static PropertyValueEntity.PersistedTypePropertyValueEntity.PersistedType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropertyValueEntity.PersistedType[]PropertyValueEntity.PersistedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.domain.propval with parameters of type PropertyValueEntity.PersistedType Modifier and Type Method Description protected voidDefaultPropertyTypeConverter. addTypeMapping(java.lang.Class<?> clazz, PropertyValueEntity.PersistedType targetType)Allow subclasses to add further type mappings specific to the implementation
-