Uses of Interface
javax.jdo.AttributeConverter
Packages that use AttributeConverter
Package
Description
Package providing the Java Data Objects (JDO) primary API components.
This package contains classes representing the different components of the JDO Metadata.
-
Uses of AttributeConverter in javax.jdo
Classes in javax.jdo that implement AttributeConverterModifier and TypeClassDescriptionstatic class
Dummy converter to represent "use the implementation default for this type" when using annotations. -
Uses of AttributeConverter in javax.jdo.metadata
Methods in javax.jdo.metadata that return AttributeConverterModifier and TypeMethodDescriptionAttributeConverter
<?, ?> ElementMetadata.getConverter()
Accessor for the attribute converter for this element (if any).AttributeConverter
<?, ?> KeyMetadata.getConverter()
Accessor for the attribute converter for this key (if any).AttributeConverter
<?, ?> MemberMetadata.getConverter()
Accessor for the attribute converter for this member (if any).AttributeConverter
<?, ?> ValueMetadata.getConverter()
Accessor for the attribute converter for this value (if any).Methods in javax.jdo.metadata with parameters of type AttributeConverterModifier and TypeMethodDescriptionElementMetadata.setConverter
(AttributeConverter<?, ?> conv) Method to set the attribute converter to use for this element.KeyMetadata.setConverter
(AttributeConverter<?, ?> conv) Method to set the attribute converter to use for this key.MemberMetadata.setConverter
(AttributeConverter<?, ?> conv) Method to set the attribute converter to use for this member.ValueMetadata.setConverter
(AttributeConverter<?, ?> conv) Method to set the attribute converter to use for this value.