@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Inherited public @interface Table
public abstract String schema
schema() is specified, then it will be
used as a schema of current table, i.e. as a prefix to the name of the table, which can
be specified in value(). schema() is not specified, then spring data will assume the default schema,
The default schema itself can be provided by the means of NamingStrategy.getSchema()Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.