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

eap7.eap70.tests.data.data-hibernate50-51.ZipCode Maven / Gradle / Ivy

The newest version!
import javax.persistence.Embeddable;

@Embeddable
public class ZipCode {
    String zip;
    String plusFour;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy