Constants.Packages

public static final class Packages

The Packages contains constant values related with packages inside MDS module.

Fields

BASE

public static final String BASE

Constant BASE presents the base package for all pakcages inside MDS module.

ENTITY

public static final String ENTITY

Constant ENTITY presents a package for entity classes.

See also: .BASE

REPOSITORY

public static final String REPOSITORY

Constant REPOSITORY presents a package for repository classes.

See also: .BASE

SERVICE

public static final String SERVICE

Constant SERVICE presents a package for service interfaces.

See also: .BASE

SERVICE_IMPL

public static final String SERVICE_IMPL

Constant SERVICE_IMPL presents a package for implementation of interfaces defined in SERVICE package.

See also: .BASE, .SERVICE