Examples of UnindexedEntityWrapper


Examples of groovyx.gaelyk.UnindexedEntityWrapper

     * so as to set unindexed properties on the entity.
     *
     * @return a wrapper for an entity
     */
    public static UnindexedEntityWrapper getUnindexed(Entity entity) {
        return new UnindexedEntityWrapper(entity);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.