Package | Description |
---|---|
org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
org.hibernate.metamodel.source | |
org.hibernate.metamodel.source.internal |
Modifier and Type | Method and Description |
---|---|
TypeDef |
Metadata.getTypeDefinition(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<TypeDef> |
Metadata.getTypeDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImplementor.addTypeDefinition(TypeDef typeDef) |
Modifier and Type | Method and Description |
---|---|
TypeDef |
MetadataImpl.getTypeDefinition(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<TypeDef> |
MetadataImpl.getTypeDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImpl.addTypeDefinition(TypeDef typeDef) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.