javax.persistence.AttributeConverter<Boolean,Integer>
public class BooleanJpaConverter extends Object implements javax.persistence.AttributeConverter<Boolean,Integer>
BooleanJpaConverter()
Integer
convertToDatabaseColumn(Boolean attribute)
Boolean
convertToEntityAttribute(Integer dbData)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BooleanJpaConverter()
public Integer convertToDatabaseColumn(Boolean attribute)
convertToDatabaseColumn
public Boolean convertToEntityAttribute(Integer dbData)
convertToEntityAttribute
Copyright © 2018. All rights reserved.