EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql.spi.java
Class JavaEmbeddable

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.spi.java.JavaManagedType
      extended by org.eclipse.persistence.jpa.jpql.spi.java.JavaEmbeddable
All Implemented Interfaces:
java.lang.Comparable<IManagedType>, IEmbeddable, IManagedType

public class JavaEmbeddable
extends JavaManagedType
implements IEmbeddable

The concrete implementation of IEmbeddable that is wrapping the design-time representation of a JPA embeddable.

Version:
2.4
Author:
Pascal Filion
Since:
2.3

Constructor Summary
JavaEmbeddable(IManagedTypeProvider provider, JavaType type, IMappingBuilder<java.lang.reflect.Member> mappingBuilder)
          Creates a new JavaManagedType.
 
Method Summary
 void accept(IManagedTypeVisitor visitor)
          Visits this managed type with the given visitor.
 java.lang.String toString()
          
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.spi.java.JavaManagedType
buildMapping, compareTo, getAccessType, getMappingNamed, getProvider, getType, initializeMappings, initializeMappings, isPersistentAttribute, isProperty, mappings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.persistence.jpa.jpql.spi.IManagedType
getMappingNamed, getProvider, getType, mappings
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

JavaEmbeddable

public JavaEmbeddable(IManagedTypeProvider provider,
                      JavaType type,
                      IMappingBuilder<java.lang.reflect.Member> mappingBuilder)
Creates a new JavaManagedType.

Parameters:
provider - The provider of JPA managed types
type - The IType wrapping the Java type
mappingBuilder - The builder that is responsible to create the persistence.jpa.jpql.spi.IMapping IMapping wrapping a persistent attribute or property
Method Detail

accept

public void accept(IManagedTypeVisitor visitor)
Visits this managed type with the given visitor.

Specified by:
accept in interface IManagedType
Parameters:
visitor - The visitor to visit this managed type object

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference