java.lang.Object
com.broadleafcommerce.common.jpa.autoconfigure.converter.standard.LocaleConverter
 
- All Implemented Interfaces:
- jakarta.persistence.AttributeConverter<Locale,String>
public class LocaleConverter
extends Object
implements jakarta.persistence.AttributeConverter<Locale,String> 
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
LocaleConverterpublic LocaleConverter() 
 
- 
Method Details
- 
convertToDatabaseColumn
- Specified by:
- convertToDatabaseColumnin interface- jakarta.persistence.AttributeConverter<Locale,String>
 
- 
convertToEntityAttribute
- Specified by:
- convertToEntityAttributein interface- jakarta.persistence.AttributeConverter<Locale,String>