@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Table
If no Table annotation is specified for an entity class, the default values apply.
Table
String
name
schema
public abstract String name
Defaults to the entity name.
public abstract String schema
Defaults to the default schema for user.
Copyright © 2084–2018 dukeware.com. All rights reserved.