Uses of Interface
org.eclipse.persistence.jpa.config.Enumerated
-
Packages that use Enumerated Package Description org.eclipse.persistence.internal.jpa.config.converters org.eclipse.persistence.internal.jpa.config.mappings org.eclipse.persistence.jpa.config -
-
Uses of Enumerated in org.eclipse.persistence.internal.jpa.config.converters
Classes in org.eclipse.persistence.internal.jpa.config.converters that implement Enumerated Modifier and Type Class Description classEnumeratedImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.converters that return Enumerated Modifier and Type Method Description EnumeratedEnumeratedImpl. setType(String type) -
Uses of Enumerated in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return Enumerated Modifier and Type Method Description EnumeratedAbstractDirectMappingImpl. setEnumerated()EnumeratedAbstractCollectionMappingImpl. setMapKeyEnumerated()EnumeratedElementCollectionImpl. setMapKeyEnumerated() -
Uses of Enumerated in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return Enumerated Modifier and Type Method Description EnumeratedArray. setEnumerated()EnumeratedBasic. setEnumerated()EnumeratedElementCollection. setEnumerated()EnumeratedId. setEnumerated()EnumeratedElementCollection. setMapKeyEnumerated()EnumeratedManyToMany. setMapKeyEnumerated()EnumeratedOneToMany. setMapKeyEnumerated()EnumeratedEnumerated. setType(String type)
-