Method | Description |
public void <init>(
)
| Default constructor |
public void <init>(
boolean force
)
| Constructor with force parameter |
public void <init>(
org.w3c.dom.Element holder, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
public void <init>(
org.w3c.dom.Element holder, java.util.Properties pathMap, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
public void <init>(
java.sql.ResultSet rs
)
throws java.sql.SQLException | Constructor from row |
public Object clone(
)
throws java.lang.CloneNotSupportedException | Deep clone - clones columns. |
public long getEntryExpires(
)
| Accessor for ENTRY_EXPIRES |
public String getEntryKey(
)
| Accessor for ENTRY_KEY |
public long getEntryTime(
)
| Accessor for ENTRY_TIME |
public long getLastAccess(
)
| Accessor for LAST_ACCESS |
public String getValueFile(
)
| Accessor for VALUE_FILE |
public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer
)
| Returns database backed collection with elements of type biz.hammurapi.cache.sql.CacheEntryImpl |
public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer, java.util.Collection receiver
)
throws java.sql.SQLException | Populates receiver collection with elements of type biz.hammurapi.cache.sql.CacheEntryImpl and returns it |
public void setEntryExpires(
long EntryExpires
)
| Mutator for ENTRY_EXPIRES |
public void setEntryKey(
String EntryKey
)
| Mutator for ENTRY_KEY |
public void setEntryTime(
long EntryTime
)
| Mutator for ENTRY_TIME |
public void setLastAccess(
long LastAccess
)
| Mutator for LAST_ACCESS |
public void setValueFile(
String ValueFile
)
| Mutator for VALUE_FILE |
Name | Type | Modifiers | Attributes |
_projector | biz.hammurapi.sql.Projector |
| |
class$EntryKey | java.lang.Class |
| |
class$ValueFile | java.lang.Class |
| |
EntryExpires | biz.hammurapi.sql.columns.LongColumn |
|
Name | Value |
column | yes |
database-name | ENTRY_EXPIRES |
java-type | long |
label | Entry expires |
|
EntryKey | biz.hammurapi.sql.columns.ObjectColumn |
|
Name | Value |
column | yes |
database-name | ENTRY_KEY |
java-type | java.lang.String |
label | Entry key |
primary-key | yes |
|
EntryTime | biz.hammurapi.sql.columns.LongColumn |
|
Name | Value |
column | yes |
database-name | ENTRY_TIME |
java-type | long |
label | Entry time |
|
LastAccess | biz.hammurapi.sql.columns.LongColumn |
|
Name | Value |
column | yes |
database-name | LAST_ACCESS |
java-type | long |
label | Last access |
|
ValueFile | biz.hammurapi.sql.columns.ObjectColumn |
|
Name | Value |
column | yes |
database-name | VALUE_FILE |
java-type | java.lang.String |
label | Value file |
|