Package callofproject.dev.project.util
Class Constants
java.lang.Object
callofproject.dev.project.util.Constants
Class containing constants for package names and file paths used in the project.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The package name for the Data Access Layer (DAL) classes in the project.static final String
The package name for entity classes in the project.static final String
The package name for repository interfaces in the project.static final String
The package name for service classes in the project.static final String
The package name for utility classes in the project.static final String
The package name for repositories in the project.static final String
The base package name for services in the project.static final String
The file path for the test database, typically used for integration tests.static final String
The classpath location of the application properties file used for testing. -
Method Summary
-
Field Details
-
REPO_PACKAGE
The package name for repositories in the project.- See Also:
-
SERVICE_BASE_PACKAGE
The base package name for services in the project.- See Also:
-
TEST_PROPERTIES_FILE
The classpath location of the application properties file used for testing.- See Also:
-
TEST_DB_PATH
The file path for the test database, typically used for integration tests.- See Also:
-
PROJECT_SERVICE
The package name for service classes in the project.- See Also:
-
PROJECT_DAL
The package name for the Data Access Layer (DAL) classes in the project.- See Also:
-
PROJECT_REPOSITORY
The package name for repository interfaces in the project.- See Also:
-
PROJECT_ENTITY
The package name for entity classes in the project.- See Also:
-
PROJECT_UTIL
The package name for utility classes in the project.- See Also:
-