Uses of Class
org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
-
-
Uses of UuidGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type UuidGeneratorMetadata Modifier and Type Method Description voidMetadataProject. addUuidGenerator(UuidGeneratorMetadata uuidGenerator)INTERNAL: Add a UUID generator metadata to the project. -
Uses of UuidGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return UuidGeneratorMetadata Modifier and Type Method Description UuidGeneratorMetadataMappedSuperclassAccessor. getUuidGenerator()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type UuidGeneratorMetadata Modifier and Type Method Description voidMappedSuperclassAccessor. setUuidGenerator(UuidGeneratorMetadata uuidGenerator)INTERNAL: Used for OX mapping. -
Uses of UuidGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return UuidGeneratorMetadata Modifier and Type Method Description UuidGeneratorMetadataBasicAccessor. getUuidGenerator()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type UuidGeneratorMetadata Modifier and Type Method Description voidBasicAccessor. setUuidGenerator(UuidGeneratorMetadata uuidGenerator)INTERNAL: Used for OX mapping. -
Uses of UuidGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type UuidGeneratorMetadata Modifier and Type Method Description List<UuidGeneratorMetadata>XMLEntityMappings. getUuidGenerators()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type UuidGeneratorMetadata Modifier and Type Method Description voidXMLEntityMappings. setUuidGenerators(List<UuidGeneratorMetadata> uuidGenerators)INTERNAL: Used for OX mapping.
-