Package org.eclipse.persistence.jpa.rs.util

Examples of org.eclipse.persistence.jpa.rs.util.LinkMetadataSource


                metadataLocations.add(passedOXMLocations);
            }

        }

        metadataLocations.add(new LinkMetadataSource());
        properties.put(JAXBContextProperties.OXM_METADATA_SOURCE, metadataLocations);

        properties.put("eclipselink.session-event-listener", new PreLoginMappingAdapter((AbstractSession)session));
        return properties;
    }
View Full Code Here

TOP

Related Classes of org.eclipse.persistence.jpa.rs.util.LinkMetadataSource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.