Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.jvnet.hyperjaxb3.hibernate.mapping.Clazz Maven / Gradle / Ivy
package org.jvnet.hyperjaxb3.hibernate.mapping;
import java.util.ArrayList;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
@XmlAccessorType (XmlAccessType.FIELD)
@XmlType (name = "" , propOrder = {
"meta" ,
"subselect" ,
"cache" ,
"synchronize" ,
"comment" ,
"tuplizer" ,
"idOrCompositeId" ,
"discriminator" ,
"naturalId" ,
"versionOrTimestamp" ,
"propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray" ,
"joinOrSubclassOrJoinedSubclassOrUnionSubclass" ,
"loader" ,
"sqlInsert" ,
"sqlUpdate" ,
"sqlDelete" ,
"filter" ,
"resultset" ,
"queryOrSqlQuery"
})
@XmlRootElement (name = "class" )
public class Clazz {
@XmlAttribute (name = "entity-name" )
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String entityName;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String name;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String proxy;
@XmlAttribute
@XmlJavaTypeAdapter (CollapsedStringAdapter.class)
protected String lazy;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String table;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String schema;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String catalog;
@XmlAttribute (name = "subselect" )
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String subselectAttribute;
@XmlAttribute (name = "discriminator-value" )
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String discriminatorValue;
@XmlAttribute
@XmlJavaTypeAdapter (CollapsedStringAdapter.class)
protected String mutable;
@XmlAttribute (name = "abstract" )
@XmlJavaTypeAdapter (CollapsedStringAdapter.class)
protected String _abstract;
@XmlAttribute
@XmlJavaTypeAdapter (CollapsedStringAdapter.class)
protected String polymorphism;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String where;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String persister;
@XmlAttribute (name = "dynamic-update" )
@XmlJavaTypeAdapter (CollapsedStringAdapter.class)
protected String dynamicUpdate;
@XmlAttribute (name = "dynamic-insert" )
@XmlJavaTypeAdapter (CollapsedStringAdapter.class)
protected String dynamicInsert;
@XmlAttribute (name = "batch-size" )
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String batchSize;
@XmlAttribute (name = "select-before-update" )
@XmlJavaTypeAdapter (CollapsedStringAdapter.class)
protected String selectBeforeUpdate;
@XmlAttribute (name = "optimistic-lock" )
@XmlJavaTypeAdapter (CollapsedStringAdapter.class)
protected String optimisticLock;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String check;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String rowid;
@XmlAttribute
@XmlJavaTypeAdapter (NormalizedStringAdapter.class)
protected String node;
protected java.util.List meta;
protected String subselect;
protected Cache cache;
protected java.util.List synchronize;
protected String comment;
protected java.util.List tuplizer;
@XmlElements ({
@XmlElement (name = "id" , required = true , type = Id.class),
@XmlElement (name = "composite-id" , required = true , type = CompositeId.class)
})
protected java.util.List idOrCompositeId;
protected Discriminator discriminator;
@XmlElement (name = "natural-id" )
protected NaturalId naturalId;
@XmlElements ({
@XmlElement (name = "version" , type = Version.class),
@XmlElement (name = "timestamp" , type = Timestamp.class)
})
protected java.util.List versionOrTimestamp;
@XmlElements ({
@XmlElement (name = "property" , type = Property.class),
@XmlElement (name = "many-to-one" , type = ManyToOne.class),
@XmlElement (name = "one-to-one" , type = OneToOne.class),
@XmlElement (name = "component" , type = Component.class),
@XmlElement (name = "dynamic-component" , type = DynamicComponent.class),
@XmlElement (name = "properties" , type = Properties.class),
@XmlElement (name = "any" , type = Any.class),
@XmlElement (name = "map" , type = Map.class),
@XmlElement (name = "set" , type = Set.class),
@XmlElement (name = "list" , type = org.jvnet.hyperjaxb3.hibernate.mapping.List.class),
@XmlElement (name = "bag" , type = Bag.class),
@XmlElement (name = "idbag" , type = Idbag.class),
@XmlElement (name = "array" , type = Array.class),
@XmlElement (name = "primitive-array" , type = PrimitiveArray.class)
})
protected java.util.List propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray;
@XmlElements ({
@XmlElement (name = "join" , type = Join.class),
@XmlElement (name = "subclass" , type = Subclass.class),
@XmlElement (name = "joined-subclass" , type = JoinedSubclass.class),
@XmlElement (name = "union-subclass" , type = UnionSubclass.class)
})
protected java.util.List joinOrSubclassOrJoinedSubclassOrUnionSubclass;
protected Loader loader;
@XmlElement (name = "sql-insert" )
protected SqlInsert sqlInsert;
@XmlElement (name = "sql-update" )
protected SqlUpdate sqlUpdate;
@XmlElement (name = "sql-delete" )
protected SqlDelete sqlDelete;
protected java.util.List filter;
protected java.util.List resultset;
@XmlElements ({
@XmlElement (name = "query" , type = Query.class),
@XmlElement (name = "sql-query" , type = SqlQuery.class)
})
protected java.util.List queryOrSqlQuery;
public String getEntityName () {
return entityName;
}
public void setEntityName (String value) {
this .entityName = value;
}
public String getName () {
return name;
}
public void setName (String value) {
this .name = value;
}
public String getProxy () {
return proxy;
}
public void setProxy (String value) {
this .proxy = value;
}
public String getLazy () {
return lazy;
}
public void setLazy (String value) {
this .lazy = value;
}
public String getTable () {
return table;
}
public void setTable (String value) {
this .table = value;
}
public String getSchema () {
return schema;
}
public void setSchema (String value) {
this .schema = value;
}
public String getCatalog () {
return catalog;
}
public void setCatalog (String value) {
this .catalog = value;
}
public String getSubselectAttribute () {
return subselectAttribute;
}
public void setSubselectAttribute (String value) {
this .subselectAttribute = value;
}
public String getDiscriminatorValue () {
return discriminatorValue;
}
public void setDiscriminatorValue (String value) {
this .discriminatorValue = value;
}
public String getMutable () {
if (mutable == null ) {
return "true" ;
} else {
return mutable;
}
}
public void setMutable (String value) {
this .mutable = value;
}
public String getAbstract () {
return _abstract;
}
public void setAbstract (String value) {
this ._abstract = value;
}
public String getPolymorphism () {
if (polymorphism == null ) {
return "implicit" ;
} else {
return polymorphism;
}
}
public void setPolymorphism (String value) {
this .polymorphism = value;
}
public String getWhere () {
return where;
}
public void setWhere (String value) {
this .where = value;
}
public String getPersister () {
return persister;
}
public void setPersister (String value) {
this .persister = value;
}
public String getDynamicUpdate () {
if (dynamicUpdate == null ) {
return "false" ;
} else {
return dynamicUpdate;
}
}
public void setDynamicUpdate (String value) {
this .dynamicUpdate = value;
}
public String getDynamicInsert () {
if (dynamicInsert == null ) {
return "false" ;
} else {
return dynamicInsert;
}
}
public void setDynamicInsert (String value) {
this .dynamicInsert = value;
}
public String getBatchSize () {
return batchSize;
}
public void setBatchSize (String value) {
this .batchSize = value;
}
public String getSelectBeforeUpdate () {
if (selectBeforeUpdate == null ) {
return "false" ;
} else {
return selectBeforeUpdate;
}
}
public void setSelectBeforeUpdate (String value) {
this .selectBeforeUpdate = value;
}
public String getOptimisticLock () {
if (optimisticLock == null ) {
return "version" ;
} else {
return optimisticLock;
}
}
public void setOptimisticLock (String value) {
this .optimisticLock = value;
}
public String getCheck () {
return check;
}
public void setCheck (String value) {
this .check = value;
}
public String getRowid () {
return rowid;
}
public void setRowid (String value) {
this .rowid = value;
}
public String getNode () {
return node;
}
public void setNode (String value) {
this .node = value;
}
public java.util.List getMeta () {
if (meta == null ) {
meta = new ArrayList ();
}
return this .meta;
}
public String getSubselect () {
return subselect;
}
public void setSubselect (String value) {
this .subselect = value;
}
public Cache getCache () {
return cache;
}
public void setCache (Cache value) {
this .cache = value;
}
public java.util.List getSynchronize () {
if (synchronize == null ) {
synchronize = new ArrayList();
}
return this .synchronize;
}
public String getComment () {
return comment;
}
public void setComment (String value) {
this .comment = value;
}
public java.util.List getTuplizer () {
if (tuplizer == null ) {
tuplizer = new ArrayList();
}
return this .tuplizer;
}
public java.util.List getIdOrCompositeId () {
if (idOrCompositeId == null ) {
idOrCompositeId = new ArrayList();
}
return this .idOrCompositeId;
}
public Discriminator getDiscriminator () {
return discriminator;
}
public void setDiscriminator (Discriminator value) {
this .discriminator = value;
}
public NaturalId getNaturalId () {
return naturalId;
}
public void setNaturalId (NaturalId value) {
this .naturalId = value;
}
public java.util.List getVersionOrTimestamp () {
if (versionOrTimestamp == null ) {
versionOrTimestamp = new ArrayList();
}
return this .versionOrTimestamp;
}
public java.util.List getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray () {
if (propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray == null ) {
propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray = new ArrayList();
}
return this .propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray;
}
public java.util.List getJoinOrSubclassOrJoinedSubclassOrUnionSubclass () {
if (joinOrSubclassOrJoinedSubclassOrUnionSubclass == null ) {
joinOrSubclassOrJoinedSubclassOrUnionSubclass = new ArrayList();
}
return this .joinOrSubclassOrJoinedSubclassOrUnionSubclass;
}
public Loader getLoader () {
return loader;
}
public void setLoader (Loader value) {
this .loader = value;
}
public SqlInsert getSqlInsert () {
return sqlInsert;
}
public void setSqlInsert (SqlInsert value) {
this .sqlInsert = value;
}
public SqlUpdate getSqlUpdate () {
return sqlUpdate;
}
public void setSqlUpdate (SqlUpdate value) {
this .sqlUpdate = value;
}
public SqlDelete getSqlDelete () {
return sqlDelete;
}
public void setSqlDelete (SqlDelete value) {
this .sqlDelete = value;
}
public java.util.List getFilter () {
if (filter == null ) {
filter = new ArrayList();
}
return this .filter;
}
public java.util.List getResultset () {
if (resultset == null ) {
resultset = new ArrayList();
}
return this .resultset;
}
public java.util.List getQueryOrSqlQuery () {
if (queryOrSqlQuery == null ) {
queryOrSqlQuery = new ArrayList();
}
return this .queryOrSqlQuery;
}
}