 2 | , the default schema for the user is used. Default value: "" Since: JPA 2.0 UniqueConstraint |
 2 | ) The schema of the table. Defaults to the default schema for user. Default value: "" Since: JPA 1.0 |
 2 | . (Optional) The schema of the table. Defaults to the default schema for user. Default value |
 2 | schema for user. Default value: "" Since: JPA 1.0 UniqueConstraint[] uniqueConstraints (Optional |
 2 | . Defaults to the default schema for user. Default value: "" Since: JPA 1.0 String table (Optional) Name |
 2 | {
@Id int id;
@Transient User currentUser;
...
} Since: JPA 1.0 This annotation is a marker annotation (with no elements). |
 2 | Annotation Element javax.persistence.JoinTable String schema (Optional) The schema of the table. Defaults to the default schema for user. Default value: "" Since: JPA 1.0 |
 2 | of the criteria query is CriteriaQuery for some user-defined class X (i.e., a criteria query object created by |
 2 | query is CriteriaQuery for some user-defined class X (i.e., a criteria query object created by passing |
 2 | that results from the query execution. If the type of the criteria query is CriteriaQuery for some user |