Package org.zeroexchange.model.i18n

Examples of org.zeroexchange.model.i18n.CityStrings


    @OneToOne(cascade=CascadeType.ALL, mappedBy = Strings.FIELD_TARGET)
    @Cascade({org.hibernate.annotations.CascadeType.ALL, org.hibernate.annotations.CascadeType.DELETE_ORPHAN})
    public CityStrings getTitles() {
        if(titles == null) {
            titles = new CityStrings();
            titles.setTarget(this);
        }
        return titles;
    }
View Full Code Here

TOP

Related Classes of org.zeroexchange.model.i18n.CityStrings

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.