| Modifier and Type | Required Element and Description |
|---|---|
String |
type
The Hibernate type name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Parameter[] |
parameters
Any configuration parameters for the named type.
|
public abstract String type
The Hibernate type name. Usually the fully qualified name of an implementation class for
Type, UserType or
CompositeUserType. May also refer to a type definition by name
TypeDef.name()
public abstract Parameter[] parameters
Any configuration parameters for the named type.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.