@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Type
Type
,
UserType
,
CompositeUserType
,
TypeDef
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
type
The Hibernate type name.
|
Modifier and Type | Optional Element and Description |
---|---|
Parameter[] |
parameters
Any configuration parameters for the named type.
|
public abstract java.lang.String type
Type
, UserType
or
CompositeUserType
. May also refer to a type definition by name
TypeDef.name()
public abstract Parameter[] parameters
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.