Package org.ctan.site.domain.account
Class RoleConverter
java.lang.Object
org.ctan.site.domain.account.RoleConverter
public class RoleConverter
extends Object
implements jakarta.persistence.AttributeConverter<Role,String>
The class
RoleConverter
contains the converter from and to Role
values to strings.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn
(@NonNull Role role) convertToEntityAttribute
(@NonNull String value)
-
Constructor Details
-
RoleConverter
public RoleConverter()
-
-
Method Details