public class HibernateMetadata extends Metadata
Metadata.DataProperty, Metadata.EntityType, Metadata.NavigationProperty
Constructor and Description |
---|
HibernateMetadata(org.hibernate.SessionFactory sessionFactory) |
HibernateMetadata(org.hibernate.SessionFactory sessionFactory,
org.hibernate.cfg.Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
RawMetadata |
buildRawMetadata()
Build the raw Breeze metadata.
|
build, getEntityType, getEntityTypeForClass, getEntityTypeForResourceName, getRawMetadata, toJson
public HibernateMetadata(org.hibernate.SessionFactory sessionFactory, org.hibernate.cfg.Configuration configuration)
public HibernateMetadata(org.hibernate.SessionFactory sessionFactory)
public RawMetadata buildRawMetadata()
buildRawMetadata
in class Metadata