Package org.datanucleus.metadata

Examples of org.datanucleus.metadata.FieldPersistenceModifier


        return null;
    }

    public PersistenceModifier getPersistenceModifier()
    {
        FieldPersistenceModifier mod = getInternal().getPersistenceModifier();
        if (mod == FieldPersistenceModifier.NONE)
        {
            return PersistenceModifier.NONE;
        }
        else if (mod == FieldPersistenceModifier.TRANSACTIONAL)
View Full Code Here

TOP

Related Classes of org.datanucleus.metadata.FieldPersistenceModifier

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.