This project has retired. For details please refer to its Attic page.
Constraint

org.apache.maven.archiva.database
Interface Constraint

Package class diagram package Constraint
All Known Subinterfaces:
DeclarativeConstraint, SimpleConstraint
All Known Implementing Classes:
AbstractDeclarativeConstraint, AbstractSimpleConstraint, ArchivaAuditLogsConstraint, ArchivaRepositoryByUrlConstraint, ArtifactsByChecksumConstraint, ArtifactsByRepositoryConstraint, ArtifactsProcessedConstraint, ArtifactsRelatedConstraint, ArtifactVersionsConstraint, MostRecentArchivaAuditLogsConstraint, MostRecentRepositoryScanStatistics, OlderArtifactsByAgeConstraint, OlderSnapshotArtifactsByAgeConstraint, ProjectsByArtifactUsageConstraint, RangeConstraint, RecentArtifactsByAgeConstraint, RepositoryContentStatisticsByRepositoryConstraint, RepositoryProblemByArtifactConstraint, RepositoryProblemByGroupIdConstraint, RepositoryProblemByRepositoryIdConstraint, RepositoryProblemByTypeConstraint, RepositoryProblemConstraint, UniqueArtifactIdConstraint, UniqueFieldConstraint, UniqueGroupIdConstraint, UniqueVersionConstraint

public interface Constraint

Constraint - a generic object for dealing with database constraints.

See Also:
DeclarativeConstraint, SimpleConstraint

Field Summary
static java.lang.String ASCENDING
           
static java.lang.String DESCENDING
           
 
Method Summary
 java.lang.String getFetchLimits()
          Get the fetch limits on the object.
 

Field Detail

ASCENDING

static final java.lang.String ASCENDING
See Also:
Constant Field Values

DESCENDING

static final java.lang.String DESCENDING
See Also:
Constant Field Values
Method Detail

getFetchLimits

java.lang.String getFetchLimits()
Get the fetch limits on the object.

Returns:
the fetch limits on the object. (can be null) (O/RM specific)