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

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

Introduction

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

The text is from its open source code.

Method

AttributegetAttribute(String name)
Return the attribute of the managed type that corresponds to the specified name.
Set>getAttributes()
Return the attributes of the managed type.
ClassgetJavaType()
Return the represented Java type.
PersistenceTypegetPersistenceType()
Return the persistence type.