Uses of Enum Class
org.alfresco.repo.domain.propval.PropertyValueEntity.PersistedType
Packages that use PropertyValueEntity.PersistedType
-
Uses of PropertyValueEntity.PersistedType in org.alfresco.repo.domain.propval
Fields in org.alfresco.repo.domain.propval with type parameters of type PropertyValueEntity.PersistedTypeModifier and TypeFieldDescriptionprotected static final Map<Class<?>,PropertyValueEntity.PersistedType> DefaultPropertyTypeConverter.defaultPersistedTypesByClassAn unmodifiable map of types and how they should be persistedstatic final Map<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.PersistedTypeModifier and TypeMethodDescriptionPropertyValueEntity.getPersistedTypeEnum()PropertyValueEntity.getPersistedTypeEnum(Serializable value, PropertyTypeConverter converter) Helper method to determine how the given value will be stored.DefaultPropertyTypeConverter.getPersistentType(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.PropertyTypeConverter.getPersistentType(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.Returns the enum constant of this class with the specified name.static PropertyValueEntity.PersistedType[]PropertyValueEntity.PersistedType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.domain.propval with parameters of type PropertyValueEntity.PersistedTypeModifier and TypeMethodDescriptionprotected voidDefaultPropertyTypeConverter.addTypeMapping(Class<?> clazz, PropertyValueEntity.PersistedType targetType) Allow subclasses to add further type mappings specific to the implementation