|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetadataSource | |
|---|---|
| org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
| org.hibernate.mapping | This package defines the Hibernate configuration-time metamodel. |
| Uses of MetadataSource in org.hibernate.cfg |
|---|
| Methods in org.hibernate.cfg with parameters of type MetadataSource | |
|---|---|
FetchProfile |
Configuration.MappingsImpl.findOrCreateFetchProfile(String name,
MetadataSource source)
|
FetchProfile |
Mappings.findOrCreateFetchProfile(String name,
MetadataSource source)
Retrieves a fetch profile by either finding one currently in this repository matching the given name or by creating one (and adding it). |
| Uses of MetadataSource in org.hibernate.mapping |
|---|
| Methods in org.hibernate.mapping that return MetadataSource | |
|---|---|
MetadataSource |
FetchProfile.getSource()
Retrieve the fetch profile source. |
static MetadataSource |
MetadataSource.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MetadataSource[] |
MetadataSource.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.hibernate.mapping with parameters of type MetadataSource | |
|---|---|
FetchProfile(String name,
MetadataSource source)
Create a fetch profile representation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||