org.castor.jdo.jpa.natures
Class JPAFieldNature

java.lang.Object
  extended by org.castor.core.nature.BaseNature
      extended by org.castor.jdo.jpa.natures.JPAFieldNature

public class JPAFieldNature
extends BaseNature

A BaseNature extension, that gives access to information derived from field bound JPA annotations.

Since:
1.3
Author:
Peter Schmidt, Martin Kandler
See Also:
PropertyHolder

Constructor Summary
JPAFieldNature(PropertyHolder holder)
          Instantiate a JPAFieldNature to access the given PropertyHolder.
 
Method Summary
 java.lang.String getId()
          
 
Methods inherited from class org.castor.core.nature.BaseNature
getBooleanPropertyDefaultFalse, getHolder, getProperty, getPropertyAsList, getPropertyAsMap, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAFieldNature

public JPAFieldNature(PropertyHolder holder)
Instantiate a JPAFieldNature to access the given PropertyHolder.

Parameters:
holder - The underlying PropertyHolder (obviously a FieldInfo).
See Also:
PropertyHolder
Method Detail

getId

public final java.lang.String getId()

See Also:
Nature.getId()


Copyright © 2011. All Rights Reserved.