JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.annotations
AnyKeyJdbcType
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
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()