|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jpa.jpql.spi.java.EclipseLinkMappingBuilder
public class EclipseLinkMappingBuilder
A IMappingBuilder
that creates the right instance of IMappingBuilder
for a class'
members
, which are either a persistent attribute or a property and adds support
for the EclipseLink specific mapping types.
Constructor Summary | |
---|---|
EclipseLinkMappingBuilder()
Creates a new EclipseLinkMappingBuilder . |
Method Summary | |
---|---|
IMapping |
buildMapping(IManagedType parent,
java.lang.reflect.Member value)
Creates a new IMapping . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EclipseLinkMappingBuilder()
EclipseLinkMappingBuilder
.
Method Detail |
---|
public IMapping buildMapping(IManagedType parent, java.lang.reflect.Member value)
IMapping
.
buildMapping
in interface IMappingBuilder<java.lang.reflect.Member>
parent
- The parent of the mapping to createvalue
- The object that represents the mapping
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |