Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
-
Packages that use EmbeddedId Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of EmbeddedId in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as EmbeddedId Modifier and Type Field Description protected EmbeddedIdAttributes. embeddedIdMethods in org.hibernate.jpamodelgen.xml.jaxb that return EmbeddedId Modifier and Type Method Description EmbeddedIdObjectFactory. createEmbeddedId()Create an instance ofEmbeddedIdEmbeddedIdAttributes. getEmbeddedId()Gets the value of the embeddedId property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type EmbeddedId Modifier and Type Method Description voidAttributes. setEmbeddedId(EmbeddedId value)Sets the value of the embeddedId property.
-