Class A11AAbstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test11.A11AAbstract
- All Implemented Interfaces:
Serializable, A11A, org.nuiton.topia.persistence.TopiaEntity
- Direct Known Subclasses:
A11AImpl
public abstract class A11AAbstract
extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity
implements A11A
- See Also:
-
Field Summary
FieldsFields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionFields inherited from interface A11A
PROPERTY_B11_AFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) protected voidaccept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) voidaddAllB11A(Iterable<B11A> b11A) voidvoidbooleancontainsB11A(B11A b11A) getB11A()getB11AByTopiaId(String topiaId) booleanbooleanvoidremoveB11A(B11A b11A) voidintsizeB11A()Methods inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
b11A
-
-
Constructor Details
-
A11AAbstract
public A11AAbstract()
-
-
Method Details
-
accept
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) throws org.nuiton.topia.persistence.TopiaException - Specified by:
acceptin interfaceorg.nuiton.topia.persistence.TopiaEntity- Throws:
org.nuiton.topia.persistence.TopiaException
-
accept0
protected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) throws org.nuiton.topia.persistence.TopiaException - Throws:
org.nuiton.topia.persistence.TopiaException
-
addB11A
-
addAllB11A
- Specified by:
addAllB11Ain interfaceA11A
-
setB11A
-
removeB11A
- Specified by:
removeB11Ain interfaceA11A
-
clearB11A
-
getB11A
-
getB11AByTopiaId
- Specified by:
getB11AByTopiaIdin interfaceA11A
-
getB11ATopiaIds
- Specified by:
getB11ATopiaIdsin interfaceA11A
-
sizeB11A
-
isB11AEmpty
public boolean isB11AEmpty()- Specified by:
isB11AEmptyin interfaceA11A
-
isB11ANotEmpty
public boolean isB11ANotEmpty()- Specified by:
isB11ANotEmptyin interfaceA11A
-
containsB11A
- Specified by:
containsB11Ain interfaceA11A
-