Java org.hibernate.boot Metadata fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.boot Metadata fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.boot Metadata.

The text is from its open source code.

Method

SessionFactorybuildSessionFactory()
Short-hand form of building a org.hibernate.SessionFactory through the builder without any additional option overrides.
java.util.Collection
collectTableMappings()
java.util.CollectiongetCollectionBindings()
Retrieves the Collection metadata representation for known all collections.
DatabasegetDatabase()
Retrieve the database model.
PersistentClassgetEntityBinding(String entityName)
Retrieves the PersistentClass entity mapping metadata representation for the given entity name.
java.util.CollectiongetEntityBindings()
Retrieves the PersistentClass entity metadata representation for known all entities.
SessionFactoryBuildergetSessionFactoryBuilder()
Get the builder for org.hibernate.SessionFactory instances based on this metamodel,


HOME | Copyright © www.java2s.com 2016