Interface SchemaAwareDataSource

All Superinterfaces:
CommonDataSource, DataSource, Wrapper

public interface SchemaAwareDataSource extends DataSource
Allows to associate a schema string to this data source. The persistence layer will honor this schema name when creating SQL statements.
  • Method Details

    • setSchema

      void setSchema(String schema)
    • getSchema

      String getSchema()