org.eclipse.jpt.jpa.eclipselink.core.context
Interface EclipseLinkTimeOfDay
- All Superinterfaces:
- IAdaptable, JpaContextNode, JpaNode, JptResourceTypeReference, Model
public interface EclipseLinkTimeOfDay
- extends JpaContextNode
EclipseLink caching expiry time of day
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
- Since:
- 2.1
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode |
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getParent, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate |
HOUR_PROPERTY
static final String HOUR_PROPERTY
- See Also:
- Constant Field Values
MINUTE_PROPERTY
static final String MINUTE_PROPERTY
- See Also:
- Constant Field Values
SECOND_PROPERTY
static final String SECOND_PROPERTY
- See Also:
- Constant Field Values
MILLISECOND_PROPERTY
static final String MILLISECOND_PROPERTY
- See Also:
- Constant Field Values
getHour
Integer getHour()
setHour
void setHour(Integer hour)
getMinute
Integer getMinute()
setMinute
void setMinute(Integer minute)
getSecond
Integer getSecond()
setSecond
void setSecond(Integer second)
getMillisecond
Integer getMillisecond()
setMillisecond
void setMillisecond(Integer millisecond)
Copyright (c) 2012 Oracle. All rights reserved.