Uses of Class
com.sun.appserv.web.cache.mapping.Field
-
Packages that use Field Package Description com.sun.appserv.web.cache.mapping -
-
Uses of Field in com.sun.appserv.web.cache.mapping
Subclasses of Field in com.sun.appserv.web.cache.mapping Modifier and Type Class Description classConstraintFieldConstraintField class represents a single Field and constraints on its values; Field name and its scope are inherited from the Field class.Methods in com.sun.appserv.web.cache.mapping that return Field Modifier and Type Method Description Field[]CacheMapping. getKeyFields()get the key fieldsFieldCacheMapping. getRefreshField()get the refresh fieldFieldCacheMapping. getTimeoutField()get the timeout fieldMethods in com.sun.appserv.web.cache.mapping with parameters of type Field Modifier and Type Method Description voidCacheMapping. addKeyField(Field field)add a key fieldvoidCacheMapping. setRefreshField(Field field)set the refresh fieldvoidCacheMapping. setTimeoutField(Field field)set the timeout field
-