Purpose: Provides the implementation for the Metamodel interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
Description: Provides access to the metamodel of persistent Entities, MappedSuperclasses, Embeddables, ManagedTypes and Types in the persistence unit. Note: Since the types Map is lazy-loaded with key:value pairs - the designer and especially the user must realized that a particular BasicType may not be in the Map until it is referenced. @see javax.persistence.metamodel.Metamodel @since EclipseLink 1.2 - JPA 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|