com.mycompany.model
Class UserRelationship_
java.lang.Object
com.mycompany.model.AbstractEntity_
com.mycompany.model.UserRelationship_
public abstract class UserRelationship_
- extends AbstractEntity_
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
relationshipType
public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> relationshipType
toUser
public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> toUser
fromUser
public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> fromUser
UserRelationship_
public UserRelationship_()