Package groovyx.gaelyk

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

Related Classes of groovyx.gaelyk.UnindexedEntityWrapper

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.