public class JpaEntity extends AbstractEntitySpi
Constructor and Description |
---|
JpaEntity() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAnnotations() |
String |
getAttributeOverrideAnnotation() |
String |
getDiscriminatorColumnAnnotation() |
String |
getDiscriminatorValueAnnotation() |
String |
getEntityAnnotation() |
String |
getHibernateCacheAnnotation() |
String |
getInheritanceAnnotations() |
String |
getPrimaryKeyJoinColumnAnnotation() |
String |
getSecondaryTableAnnotations() |
String |
getSelectAllNamedQuery() |
String |
getSelectAllNativeNamedQuery() |
String |
getTableAnnotation() |
String |
velocityVar()
The var name under which this EntitySpi is available during template evaluation.
|
addImport, init
public String velocityVar()
EntitySpi
velocityVar()
methods returns myextension
,
the corresponding EntitySpi implementation instance is given by $entity.myextension
.public String getAttributeOverrideAnnotation()
public String getPrimaryKeyJoinColumnAnnotation()
public String getSecondaryTableAnnotations()
public String getDiscriminatorValueAnnotation()
public String getInheritanceAnnotations()
public String getDiscriminatorColumnAnnotation()
public String getSelectAllNamedQuery()
public String getSelectAllNativeNamedQuery()
public String getHibernateCacheAnnotation()
public String getEntityAnnotation()
public String getTableAnnotation()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.