Class SAPNetWeaver_7_1_Platform

  • All Implemented Interfaces:
    ServerPlatform

    public class SAPNetWeaver_7_1_Platform
    extends ServerPlatformBase
    Server platform for SAP NetWeaver AS Java 7.1 (including EhP 1), 7.2 and follow-up releases.

    Known limitations:

    • SAP NetWeaver AS Java (version 7.1 to 7.2) is a Java EE 5 server, hence supporting only JPA 1.0. Namely, criteria queries cannot be used.
    • Dynamic weaving cannot be used inside SAP NetWeaver AS Java. Applications should use static weaving instead.
    See Also:
    NetweaverPlatform