Uses of Class
com.hack23.cia.model.internal.application.user.impl.User

Packages that use User
com.hack23.cia.model.internal.application.user.impl   
 

Uses of User in com.hack23.cia.model.internal.application.user.impl
 

Fields in com.hack23.cia.model.internal.application.user.impl with type parameters of type User
static javax.persistence.metamodel.ListAttribute<User,UserAddressItem> User_.addressItems
           
static javax.persistence.metamodel.SingularAttribute<User,AggregatedCountryData> User_.country
           
static javax.persistence.metamodel.SingularAttribute<User,String> User_.email
           
static javax.persistence.metamodel.SingularAttribute<User,Integer> User_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<User,Long> User_.hjid
           
static javax.persistence.metamodel.SingularAttribute<User,Integer> User_.modelObjectId
           
static javax.persistence.metamodel.SingularAttribute<User,Integer> User_.modelObjectVersion
           
static javax.persistence.metamodel.SingularAttribute<User,String> User_.name
           
static javax.persistence.metamodel.SingularAttribute<User,Integer> User_.numberOfVisits
           
static javax.persistence.metamodel.SingularAttribute<User,String> User_.password
           
static javax.persistence.metamodel.SingularAttribute<User,UserRole> User_.role
           
static javax.persistence.metamodel.SingularAttribute<User,UserType> User_.type
           
static javax.persistence.metamodel.SingularAttribute<User,String> User_.userId
           
 

Methods in com.hack23.cia.model.internal.application.user.impl that return User
 User ObjectFactory.createUser()
          Create an instance of User
 User User.withAddress(Collection<String> values)
           
 User User.withAddress(List<String> address)
           
 User User.withAddress(String... values)
           
 User User.withCountry(AggregatedCountryData value)
           
 User User.withEmail(String value)
           
 User User.withModelObjectId(Integer value)
           
 User User.withModelObjectVersion(Integer value)
           
 User User.withName(String value)
           
 User User.withNumberOfVisits(Integer value)
           
 User User.withPassword(String value)
           
 User User.withRole(UserRole value)
           
 User User.withType(UserType value)
           
 User User.withUserId(String value)
           
 

Methods in com.hack23.cia.model.internal.application.user.impl that return types with arguments of type User
 JAXBElement<User> ObjectFactory.createUser(User value)
          Create an instance of JAXBElement<User>}
 

Methods in com.hack23.cia.model.internal.application.user.impl with parameters of type User
 JAXBElement<User> ObjectFactory.createUser(User value)
          Create an instance of JAXBElement<User>}
 



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.