public class AttributeConverterDefinition extends Object
| Constructor and Description |
|---|
AttributeConverterDefinition(javax.persistence.AttributeConverter attributeConverter,
boolean autoApply) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.AttributeConverter |
getAttributeConverter() |
Class |
getDatabaseColumnType() |
Class |
getEntityAttributeType() |
boolean |
isAutoApply() |
String |
toString() |
public AttributeConverterDefinition(javax.persistence.AttributeConverter attributeConverter,
boolean autoApply)
Copyright © 2015. All rights reserved.