All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opendolphin.demo.LazyLoadingConstants.groovy Maven / Gradle / Ivy

Go to download

Dolphin is a free open-source library that bridges the worlds of enterprise Java and desktop Java. It uses presentation models to bind client-side views to server-side actions.

There is a newer version: 1.0-RC3
Show newest version
package org.opendolphin.demo

class LazyLoadingConstants {

    static class TYPE {
        public static final String LAZY = 'LAZY'
    }

    static class CMD {
        public static final String PULL = "fullDataRequest"
    }

    static class ATT {
        public static final String ID           = 'id'
        public static final String FIRST        = 'first'
        public static final String LAST         = 'last'
        public static final String FIRST_LAST   = 'first_last'
        public static final String LAST_FIRST   = 'last_first'
        public static final String CITY         = 'city'
        public static final String PHONE        = 'phone'
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy