com.mycompany.model
Class UserRelationship_

java.lang.Object
  extended by com.mycompany.model.AbstractEntity_
      extended by com.mycompany.model.UserRelationship_

public abstract class UserRelationship_
extends AbstractEntity_


Field Summary
static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> fromUser
           
static javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> relationshipType
           
static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> toUser
           
 
Fields inherited from class com.mycompany.model.AbstractEntity_
hashCode, id, version
 
Constructor Summary
UserRelationship_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

UserRelationship_

public UserRelationship_()