JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
org.hibernate.annotations
Annotation Interface AnyKeyJdbcType
@Target
({
METHOD
,
FIELD
,
ANNOTATION_TYPE
})
@Retention
(
RUNTIME
)
public @interface
AnyKeyJdbcType
Form of
JdbcType
used to describe the foreign key part of an
Any
mapping.
Since:
6.0
See Also:
Any
AnyKeyJdbcTypeCode
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Class
<? extends
JdbcType
>
value
The descriptor to use for the key column
Element Details
value
Class
<? extends
JdbcType
>
value
The descriptor to use for the key column
See Also:
JdbcType.value()