Uses of Class
com.echothree.model.data.chain.common.pk.ChainInstanceEntityRolePK
Packages that use ChainInstanceEntityRolePK
Package
Description
-
Uses of ChainInstanceEntityRolePK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainInstanceEntityRolePK -
Uses of ChainInstanceEntityRolePK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainInstanceEntityRolePKModifier and TypeMethodDescriptionChainInstanceEntityRoleFactory.getNextPK()ChainInstanceEntityRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) ChainInstanceEntityRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainInstanceEntityRolePKModifier and TypeMethodDescriptionChainInstanceEntityRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ChainInstanceEntityRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ChainInstanceEntityRoleFactory.getPKsFromResultSetAsList(ResultSet rs) ChainInstanceEntityRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainInstanceEntityRolePKModifier and TypeMethodDescriptionChainInstanceEntityRoleFactory.getEntityFromCache(Session session, ChainInstanceEntityRolePK pk) ChainInstanceEntityRoleFactory.getEntityFromPK(EntityPermission entityPermission, ChainInstanceEntityRolePK pk) ChainInstanceEntityRoleFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ChainInstanceEntityRolePK pk) ChainInstanceEntityRoleFactory.getValueFromPK(Session session, ChainInstanceEntityRolePK pk) voidChainInstanceEntityRoleFactory.remove(Session session, ChainInstanceEntityRolePK pk) booleanChainInstanceEntityRoleFactory.validPK(Session session, ChainInstanceEntityRolePK pk) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainInstanceEntityRolePKModifier and TypeMethodDescriptionChainInstanceEntityRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainInstanceEntityRolePK> pks) ChainInstanceEntityRoleFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ChainInstanceEntityRolePK> pks) ChainInstanceEntityRoleFactory.getValuesFromPKs(Session session, Collection<ChainInstanceEntityRolePK> pks) voidChainInstanceEntityRoleFactory.remove(Session session, Collection<ChainInstanceEntityRolePK> pks) voidChainInstanceEntityRoleFactory.remove(Collection<ChainInstanceEntityRolePK> pks) -
Uses of ChainInstanceEntityRolePK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainInstanceEntityRolePKConstructors in com.echothree.model.data.chain.server.value with parameters of type ChainInstanceEntityRolePKModifierConstructorDescriptionChainInstanceEntityRoleValue(ChainInstanceEntityRolePK chainInstanceEntityRolePK, ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceEntityRoleValue