Interface Metadata

All Known Implementing Classes:
ColumnMetadata, DatabaseMetadata, RepositoryMetadata, TableMetadata

public interface Metadata
Marker interface for metadata representations in the ORM framework.

Classes implementing this interface represent metadata related to entities, tables, or repositories. It serves as a common type for metadata handling.