Uses of Interface
org.eclipse.persistence.jpa.config.Convert
Packages that use Convert
Package
Description
-
Uses of Convert in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return Convert -
Uses of Convert in org.eclipse.persistence.internal.jpa.config.converters
Classes in org.eclipse.persistence.internal.jpa.config.converters that implement ConvertMethods in org.eclipse.persistence.internal.jpa.config.converters that return ConvertModifier and TypeMethodDescriptionConvertImpl.setAttributeName
(String attributeName) ConvertImpl.setConverter
(String converter) ConvertImpl.setDisableConversion
(Boolean disableConversion) -
Uses of Convert in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return ConvertModifier 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
Methods in org.eclipse.persistence.jpa.config that return ConvertModifier 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)