Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.eclipselink.core.context.java
Interface JavaEclipseLinkPersistentAttribute


public interface JavaEclipseLinkPersistentAttribute

EclipseLink Java persistent attribute


Field Summary
static String CALENDAR_TYPE_NAME
           
static String DATE_TYPE_NAME
           
 
Method Summary
 boolean typeIsDateOrCalendar()
          Return whether the attribute's type is a subclass of java.util.Date or java.util.Calendar.
 boolean typeIsSerializable()
           
 boolean typeIsValidForVariableOneToOne()
           
 

Field Detail

DATE_TYPE_NAME

static final String DATE_TYPE_NAME

CALENDAR_TYPE_NAME

static final String CALENDAR_TYPE_NAME
Method Detail

typeIsDateOrCalendar

boolean typeIsDateOrCalendar()
Return whether the attribute's type is a subclass of java.util.Date or java.util.Calendar.


typeIsSerializable

boolean typeIsSerializable()

typeIsValidForVariableOneToOne

boolean typeIsValidForVariableOneToOne()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.