mirror of https://github.com/apache/archiva.git
mark all those new classes @since 2.0.0
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1542904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ba361e648
commit
41be147a8f
|
@ -30,6 +30,7 @@ import org.apache.archiva.metadata.repository.cassandra.model.Repository;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
public interface CassandraEntityManagerFactory
|
||||
{
|
||||
|
|
|
@ -59,6 +59,7 @@ import java.util.Set;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
public class CassandraMetadataRepository
|
||||
implements MetadataRepository
|
||||
|
|
|
@ -36,6 +36,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Service("repositorySessionFactory#cassandra")
|
||||
public class CassandraRepositorySessionFactory
|
||||
|
|
|
@ -21,6 +21,7 @@ package org.apache.archiva.metadata.repository.cassandra;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
public class CassandraUtils
|
||||
{
|
||||
|
|
|
@ -54,6 +54,7 @@ import java.util.Properties;
|
|||
* FIXME make all configuration not hardcoded :-)
|
||||
*
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Service( "archivaEntityManagerFactory#cassandra" )
|
||||
public class DefaultCassandraEntityManagerFactory
|
||||
|
|
|
@ -33,6 +33,7 @@ import java.util.Date;
|
|||
* Cassandra storage model for {@link org.apache.archiva.metadata.model.ArtifactMetadata}
|
||||
*
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Entity
|
||||
public class ArtifactMetadataModel
|
||||
|
|
|
@ -30,6 +30,7 @@ import javax.persistence.Id;
|
|||
* Cassandra storage model for {@link org.apache.archiva.metadata.model.MetadataFacet}
|
||||
*
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Entity
|
||||
public class MetadataFacetModel
|
||||
|
|
|
@ -30,9 +30,9 @@ import java.io.Serializable;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Entity
|
||||
//@Table( name = "namespace", schema = "ArchivaKeySpace@archiva")
|
||||
public class Namespace
|
||||
implements Serializable
|
||||
{
|
||||
|
|
|
@ -29,6 +29,7 @@ import java.io.Serializable;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Entity
|
||||
public class Project
|
||||
|
|
|
@ -37,6 +37,7 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Entity
|
||||
public class ProjectVersionMetadataModel
|
||||
|
|
|
@ -30,9 +30,9 @@ import java.io.Serializable;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Entity
|
||||
@Table(name = "repository", schema = "ArchivaKeySpace@archiva")
|
||||
public class Repository
|
||||
implements Serializable
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue