Package io.higson.runtime.sandbox
Class GmoSandboxAttribute
java.lang.Object
io.higson.runtime.sandbox.GmoSandboxAttribute
- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(SandboxAttrGmoPersistence binding) getType()booleanbooleanbooleanstatic GmoSandboxAttributeof(int id, String name, String simpleType, String entityType, boolean collection, String columnName) voidsetDescription(String description) toString()
-
Constructor Details
-
GmoSandboxAttribute
public GmoSandboxAttribute()
-
-
Method Details
-
setDescription
-
bind
-
isSimpleType
public boolean isSimpleType() -
getType
-
isPersistent
public boolean isPersistent() -
getPersistentState
-
isTransient
public boolean isTransient() -
toString
-
of
public static GmoSandboxAttribute of(int id, String name, String simpleType, String entityType, boolean collection, String columnName)
-