Y#DIR#OPTIONS Y方向选项
#
Point 点
Select a point for Y direction.
选取Y方向上的点。
Axis 轴
Select an axis for Y direction.
选取Y方向的轴。
Edge 边
Select an edge for Y direction.
选取Y方向的边。
Curve 曲线
Select a curve for Y d
package org.hibernate.test;
public class Y {
private Long id;
private String x;
private X theX;
/**
* Returns the id.
* @return Long
*/
public Long getId() {
return id;