Uses of Class
org.glassfish.ejb.deployment.descriptor.CMRFieldInfo
-
Packages that use CMRFieldInfo Package Description org.glassfish.ejb.deployment.descriptor -
-
Uses of CMRFieldInfo in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return CMRFieldInfo Modifier and Type Method Description CMRFieldInfo[]PersistenceDescriptor. getCMRFieldInfo()Return array of CMRFieldInfo objects for all CMR fields.CMRFieldInfoRelationRoleDescriptor. getCMRFieldInfo()CMRFieldInfoPersistenceDescriptor. getCMRFieldInfoByName(String fieldName)Return the CMRFieldInfo object for the given CMR fieldMethods in org.glassfish.ejb.deployment.descriptor with parameters of type CMRFieldInfo Modifier and Type Method Description voidRelationRoleDescriptor. setCMRFieldInfo(CMRFieldInfo cmrFieldInfo)
-