public class ConverterTextArray extends Object implements javax.persistence.AttributeConverter<List<String>,Array>, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
ConverterTextArray() |
| Modifier and Type | Method and Description |
|---|---|
Array |
convertToDatabaseColumn(List<String> attribute) |
List<String> |
convertToEntityAttribute(Array dbData) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2025. All rights reserved.