Uses of Interface
org.eclipse.persistence.jpa.config.Convert
Package
Description
-
Uses of Convert in org.eclipse.persistence.internal.jpa.config.classes
-
Uses of Convert in org.eclipse.persistence.internal.jpa.config.converters
Modifier and TypeMethodDescriptionConvertImpl.setAttributeName
(String attributeName) ConvertImpl.setConverter
(String converter) ConvertImpl.setDisableConversion
(Boolean disableConversion) -
Uses of Convert in org.eclipse.persistence.internal.jpa.config.mappings
Modifier and TypeMethodDescriptionAbstractDirectMappingImpl.addConvert()
This covers the JPA 2.1 use case where multiple converts can be added.EmbeddedImpl.addConvert()
AbstractCollectionMappingImpl.addMapKeyConvert()
This covers the JPA 2.1 use case where multiple converts can be added.ElementCollectionImpl.addMapKeyConvert()
This covers the JPA 2.1 use case where multiple converts can be added. -
Uses of Convert in org.eclipse.persistence.jpa.config
Modifier and TypeMethodDescriptionBasic.addConvert()
ElementCollection.addConvert()
Embedded.addConvert()
Entity.addConvert()
ElementCollection.addMapKeyConvert()
ManyToMany.addMapKeyConvert()
OneToMany.addMapKeyConvert()
Convert.setAttributeName
(String attributeName) Convert.setConverter
(String converter) Convert.setDisableConversion
(Boolean disableConversion)