Package | Description |
---|---|
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
Modifier and Type | Method and Description |
---|---|
static Number |
IdentifierGeneratorHelper.createNumber(long value,
Class clazz)
Deprecated.
Use the
holders instead. |
static Serializable |
IdentifierGeneratorHelper.get(ResultSet rs,
String identifier,
Type type,
Dialect dialect)
Extract the value from the result set (which is assumed to already have been positioned to the apopriate row)
and wrp it in the appropriate Java numeric type.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.