Uses of Interface
org.apache.struts2.showcase.model.IdEntity
Packages that use IdEntity
Package
Description
-
Uses of IdEntity in org.apache.struts2.showcase.action
Methods in org.apache.struts2.showcase.action that return IdEntityModifier and TypeMethodDescriptionprotected IdEntityAbstractCRUDAction.fetch(Serializable tryId, IdEntity tryObject) Utility method for fetching already persistent object from storage for usage in params-prepare-params cycle.Methods in org.apache.struts2.showcase.action with parameters of type IdEntityModifier and TypeMethodDescriptionprotected IdEntityAbstractCRUDAction.fetch(Serializable tryId, IdEntity tryObject) Utility method for fetching already persistent object from storage for usage in params-prepare-params cycle. -
Uses of IdEntity in org.apache.struts2.showcase.application
Methods in org.apache.struts2.showcase.application that return IdEntityModifier and TypeMethodDescriptionMemoryStorage.get(Class entityClass, Serializable id) Storage.get(Class entityClass, Serializable id) Methods in org.apache.struts2.showcase.application with parameters of type IdEntityModifier and TypeMethodDescriptionintint -
Uses of IdEntity in org.apache.struts2.showcase.dao
Methods in org.apache.struts2.showcase.dao that return IdEntityMethods in org.apache.struts2.showcase.dao with parameters of type IdEntityModifier and TypeMethodDescriptionintint -
Uses of IdEntity in org.apache.struts2.showcase.model
Classes in org.apache.struts2.showcase.model that implement IdEntity