Package | Description |
---|---|
org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
Modifier and Type | Method and Description |
---|---|
Size.LobMultiplier |
Size.getLobMultiplier() |
static Size.LobMultiplier |
Size.LobMultiplier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Size.LobMultiplier[] |
Size.LobMultiplier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Size |
Size.length(long length,
Size.LobMultiplier lobMultiplier) |
void |
Size.setLobMultiplier(Size.LobMultiplier lobMultiplier) |
Constructor and Description |
---|
Size(int precision,
int scale,
long length,
Size.LobMultiplier lobMultiplier)
Complete constructor.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.