Uses of Interface
org.hibernate.metamodel.Metadata.Options

Packages that use Metadata.Options
org.hibernate.metamodel NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
org.hibernate.metamodel.relational This package defines the metamodel of a relational database schema. 
org.hibernate.metamodel.source.internal   
 

Uses of Metadata.Options in org.hibernate.metamodel
 

Methods in org.hibernate.metamodel that return Metadata.Options
 Metadata.Options Metadata.getOptions()
           
 

Uses of Metadata.Options in org.hibernate.metamodel.relational
 

Constructors in org.hibernate.metamodel.relational with parameters of type Metadata.Options
Database(Metadata.Options options)
           
 

Uses of Metadata.Options in org.hibernate.metamodel.source.internal
 

Methods in org.hibernate.metamodel.source.internal that return Metadata.Options
 Metadata.Options MetadataImpl.getOptions()
           
 

Constructors in org.hibernate.metamodel.source.internal with parameters of type Metadata.Options
MetadataImpl(MetadataSources metadataSources, Metadata.Options options)
           
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.