Package io.micronaut.data.annotation.sql
Interface SqlMembers
public interface SqlMembers
Interface for meta annotation members specific to SQL.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Field Summary
-
Field Details
-
SCHEMA
Meta annotation member to represent the schema. This exists for backward compatibility and should not be used.- See Also:
-
CATALOG
Meta annotation member to represent the catalog. This is not an actual annotation member because not all database types support the notion of a custom schema.- See Also:
-