Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
IdClass<T> |
IdClass.clazz(String clazz)
Sets the
class attribute |
IdClass<Entity<T>> |
Entity.getOrCreateIdClass()
If not already created, a new
id-class element with the given value will be created. |
IdClass<MappedSuperclass<T>> |
MappedSuperclass.getOrCreateIdClass()
If not already created, a new
id-class element with the given value will be created. |
IdClass<T> |
IdClass.removeClazzAttr()
Removes the
class attribute |
Copyright © 2016 JBoss by Red Hat. All rights reserved.