Java javax.persistence.metamodel Metamodel fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence.metamodel Metamodel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence.metamodel Metamodel.

The text is from its open source code.

Method

EmbeddableTypeembeddable(Class cls)
Return the metamodel embeddable type representing the embeddable class.
EntityTypeentity(Class cls)
Return the metamodel entity type representing the entity.
Set>getEmbeddables()
Return the metamodel embeddable types.
Set>getEntities()
Return the metamodel entity types.
Set>getManagedTypes()
Return the metamodel managed types.
ManagedTypemanagedType(Class cls)
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.