public class JavaMappedSuperclass extends JavaManagedType implements IMappedSuperclass
IMappedSuperclass that is wrapping the runtime
representation of a JPA mapped superclass.| Constructor and Description |
|---|
JavaMappedSuperclass(IManagedTypeProvider provider,
JavaType type,
IMappingBuilder<java.lang.reflect.Member> mappingBuilder)
Creates a new
JavaMappedSuperclass. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IManagedTypeVisitor visitor)
Visits this managed type with the given visitor.
|
java.lang.String |
toString() |
compareTo, getMappingNamed, getProvider, getType, mappingsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMappingNamed, getProvider, getType, mappingspublic JavaMappedSuperclass(IManagedTypeProvider provider, JavaType type, IMappingBuilder<java.lang.reflect.Member> mappingBuilder)
JavaMappedSuperclass.provider - The provider of JPA managed typestype - The IType wrapping the Java typemappingBuilder - The builder that is responsible to create the persistence.jpa.jpql.spi.IMapping IMapping wrapping a persistent attribute or propertypublic void accept(IManagedTypeVisitor visitor)
accept in interface IManagedTypevisitor - The visitor to visit this managed type objectpublic java.lang.String toString()
toString in class java.lang.ObjectEclipseLink 2.4.2, "build v20130514-5956486" API Reference