java.lang.Object
com.broadleafcommerce.common.jpa.converter.PrimitiveBooleanConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<Boolean,Character>
public class PrimitiveBooleanConverter
extends Object
implements jakarta.persistence.AttributeConverter<Boolean,Character>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PrimitiveBooleanConverter
public PrimitiveBooleanConverter()
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumn
in interface jakarta.persistence.AttributeConverter<Boolean,Character>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttribute
in interface jakarta.persistence.AttributeConverter<Boolean,Character>