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