| Package | Description |
|---|---|
| org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
| org.hibernate.metamodel.binding | |
| org.hibernate.metamodel.source | |
| org.hibernate.metamodel.source.annotations.attribute | |
| org.hibernate.metamodel.source.binder | |
| org.hibernate.metamodel.source.internal |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
Metadata.getIdGenerator(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityIdentifier.setIdGenerator(IdGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataImplementor.addIdGenerator(IdGenerator generator) |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
SimpleIdentifierSourceImpl.getIdentifierGeneratorDescriptor() |
IdGenerator |
BasicAttribute.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
IdentifierSource.getIdentifierGeneratorDescriptor()
Obtain the identifier generator source.
|
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
MetadataImpl.getIdGenerator(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataImpl.addIdGenerator(IdGenerator generator) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.