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 SummaryFields
- 
Field Details- 
SCHEMAMeta annotation member to represent the schema. This exists for backward compatibility and should not be used.- See Also:
 
- 
CATALOGMeta 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:
 
 
-