Uses of Class
org.eclipse.persistence.internal.jpa.metadata.sequencing.GeneratedValueMetadata
-
Packages that use GeneratedValueMetadata Package Description org.eclipse.persistence.internal.jpa.metadata org.eclipse.persistence.internal.jpa.metadata.accessors.mappings -
-
Uses of GeneratedValueMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type GeneratedValueMetadata Modifier and Type Method Description voidMetadataProject. addGeneratedValue(GeneratedValueMetadata generatedvalue, MetadataClass entityClass)INTERNAL: -
Uses of GeneratedValueMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return GeneratedValueMetadata Modifier and Type Method Description GeneratedValueMetadataBasicAccessor. getGeneratedValue()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type GeneratedValueMetadata Modifier and Type Method Description voidBasicAccessor. setGeneratedValue(GeneratedValueMetadata value)INTERNAL: Used for OX mapping.
-