Uses of Class
org.eclipse.persistence.internal.jpa.metadata.tables.UniqueConstraintMetadata
-
Packages that use UniqueConstraintMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.tables -
-
Uses of UniqueConstraintMetadata in org.eclipse.persistence.internal.jpa.metadata.tables
Methods in org.eclipse.persistence.internal.jpa.metadata.tables that return types with arguments of type UniqueConstraintMetadata Modifier and Type Method Description List<UniqueConstraintMetadata>TableMetadata. getUniqueConstraints()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.tables with type arguments of type UniqueConstraintMetadata Modifier and Type Method Description voidTableMetadata. setUniqueConstraints(List<UniqueConstraintMetadata> uniqueConstraints)INTERNAL: Used for OX mapping.
-